-
Notifications
You must be signed in to change notification settings - Fork 102
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
Jakarta EE9 - JSF 3 support #1187
Comments
JakartaEE 9 support works with the current snapshot 1.6.0-SNAPSHOT. The feature didn't make it into the documentation yet because we're short on developers. I'm afraid I'm one of the bottlenecks. I can't predict when we'll publish version 1.6.0. We've been pushing to to "next week" for several months now. Maybe you can help us. Would you like to test the current developer build, review pull requests, and answer questions? |
For the sake of convenience, here are the download coordinates: The new version is available on Maven Central as 1.6.0-SNAPSHOT. If you need the JakartaEE version, add the classifier <dependency>
<groupId>net.bootsfaces</groupId>
<artifactId>bootsfaces</artifactId>
<version>1.6.0-SNAPSHOT</version>
<classifier>jakarta</classifier>
</dependency>
|
Thanks Stephan, but I can't see that version on Maven Central, latest is 1.5.0?? I would be happy to help test this build since we are starting a migration to Jakarta EE 9 and will be doing a lot of testing anyway |
I'm talking about the snapshot repository. Issue #369 has some info how to access it. |
Hello, i will add the link to the snapshot repository for the sake of completeness. For testing you can define in your projekt this repository too, so you can access this Snapshot.
|
duplikat, please take a look to #1180 |
Notice: |
Hi @geopossachs #1187 (comment) Scenario is I am migration the project from 8 to 17 version and previously we are using bootsfaces version 1.5.0, |
Hallo @NikeeAgrawal , you can use my current snapshot of the next version. You can found my snapshot in my fork repo here:
And here you can found an example how you can pull my current snapshot into a project
plan b - if you can't pull somthing from github, you can also pull an one of the first snapshots of the draft support of jakarta from the
|
Hi @geopossachs Thanks!! |
Hi @geopossachs After including the bootsfaces 1.6.0 getting this issuse. Could you please guide me how to resolve this issue ? java.lang.RuntimeException: Could not match a select item for submittedOptionValue:2 menu:net.bootsfaces.component.selectOneMenu.SelectOneMenu@3ba56c24
|
@geopossachs , any plan to release the official version of jakarta? We realy need it. |
Soon. There's no fixed due date yet, but I plan to publish it soon. |
Version 2.0.0-SNAPSHOT has landed in Maven Central. See #369 on how to get the snapshot. It's a Jakarta-only version. We've dropped support for the older |
Hi Guys,
I saw a comment in the previous discussion about support for Jakarta Faces but I can't see any mention of it in the docs, is there any work ongoing to support this, I guess its a copy 'n paste job on all the .javax dependencies?
We are migrating a legacy app and I would like to use a full Jakarta EE 9 stack but I think that won't be possible with current Bootfaces 1.5.0? So maybe we should be targeting Jakarta EE 8 instead
Regards
David
The text was updated successfully, but these errors were encountered: