-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge dev-version-5 into master #289
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…books-pages # Conflicts: # README.md # gradle.properties # src/main/kotlin/com/exactpro/th2/common/schema/message/impl/rabbitmq/group/RabbitMessageGroupBatchSender.kt
* [th2-2699] added notification router * [th2-2699] AbstractCommonFactory and CommonFactory constructors with FactorySettings * [th2-2699] added setters to FactorySettings * [th2-2699] added 'globalNotification' and 'exchange' configurations to mq.json
* [th2-2743] added bookName to Event * [th2-2743] removed deprecated methods from Event * [th2-2743] EventID instead of String in getRootEventId() and other places
…books-pages # Conflicts: # README.md # build.gradle # gradle.properties
…books-pages # Conflicts: # README.md # gradle.properties # src/main/java/com/exactpro/th2/common/schema/box/configuration/BoxConfiguration.java
…books-pages # Conflicts: # README.md # build.gradle # gradle.properties # src/main/java/com/exactpro/th2/common/schema/factory/AbstractCommonFactory.java # src/main/java/com/exactpro/th2/common/schema/factory/CommonFactory.java # src/main/kotlin/com/exactpro/th2/common/schema/factory/FactorySettings.kt # src/testFixtures/kotlin/com/exactpro/th2/common/TestUtils.kt
* added prepareStorage to README * added missed keyspace set to cradle
Pin filters behaviour changed: conditions inside the message and metadata now combined as "and"
* Updated README
Separate executor
* okhttp: `4.10.0` to `4.11.0` * okio: `3.0.0` to `3.5.0` * bom: `4.4.0-dev` to `4.5.0-dev`
* kotlin: `1.8.22`
Th2 5035 CVE-2023-3635 vulnerability
* The unsubscribe method of SubscribtionMonitor interface cancels RabbitMQ subscribtion
The default serialization format for LocalData, Time, DateTime is an array of its components. This was disabled. Now they are serialized as they `toString` representation
* Add methods to check if the field is set * Update version and readme * Correct error messages. Add check for sequence * Change property to method for checking type * Add methods for Java binary compatibility
* Fix random generated numbers for parsed message * Use long min value as a marker for unset sequence * Correct range for sequence in test
…ory (#284) * Use thread-safe initialization for resource in common factory * Add method to get a null value if provider does not hold a value anymore * Call thread.yeild in busy loop
* gRPC retry configuration has been moved to grpc_router.json. The whole default gRPC retry interval is about 1 minute * added 'test grpc router json configuration deserialize' * added integration test for gRPCRouter
…try (#285) * updated grpc-service-generator:3.5.1
* Fix exception for resources that can be null * Update version * Add test for null auto-closable resource
OptimumCode
approved these changes
Jan 29, 2024
@Nikita-Smirnov-Exactpro Before merging, can we please create a tag that points to the latest state for version 3.*? |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.