eclipse-dali / webtools.dali

Eclipse Public License 2.0
2 stars 2 forks source link

Add JPA 3.0 support #6

Open fanste opened 1 month ago

fanste commented 1 month ago

There is already a PR for this in the old bugtracker, but nothing has come to an end until now.

Any change to get something updated here regarding newer JPA versions?

lak-proddev commented 1 month ago

@nitind Please think about adding this to 2024 -06.

I believe we can include the basic JPA 3.0 support. (that provides the JPA 3.0 facet). Since many people are requesting for it.

Still, some work is pending for JPA 3.0 support due to package changes. https://bugs.eclipse.org/bugs/show_bug.cgi?id=579533#c13

In JPA 3.0 the package name changed from "javax.persistence" to "jakarta.persistence". We need to make these changes in code generation.

This is something users can manage manually for now.

lak-proddev commented 1 month ago

@nitind Please merge it ASAP. I need it for testing with the libraries.

https://gitlab.eclipse.org/eclipse/webtools/webtools-website/-/merge_requests/5

nitind commented 1 month ago

@lak-proddev done.

lak-proddev commented 1 month ago

@lak-proddev done.

Thank you very much.

fanste commented 2 weeks ago

Looks like the changes are already added to master. Thank you.

When might we expect a release available for eclipse IDE?

lak-proddev commented 2 weeks ago

Looks like the changes are already added to master. Thank you.

When might we expect a release available for eclipse IDE?

It's been part of 2024-06 release. Please note, that it's just basic facet support.