-
Notifications
You must be signed in to change notification settings - Fork 67
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
[Release 1.0.7] Update version #718
Closed
Closed
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
Remove 0.2.x from workflows in main
This commit replaces usages of the checked PulsarClientException with the newly introduced unchecked PulsarException. Resolves #547
* Update copyrights * Re-order PulsarException constructors * Remove try/catch in DefaultPulsarProducerFactory.createProducer
This commit updates the project version to 1.1.x and the Spring Boot version to 3.3.0-SNAPSHOT. The version compatibility matrix is also updated to include a row for the 1.1.x version.
This commit updates various product and build dependencies via the Gradle `versionCatalogUpdate` and`versionCatalogUpdateBuildLibsCatalog` tasks, respectively.
This commit adds `org.apache.commmons:commons-compress:1.25.0` to the buildSrc dependencies to ensure the same version required by the Spring Boot plugin (1.25.0) is used.
Resolves #563
This commit introduces the @PulsarTypeMapping annotation which can be used on message classes to specify default topic and/or schema info.
* Introduce a PulsarTypeMappingRegistry to cache annotations * Expand on the topic/schema resolver tests * Add support for KEY_VALUE on annotation
This commit adds support for expressions (property placeholders and SpEL) on the topic attribute of @PulsarMessage. Resolves #568
This commit adds a lightweight integration test nested in the DefaultTopicResolverTests which uses a small Spring context to verify actual expression evaluation. See #568
This commit adds support for producing raw JSON or Avro payloads with AUTO_SCHEMA.
- spring framework 6.1.4 - micrometer 1.13.0-M1 - tracing 1.3.0-M1 - reactor 2023.0.3 Resolves #569
This commit updates to the latest Brave version (6.0.1). This revealed a strange classloader issue for Zipkin2.Span when running the failover sample app during the 'test' target. To get around this issue the tracing dependencies are temporarily commented out in the failover sample app.
Also fix collapsible section on authentication.adoc
This commit sets the sample tests to not run as part of the regular 'test' task. We only want the sample tests to run during the "check-samples" step.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Updates the reactive-message-consumption.adoc to clarify the difference between the factory methods on `MessageResult` and `MessageUtils`. Resolves #666
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.24 to 1.18.32. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.24...v1.18.32) --- updated-dependencies: - dependency-name: org.projectlombok:lombok 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>
Bumps com.gradle.develocity from 3.17.2 to 3.17.4. --- updated-dependencies: - dependency-name: com.gradle.develocity 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>
Bumps org.apache.commons:commons-compress from 1.26.1 to 1.26.2. --- updated-dependencies: - dependency-name: org.apache.commons:commons-compress 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>
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.7 to 6.1.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.7...v6.1.8) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom 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>
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` | | [spring-io/spring-doc-actions](https://github.com/spring-io/spring-doc-actions) | `0.0.13` | `0.0.17` | | [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `1.19.0` | `1.26.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `spring-io/spring-doc-actions` from 0.0.13 to 0.0.17 - [Commits](spring-io/spring-doc-actions@v0.0.13...v0.0.17) Updates `slackapi/slack-github-action` from 1.19.0 to 1.26.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v1.19.0...v1.26.0) Updates `github/codeql-action` from 2 to 3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: spring-io/spring-doc-actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: slackapi/slack-github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.8 to 6.1.9. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.8...v6.1.9) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom 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>
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: io.micrometer:micrometer-bom 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>
Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/micrometer-metrics/tracing/releases) - [Commits](micrometer-metrics/tracing@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: io.micrometer:micrometer-tracing-bom 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>
Bumps `pulsar-reactive` from 0.5.5 to 0.5.6. Updates `org.apache.pulsar:pulsar-client-reactive-api` from 0.5.5 to 0.5.6 - [Release notes](https://github.com/apache/pulsar-client-reactive/releases) - [Commits](apache/pulsar-client-reactive@v0.5.5...v0.5.6) Updates `org.apache.pulsar:pulsar-client-reactive-adapter` from 0.5.5 to 0.5.6 - [Release notes](https://github.com/apache/pulsar-client-reactive/releases) - [Commits](apache/pulsar-client-reactive@v0.5.5...v0.5.6) Updates `org.apache.pulsar:pulsar-client-reactive-producer-cache-caffeine-shaded` from 0.5.5 to 0.5.6 - [Release notes](https://github.com/apache/pulsar-client-reactive/releases) - [Commits](apache/pulsar-client-reactive@v0.5.5...v0.5.6) --- updated-dependencies: - dependency-name: org.apache.pulsar:pulsar-client-reactive-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pulsar:pulsar-client-reactive-adapter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pulsar:pulsar-client-reactive-producer-cache-caffeine-shaded 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>
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.6 to 2023.0.7. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](reactor/reactor@2023.0.6...2023.0.7) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-bom 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> Co-authored-by: Chris Bono <[email protected]>
- Run every Saturday for main branch - Run every Sunday for 1.0.x branch
Bumps com.gradle.develocity from 3.17.4 to 3.17.5. --- updated-dependencies: - dependency-name: com.gradle.develocity 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>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This reverts commit bcc953c.
Invalid PR |
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.
Merge to initiate release.