[GitHub] [tomee] rzo1 merged pull request #897: Regenerated BOMs after dependency upgrades

2022-06-30 Thread GitBox


rzo1 merged PR #897:
URL: https://github.com/apache/tomee/pull/897


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tomee-jakarta] dependabot[bot] opened a new pull request, #3: Bump plexus-archiver from 2.4.4 to 3.6.0

2022-06-30 Thread GitBox


dependabot[bot] opened a new pull request, #3:
URL: https://github.com/apache/tomee-jakarta/pull/3

   Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) 
from 2.4.4 to 3.6.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>plexus-archiver's
 releases.
   
   Plexus Archiver 3.6.0 requires Java 7.
   :rocket: New features and improvements
   
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/84";>#84,
 https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/57";>#57
 - Added Archiver implementation (JarToolModularJarArchiver) that 
creates modular JAR files using the JDK jar tool. The implementation uses 
java.util.spi.ToolProvider introduced in Java 9, so if it is run 
on Java 7 or 8 the resulting archive will be identical to a one created by 
JarArchiver - the module descriptor is not going to be validated 
and no additional information (such as version, main class and packages) is 
going to be added.
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/67";>#67
 - Added ability to set the module version and main class of a modular JAR 
file
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/83";>#83
 - Added new protected method (postCreateArchive) to 
AbstractArchiver that is called after the archive is created 
successfully
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/87";>#87
 - of Levan Giguashvili (https://github.com/odinn1984";>@​odinn1984)  Snyk eng 
team to fix a possible security issue. (See https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df";>https://gist.github.com/grnd/eafd7dab7c4cc6197d817a07fa46b2df)
   
   :bug: Bug Fixes
   
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/73";>#73
 - Symbolic links not properly encoded in ZIP archives
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/57";>#57
 - ZipArchiver creates archives with inconsistent central 
directory entries
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/79";>#79
 - JarArchiver and PlexusIoZipFileResourceCollection 
leak file descriptors
   
   :toolbox: Maintenance
   
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/77";>#77
 - Fixed the way unit tests modify the timestamp of a file
   
   :package: Dependency updates
   
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/71";>#71,
 https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/72";>#72,
 https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/76";>#76,
 https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/78";>#78,
 https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/85";>#85,
 https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/86";>#86
 - Updated dependencies: commons-compress to 1.16.1, 
plexus-utils to 3.1.0, org.tukaani:xz to 1.8 and 
plexus-io to 3.0.1
   
   Plexus Archiver 3.5 requires Java 7. Now Plexus Archiver uses pure Java 
implementations to deal with file attributes so the useJvmChmod is 
no longer used and it is just ignored. Archiver#setUseJvmChmod, 
Archiver#isUseJvmChmod(), UnArchiver#setUseJvmChmod, 
UnArchiver#isUseJvmChmod(), ArchiveEntryUtils#chmod( File, 
int, Logger, boolean ) and ArchiveEntryUtils#chmod( File, int, 
Logger ) are deprecated and are subject to removal in a future 
version.
   :rocket: New features and improvements
   
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/51";>#51
 - More specific exception for cases when there are no files to archive. Now 
EmptyArchiveException is thrown when you try to create empty 
archive. Previously the more generic ArchiverException was 
thrown.
   
   :bug: Bug Fixes
   
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/47";>#47
 - Archiver follows symlinks on Windows
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/53";>#53
 - AbstractZipArchiver no longer respects 
recompressAddedZips
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/58";>#58
 - Creates corrupt JARs
   
   :package: Dependency updates
   
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/56";>#56
 - Upgrade the minimum required Java version to 7 and Plexus IO to 3.0.0
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archiver/issues/60";>#60
 - Upgrade dependencies. plexus-container-default to 
1.0-alpha-30, commons-compress to 1.14, 
org.tukaani.xz to 1.6 and 
com.google.code.findbugs.jsr305 to 3.0.2
   
   Plexus Archiver 3.4.1
   :rocket: New features and improvements
   
   https://github-redirect.dependabot.com/codehaus-plexus/plexus-archive

