wicket-spring-boot icon indicating copy to clipboard operation
wicket-spring-boot copied to clipboard

Whats the plan with spring-boot 3.0 and Java 17?

Open geramaya opened this issue 3 years ago • 12 comments

Hey all,

What's the plan or roadmap for wicket-spring-boot and apache wicket with spring-boot 3.0 and Java 17? Exists some planning versions/dates for the new releases?

geramaya avatar Nov 26 '22 14:11 geramaya

Spring 6.x uses jakarta.** APIs. Wicket 10.x depends on the following to be able to make a release: https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+10.0#MigrationtoWicket10.0-TODO

The best you can do it to vote for these issues by adding a comment!

martin-g avatar Nov 26 '22 21:11 martin-g

I was about to ask the same question. Nice to hear that this project is alive. As I understand the only blocker to upgrade this project to Spring Boot 3 now is the jakarta API thing. So once the Wicket 10 is released I'm willing to help with this project as far as my abilities allow.

pogurek avatar Nov 28 '22 22:11 pogurek

I've prepared a branch for Wicket 10: https://github.com/MarcGiffing/wicket-spring-boot/tree/wicket-10

MarcGiffing avatar Dec 04 '22 20:12 MarcGiffing

Nice job! Are the 4.0.0-SNAPSHOT artifacts from the new wicket-10 branch published somewhere?

ilgrosso avatar Dec 27 '22 14:12 ilgrosso

@MarcGiffing thanks for merging #198 ! Can you publish the 4.0.0-SNAPSHOT artifacts from current wicket-10 branch to OSS Sonatype?

ilgrosso avatar Jan 10 '23 05:01 ilgrosso

+1 for 4.0.0-SNAPSHOT from me too!

martin-g avatar Jan 11 '23 08:01 martin-g

FYI I've opened #200 to fix OSS Sonatype deployment

ilgrosso avatar Jan 12 '23 08:01 ilgrosso

Now that Wicket 10.0.0-M1 is out, any chance to cut a relase from the wicket-10 branch here?

ilgrosso avatar Jun 26 '23 14:06 ilgrosso

There is no milestone release for Wicket Stuff....

<wicketstuff.version>10.0.0-SNAPSHOT</wicketstuff.version>

MarcGiffing avatar Jun 27 '23 18:06 MarcGiffing

@MarcGiffing wise question: https://github.com/wicketstuff/core/issues/752

ilgrosso avatar Jun 28 '23 08:06 ilgrosso

@MarcGiffing we have now both WicketStuff 10.0.0-M1 and Wicket-Bootstrap 7.0.0 released:

  • https://github.com/wicketstuff/core/releases/tag/wicketstuff-core-10.0.0-M1
  • https://github.com/l0rdn1kk0n/wicket-bootstrap/releases/tag/bootstrap-parent-7.0.0

ilgrosso avatar Jul 10 '23 11:07 ilgrosso

👍

MarcGiffing avatar Jul 16 '23 18:07 MarcGiffing