ocpsoft / rewrite

OCPsoft URL-Rewriting Framework
http://ocpsoft.org/rewrite/
Apache License 2.0
189 stars 86 forks source link

Update maven versions #321

Closed larsgrefer closed 2 years ago

lincolnthree commented 2 years ago

Thank you @larsgrefer -- I think we should probably update the major version with this branch. It certainly won't be backwards compatible :)

larsgrefer commented 2 years ago

@lincolnthree I think we should to the upgrades in two steps, thereby creating two new Versions of Rewrite:

  1. All the cleanups and improvements so far, but still with a Jakarta EE 8 baseline (still javax.* packages)
  2. A further updated version with Jakarta EE 9 baseline.

The question is, if these versions should be 3.6.x and 4.x or even 4.x and 5.x

lincolnthree commented 2 years ago

Hmmm ... @larsgrefer Is Jakarta EE 9 when the switch to jakarta.* was made?

If so, I believe we will need two separate major versions. Otherwise, I think just one major version should be fine.

4.x for Jakarta EE 8 5.x for Jakarta EE 9+

Thoughts?

larsgrefer commented 2 years ago

Is Jakarta EE 9 when the switch to jakarta.* was made?

Exactly. The Jakarta EE 8 API's are identical to Java EE 8.