TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
246 stars 102 forks source link

Support JakartaEE 9 #1180

Closed stephanrauh closed 2 years ago

stephanrauh commented 2 years ago

Let's support JakartaEE 9.

frankyhoffmann commented 2 years ago

Thanks, I think that's great. 👍

stephanrauh commented 2 years ago

The new version is available on Maven Central as 1.6.0-SNAPSHOT. If you need the JakartaEE version, add the classifier jakarta:

<dependency>
    <groupId>net.bootsfaces</groupId>
    <artifactId>bootsfaces</artifactId>
    <version>1.6.0-SNAPSHOT</version>
    <classifier>jakarta</classifier>
</dependency>
geopossachs commented 1 year ago

https://github.com/TheCoder4eu/BootsFaces-OSP/pull/1191