[PR] Handle osgi headers correctly [tomcat-jakartaee-migration]

2024-02-21 Thread via GitHub
kysmith-csg opened a new pull request, #54: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/54 This PR fixes OSGI manifest processing. As it is now, this tool creates invalid manifest headers. My changes fix two problems that I saw while trying to use this: 1.

(tomcat) branch 9.0.x updated: Clear out some fixmes

2024-02-21 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/9.0.x by this push: new d0fd3dfc0d Clear out some fixmes d0fd3dfc0d is

(tomcat) branch 10.1.x updated: Clear out some fixmes

2024-02-21 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new b69a8a17be Clear out some fixmes b69a8a17be is

(tomcat) branch main updated: Clear out some fixmes

2024-02-21 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 7f9af2f1c6 Clear out some fixmes 7f9af2f1c6 is

(tomcat-tck) branch main updated: Get the EL signature tests passing

2024-02-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git The following commit(s) were added to refs/heads/main by this push: new d315c80 Get the EL signature tests passing

(tomcat-tck) branch main updated: Note requirement to install additional dependency

2024-02-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git The following commit(s) were added to refs/heads/main by this push: new ea3d7a9 Note requirement to install additional

(tomcat) branch main updated: Reduce minimum Java version to 17

2024-02-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new d9def06167 Reduce minimum Java version to 17

(tomcat) branch main updated: Remove unsued properties to align with EL 6.0 API

2024-02-21 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 82228cc139 Remove unsued properties to align with EL

Re: Jakarta EE 11 may be changing minimum Java version to 17

2024-02-21 Thread Mark Thomas
On 21/02/2024 09:02, Rémy Maucherat wrote: On Wed, Feb 21, 2024 at 1:28 AM Paul Nicolucci wrote: Hi, At a minimum could the Expression Language be built to Java 17 bytecode? There is nothing in the Expression Language that requires Java 21. I have a branch with some initial changes to get

Re: Jakarta EE 11 may be changing minimum Java version to 17

2024-02-21 Thread Rémy Maucherat
On Wed, Feb 21, 2024 at 1:28 AM Paul Nicolucci wrote: > > Hi, > > At a minimum could the Expression Language be built to Java 17 bytecode? > There is nothing in the Expression Language that requires Java 21. > > I have a branch with some initial changes to get that working here: >