Friday, July 21, 2023

Re: GWT compilation issue with jdk 17

Thank you Thomas for your guidance .

On Friday, July 21, 2023 at 6:25:36 PM UTC+5:30 Thomas Broyer wrote:
On Friday, July 21, 2023 at 12:51:32 PM UTC+2 NIKITAH wrote:
Yes , we are using  jakartaee-api : 9.0.0 . So can you please suggest which version of gwtp-dispatch-rest-*.jar will be compatible with Jakarta 9.0 ?

None!

Repeating myself here: 
  • GWTP is long dead; at least one year before the Javax/Jakarta mess was even announced (except for one never-released commit in Sept. 2018)
Legacy projects should stay on "legacy" Java EE (or Jakarta EE 8), or migrate away from legacy/abandoned libs and frameworks that lock them to Java EE.

Now paraphrasing myself, you have to either:
  • stay on Jakarta EE 8 (or earlier Java EE)
  • rewrite the whole thing to remove GWTP
  • transform GWTP to Jakarta EE 9+ with the help of tools like Eclipse Transformer

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/53d30f6a-4d0b-4411-9e78-4eb987d1f0e7n%40googlegroups.com.

No comments:

Post a Comment