imixs / imixs-workflow

The open source technology for business process management
http://www.imixs.org/
GNU General Public License v3.0
358 stars 64 forks source link

Migrate all conf file to last Jakarta EE 10 schema #835

Closed Dev-ALPM closed 1 year ago

Dev-ALPM commented 1 year ago

Migrate all conf file to last Jakarta EE 10 schema

Suppress unused dependency

javax.ws.rs jsr311-api 1.1.1 provided com.sun.jersey jersey-server 1.1.5.1 provided

Check if they are really unused...

rsoika commented 1 year ago

@Dev-ALPM , Ok - looks all fine to me. Yes we still have outdated config files :-/

But please let me know: did you have had any problems with the imixsFileUpload.xhtml in your project? I mostly test with wildfly and it could be that this old headers were tolerated by wildfly, even if they were outdated.

Dev-ALPM commented 1 year ago

Old headers are also accepted by glassfish.

The new Jakarta EE 10 headers also work.

I changed the headers to be consistent with the chosen level of Jarkarta EE 10.