Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about 2.5 new_build and GWT #1413

Open
sblommers opened this issue May 6, 2024 · 1 comment
Open

Question about 2.5 new_build and GWT #1413

sblommers opened this issue May 6, 2024 · 1 comment

Comments

@sblommers
Copy link

Hi there!

I see that 2.5 newbuild has a mavenized build 🙌 : . I pulled the branch and split restlet into 2 parts projects, org.restlet and org.restlet.gwt and use it succesfully with gwt 2.11.0 (with jakarta.*) on java 21. I did notice that org.restlet.ext.gwt extension dissappeared, I currently use the 2.5-M(5) (5 is my custom build) version and exclude dependencies to get things working again.

I was wondering why org.restlet.ext.gwt was removed.
Is the gwt version going to be removed also? I sure hope not.
If it is going to be maintained how should maven build the gwt edition, classifier?

Thanks you for the new build 👍

@thboileau
Copy link
Contributor

thboileau commented May 9, 2024

Hi @sblommers
thanks for your remark. We are currently thinking about our first decision, and are considering to step back.
Meaning, at least the org.restlet.ext.gwt extension will be back into 2.5 version.

If it is going to be maintained how should maven build the gwt edition, classifier?

We are thinking about it.
If we keep it, we need to prevent package names collision (think of "Request" class located in the same package "org.restlet" in "jse" or "gwt" editions). We could have a distinct repository, or have a new module (but with different package name like org.restlet.gwt instead of org.restlet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants