Skip to content
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

Chore: update to Spring Boot 3.1.7 #3810

Closed
wants to merge 4 commits into from

Conversation

@dbmalkovsky
Copy link
Contributor Author

dbmalkovsky commented Jan 12, 2024

@filiphr The builds were failing in org.flowable.eventregistry.spring.kafka.KafkaChannelDefinitionProcessor because org.springframework.kafka.retrytopic.FixedDelayStrategy had been deprecated and removed when the Kafka jar moved to 3.1.0. It was replaced with org.springframework.kafka.retrytopic.SameIntervalTopicReuseStrategy so I made the source code changes and resubmitted the code.

Guess I didn't get it all ☹️

@filiphr
Copy link
Contributor

filiphr commented Jan 15, 2024

Thanks @dbmalkovsky. Seems like there are some compilation errors on the build now.

@edgarvonk
Copy link

edgarvonk commented Jan 24, 2024

Especially relevant to upgrade Spring libs because of: https://spring.io/security/cve-2024-22233/

@filiphr
Copy link
Contributor

filiphr commented Feb 9, 2024

Thanks @dbmalkovsky. I've prepared PR #3846 for upgrading to Spring Boot 3.2 and other dependencies. Therefore, this PR is not needed at the moment. Thanks for the efforts in it.

@filiphr filiphr closed this Feb 9, 2024
@dbmalkovsky dbmalkovsky deleted the dbmSpringBoot3.1.7 branch July 15, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants