forked from SolaceDev/solace-spring-cloud
-
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
Feature/merge solace features #13
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
SolaceProducts#313) * Add OAuth2 support for authentication with Solace PubSub+ Broker * Updated dev docs. * Update Solace Spring Boot version * up version to 4.3.0
…ion (SolaceProducts#316) * Added the `batchWaitStrategy` consumer config option. * Fixed `batchTimeout`'s reference timestamp to be when the first message is received instead of when the last message was sent. * Fix only applies to asynchronous consumers. The reference timestamp for polled consumers is still when `receive()` is invoked on the consumer.
…ubscription=false (SolaceProducts#325) * fix queueAdditionalSubscriptions when addDestinationAsSubscriptions=false * fix tests
…tection and error handling (SolaceProducts#331) * Detect and handle acknowledgmentCallbacks from all potential sources: * ErrorMessage header * ErrorMessage.getOriginalMessage() * MessagingException.getFailedMessage() * throw exception instead of returning when error handler isn't able to process the error message.
…s#335) Bumps com.solacesystems:sol-jms from 10.24.1 to 10.25.1. --- updated-dependencies: - dependency-name: com.solacesystems:sol-jms dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…cts#336) Bumps com.solacesystems:sol-jcsmp from 10.24.1 to 10.25.1. --- updated-dependencies: - dependency-name: com.solacesystems:sol-jcsmp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps `spring.boot.version` from 3.3.3 to 3.3.5. Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.3 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.5) Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.3 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.3...v3.3.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…s from 2023.0.3 to 2024.0.0 and spring.boot.version from 3.3.5 to 3.4.1 (SolaceProducts#344) * Bump org.springframework.cloud:spring-cloud-dependencies Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2023.0.3 to 2024.0.0. - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](spring-cloud/spring-cloud-release@v2023.0.3...v2024.0.0) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump spring.boot.version from 3.3.5 to 3.4.1 (SolaceProducts#345) Bumps `spring.boot.version` from 3.3.5 to 3.4.1. Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.5 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1) Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.5 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * use spring NonNull instead of jetbrains NotNull * fix IT race condition --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeffrey Douangpaseuth <[email protected]>
…ionAsSubscription=false (SolaceProducts#325) * fix queueAdditionalSubscriptions when addDestinationAsSubscriptions=false * fix tests
…back detection and error handling (SolaceProducts#331) * Detect and handle acknowledgmentCallbacks from all potential sources: * ErrorMessage header * ErrorMessage.getOriginalMessage() * MessagingException.getFailedMessage() * throw exception instead of returning when error handler isn't able to process the error message.
GreenRover
reviewed
Jan 20, 2025
...va/com/solace/spring/cloud/stream/binder/config/autoconfigure/JCSMPSessionConfiguration.java
Show resolved
Hide resolved
.../com/solace/spring/cloud/stream/binder/config/autoconfigure/SolaceJavaAutoConfiguration.java
Outdated
Show resolved
Hide resolved
src/test/java/com/solace/spring/cloud/stream/binder/SolaceBinderSubscriptionsIT.java
Show resolved
Hide resolved
d995429
to
d72746d
Compare
fba0ba2
to
c20c2e9
Compare
GreenRover
approved these changes
Jan 28, 2025
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.
Merged the current solace-master into our fork.