[GitHub] [tomee] github-actions[bot] opened a new pull request, #897: Regenerated BOMs after dependency upgrades

2022-06-30 Thread GitBox


github-actions[bot] opened a new pull request, #897:
URL: https://github.com/apache/tomee/pull/897

   Found some uncommited changes (from BOM regeneration) after running build on 
TomEE master


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tomee] rzo1 merged pull request #896: Regenerated BOMs after dependency upgrades

2022-06-30 Thread GitBox


rzo1 merged PR #896:
URL: https://github.com/apache/tomee/pull/896


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tomee] github-actions[bot] opened a new pull request, #896: Regenerated BOMs after dependency upgrades

2022-06-30 Thread GitBox


github-actions[bot] opened a new pull request, #896:
URL: https://github.com/apache/tomee/pull/896

   Found some uncommited changes (from BOM regeneration) after running build on 
TomEE master


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tomee] rzo1 merged pull request #895: Regenerated BOMs after dependency upgrades

2022-06-30 Thread GitBox


rzo1 merged PR #895:
URL: https://github.com/apache/tomee/pull/895


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tomee] github-actions[bot] opened a new pull request, #895: Regenerated BOMs after dependency upgrades

2022-06-30 Thread GitBox


github-actions[bot] opened a new pull request, #895:
URL: https://github.com/apache/tomee/pull/895

   Found some uncommited changes (from BOM regeneration) after running build on 
TomEE 8.x branch


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tomee] rzo1 merged pull request #894: TOMEE-3999 - Update to MyFaces 3.0.2

2022-06-30 Thread GitBox


rzo1 merged PR #894:
URL: https://github.com/apache/tomee/pull/894


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tomee] rzo1 commented on pull request #894: TOMEE-3999 - Update to MyFaces 3.0.2

2022-06-30 Thread GitBox


rzo1 commented on PR #894:
URL: https://github.com/apache/tomee/pull/894#issuecomment-1170872692

   Thanks @tandraschko !


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tomee] rzo1 merged pull request #893: TOMEE-3998 - Update to MyFaces 2.3.10

2022-06-30 Thread GitBox


rzo1 merged PR #893:
URL: https://github.com/apache/tomee/pull/893


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tomee] rzo1 commented on pull request #893: TOMEE-3998 - Update to MyFaces 2.3.10

2022-06-30 Thread GitBox


rzo1 commented on PR #893:
URL: https://github.com/apache/tomee/pull/893#issuecomment-1170872440

   Thanks @tandraschko !


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [VOTE] Apache TomEE 9.0.0-M8

2022-06-30 Thread Thomas Andraschko
+1 (non-binding)

Am Do., 30. Juni 2022 um 09:19 Uhr schrieb Wiesner, Martin <
martin.wies...@hs-heilbronn.de>:

