-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump org.springframework.boot from 3.2.5 to 3.3.0 (#804)
* chore(deps): Bump org.springframework.boot from 3.2.5 to 3.3.0 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): Bump org.apache.kafka:kafka-clients from 3.6.1 to 3.7.0 Bumps org.apache.kafka:kafka-clients from 3.6.1 to 3.7.0. --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(jms): fix spring jms configuration after 3.3.0 upgrade * chore(deps)!: update actuator endpoint Actuators have a single path with different operations, but not multiple paths. Also, only json is supported. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Timon Back <[email protected]>
- Loading branch information
1 parent
ce289ed
commit b141389
Showing
7 changed files
with
15 additions
and
21 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ spring.application.name=Springwolf example project - JMS | |
|
||
######### | ||
# JMS configuration | ||
spring.artemis.broker-url=${BOOTSTRAP_SERVER:tcp://localhost:61616} | ||
spring.artemis.user=artemis | ||
spring.artemis.password=artemis | ||
spring.activemq.broker-url=${BOOTSTRAP_SERVER:tcp://localhost:61616} | ||
spring.activemq.user=artemis | ||
spring.activemq.password=artemis | ||
|
||
|
||
######### | ||
|
@@ -23,7 +23,7 @@ [email protected] | |
springwolf.docket.info.contact.url=https://github.com/springwolf/springwolf-core | ||
springwolf.docket.info.license.name=Apache License 2.0 | ||
springwolf.docket.servers.jms-server.protocol=jms | ||
springwolf.docket.servers.jms-server.host=${spring.artemis.broker-url} | ||
springwolf.docket.servers.jms-server.host=${spring.activemq.broker-url} | ||
|
||
springwolf.plugin.jms.publishing.enabled=true | ||
|
||
|
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