jonasgeiregat commented on code in PR #546:
URL: https://github.com/apache/pulsar-manager/pull/546#discussion_r1483370706
##########
build.gradle:
##########
@@ -14,7 +14,7 @@
buildscript {
ext {
- springBootVersion = '2.0.2.RELEASE'
+ springBootVersion = '2.5.3'
Review Comment:
End goal was indeed to have it running on the latest spring versions but all
things together this was quite a big jump to take.
I don't see such a big leap as going from the current state the project is
in towards spring-boot 3 as a possibility.
My primary goal was to get it up and running with Java 17. If that succeeds
an attempt can be made to move towards spring-boot 3.X and Java 21.
Can't recall why I got stuck with 2.5.3 but I think it had something to do
with circular references. But like I said goal is small steps to get there.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]