CloudSlang / score

CloudSlang Orchestration Engine
http://cloudslang.io
Apache License 2.0
85 stars 47 forks source link

score compatible with JDK17? #484

Open kingca31 opened 1 year ago

kingca31 commented 1 year ago

Hi all, my application embeds both SpringBoot v.2.7.x and score-all v.0.3.280.

I would like to upgrade SpringBoot to v.3.x, that comes with Spring Framework 6.x, targeted for JDK17, and using jakarta.persistence instead of javax.persistence, too.

My question is: is there a chance that a new release of score-all built using jdk17 and jakarta libraries will come soon?

BR, MR

kingca31 commented 1 year ago

Hi, I've just seen that there's a pull request pending (https://github.com/CloudSlang/score/pull/483) on this topic. I'll have a look at it.

QueueUpX commented 1 year ago

@kingca31 Hi, there are upcoming changes for score and cloudslang to be java17 ready. Currently they are on hold because there are some other modules to upgrade before the changes will be tested. But it will happen.

kingca31 commented 1 year ago

@kingca31 Hi, there are upcoming changes for score and cloudslang to be java17 ready. Currently they are on hold because there are some other modules to upgrade before the changes will be tested. But it will happen.

thank you for your reply!

BR, kingca31