> +1
>
> Best
> Martin
> —
> https://twitter.com/mawiesne
>
> > Am 29.06.2022 um 22:07 schrieb Jean-Louis Monteiro <
> jlmonte...@tomitribe.com>:
> >
> > My own +1 (binding)
> > --
> > Jean-Louis Monteiro
> > http://twitter.com/jlouismonteiro
> > http://www.tomitribe.com
> >
> >
> > On Wed, Jun 29, 2022 at 9:54 PM Cesar Hernandez 
> > wrote:
> >
> >> +1 thank you!
> >>
> >> El mié, 29 jun 2022 a las 5:59, Daniel Dias Dos Santos (<
> >> daniel.dias.analist...@gmail.com>) escribió:
> >>
> >>> Hi
> >>>
> >>> +1
> >>>
> >>> Thanks
> >>>
> >>> On Tue, Jun 28, 2022, 19:01 Jean-Louis Monteiro <
> >> jlmonte...@tomitribe.com>
> >>> wrote:
> >>>
>  Hi,
> 
>  As discussed, here is the vote for Apache TomEE 9.0.0-M8. This
> >> milestone
>  differs from previous 9.x in the sense that we migrated all TomEE code
> >> to
>  the new jakarta namespace. Previously, we used bytecode relocation but
> >>> most
>  of the integration was broken (tests, arquillian, etc).
> 
>  We are still working on some regressions and fixes in order to pass
> all
> >>> TCK
>  for Jakarta EE 9.1. But starting to gather feedback can only help
> >> sooner
>  rather than later.
> 
>  This is a maintenance release with minor fixes and dependencies
> >> upgrades.
> 
>  Maven staging repo
> 
> >> https://repository.apache.org/content/repositories/orgapachetomee-1205/
> 
>  Binaries and sources
>  https://dist.apache.org/repos/dist/dev/tomee/tomee-9.0.0-M8
> 
>  Github Tag
>  https://github.com/apache/tomee/tree/tomee-project-9.0.0-M8
> 
>  Commit hash
>  12e5dd91fe34affa775a68d5341576b417530008
> 
>  Release Notes
>  https://issues.apache.org/jira/projects/TOMEE/versions/12350178
> 
>  Sub-task
> 
>    - [TOMEE-3861 ] -
>    Upgrade to apache-parent-26
>    - [TOMEE-3865 ] -
>    Switch arquillian to the new Servlet 5 protocol
>    - [TOMEE-3866 ] -
>    Upgrade Hibernate to 5.6.7 / Hibernate Validator to 7.0.2 (Jakarta
>  Artifact)
>    - [TOMEE-3868 ] -
>    Remove SAAJ Axis 1 provider
>    - [TOMEE-3869 ] -
>    Remove JAX-RPC
>    - [TOMEE-3870 ] -
>    Remove Management J2EE
>    - [TOMEE-3877 ] -
> >>> No
>    interface view EJB proxies broken on JDK16+
>    - [TOMEE-3879 ] -
> >>> Add
>    missing --add-opens options to itests/failover
>    - [TOMEE-3881 ] -
> >>> Add
>    JDK --add-opens to our scripts in openejb-standalone
>    - [TOMEE-3920 ] -
> >>> Fix
>    TomEE :: Web Examples :: Moviefun Rest
>    - [TOMEE-3922 ] -
>    Patch Tomcat JasperInitializer and create jira
>    - [TOMEE-3925 ] -
> >>> Fix
>    Websocket TLS Basic Auth
>    - [TOMEE-3926 ] -
> >>> Fix
>    Webservice SSL Client Certificate Example
>    - [TOMEE-3930 ] -
> >>> fix
>    arquillian-tomee-moviefun-example
>    - [TOMEE-3931 ] -
> >>> fix
>    example/cucumber-jvm
>    - [TOMEE-3932 ] -
>    Migration tips and tricks
>    - [TOMEE-3939 ] -
> >>> Fix
>    Jakarta Mail API with Apache Velocity Templating
>    - [TOMEE-3940 ] -
> >>> Fix
>    TomEE :: Examples :: JakartaMail API
>    - [TOMEE-3943 ] -
> >>> Fix
>    TomEE :: Examples :: Multiple JPA providers
>    - [TOMEE-3944 ] -
> >>> Fix
>    TomEE :: Examples :: Simple EAR :: Functional Tests
>    - [TOMEE-3953 ] -
> >>> Fix
>    TomEE :: Examples :: JPA with EclipseLink
>    - [TOMEE-3954 ] -
> >>> Fix
>    TomEE :: Examples :: JPA with Hibernate and arquillian
>    - [TOMEE-3956 ] -
> >>> Fix
>    TomEE :: Connector Examples :: Connector in WAR
>    - [TOMEE-3957 

Re: [VOTE] Apache TomEE 9.0.0-M8

2022-06-30 Thread Wiesner, Martin
+1

Best
Martin
—
https://twitter.com/mawiesne

> Am 29.06.2022 um 22:07 schrieb Jean-Louis Monteiro :
> 
> My own +1 (binding)
> --
> Jean-Louis Monteiro
> http://twitter.com/jlouismonteiro
> http://www.tomitribe.com
> 
> 
> On Wed, Jun 29, 2022 at 9:54 PM Cesar Hernandez 
> wrote:
> 
>> +1 thank you!
>> 
>> El mié, 29 jun 2022 a las 5:59, Daniel Dias Dos Santos (<
>> daniel.dias.analist...@gmail.com>) escribió:
>> 
>>> Hi
>>> 
>>> +1
>>> 
>>> Thanks
>>> 
>>> On Tue, Jun 28, 2022, 19:01 Jean-Louis Monteiro <
>> jlmonte...@tomitribe.com>
>>> wrote:
>>> 
 Hi,
 
 As discussed, here is the vote for Apache TomEE 9.0.0-M8. This
>> milestone
 differs from previous 9.x in the sense that we migrated all TomEE code
>> to
 the new jakarta namespace. Previously, we used bytecode relocation but
>>> most
 of the integration was broken (tests, arquillian, etc).
 
 We are still working on some regressions and fixes in order to pass all
>>> TCK
 for Jakarta EE 9.1. But starting to gather feedback can only help
>> sooner
 rather than later.
 
 This is a maintenance release with minor fixes and dependencies
>> upgrades.
 
 Maven staging repo
 
>> https://repository.apache.org/content/repositories/orgapachetomee-1205/
 
 Binaries and sources
 https://dist.apache.org/repos/dist/dev/tomee/tomee-9.0.0-M8
 
 Github Tag
 https://github.com/apache/tomee/tree/tomee-project-9.0.0-M8
 
 Commit hash
 12e5dd91fe34affa775a68d5341576b417530008
 
 Release Notes
 https://issues.apache.org/jira/projects/TOMEE/versions/12350178
 
 Sub-task
 
   - [TOMEE-3861 ] -
   Upgrade to apache-parent-26
   - [TOMEE-3865 ] -
   Switch arquillian to the new Servlet 5 protocol
   - [TOMEE-3866 ] -
   Upgrade Hibernate to 5.6.7 / Hibernate Validator to 7.0.2 (Jakarta
 Artifact)
   - [TOMEE-3868 ] -
   Remove SAAJ Axis 1 provider
   - [TOMEE-3869 ] -
   Remove JAX-RPC
   - [TOMEE-3870 ] -
   Remove Management J2EE
   - [TOMEE-3877 ] -
>>> No
   interface view EJB proxies broken on JDK16+
   - [TOMEE-3879 ] -
>>> Add
   missing --add-opens options to itests/failover
   - [TOMEE-3881 ] -
>>> Add
   JDK --add-opens to our scripts in openejb-standalone
   - [TOMEE-3920 ] -
>>> Fix
   TomEE :: Web Examples :: Moviefun Rest
   - [TOMEE-3922 ] -
   Patch Tomcat JasperInitializer and create jira
   - [TOMEE-3925 ] -
>>> Fix
   Websocket TLS Basic Auth
   - [TOMEE-3926 ] -
>>> Fix
   Webservice SSL Client Certificate Example
   - [TOMEE-3930 ] -
>>> fix
   arquillian-tomee-moviefun-example
   - [TOMEE-3931 ] -
>>> fix
   example/cucumber-jvm
   - [TOMEE-3932 ] -
   Migration tips and tricks
   - [TOMEE-3939 ] -
>>> Fix
   Jakarta Mail API with Apache Velocity Templating
   - [TOMEE-3940 ] -
>>> Fix
   TomEE :: Examples :: JakartaMail API
   - [TOMEE-3943 ] -
>>> Fix
   TomEE :: Examples :: Multiple JPA providers
   - [TOMEE-3944 ] -
>>> Fix
   TomEE :: Examples :: Simple EAR :: Functional Tests
   - [TOMEE-3953 ] -
>>> Fix
   TomEE :: Examples :: JPA with EclipseLink
   - [TOMEE-3954 ] -
>>> Fix
   TomEE :: Examples :: JPA with Hibernate and arquillian
   - [TOMEE-3956 ] -
>>> Fix
   TomEE :: Connector Examples :: Connector in WAR
   - [TOMEE-3957 ] -
>>> Fix
   TomEE :: Examples :: DeltaSpike @ConfigProperty
   - [TOMEE-3958 ] -
>>> Fix
   TomEE :: Examples :: DeltaSpike Exception Handling
   - [TOMEE-3959 ] -
>>> Fix
   TomEE :: Examples :: DeltaSpike I18n