Re: TomEE 9.x - from javax to jakarta namespace

2022-05-02 Thread Cesar Hernandez
I created https://issues.apache.org/jira/browse/TOMEE-3932 and the PR with
the first iteration of the document is ready for review.
https://github.com/apache/tomee/pull/878

El sáb, 30 abr 2022 a las 0:26, Zowalla, Richard (<
richard.zowa...@hs-heilbronn.de>) escribió:

> Sounds good: +1
>
> Am Freitag, dem 29.04.2022 um 11:06 +0200 schrieb Jean-Louis Monteiro:
> > That sounds great Cesar. Thanks
> > --
> > Jean-Louis Monteiro
> > http://twitter.com/jlouismonteiro
> > http://www.tomitribe.com
> >
> >
> > On Fri, Apr 29, 2022 at 5:48 AM Cesar Hernandez  > >
> > wrote:
> >
> > > Thank you for the list, Richard,
> > >
> > > If there is no objection, I propose to create a
> > > https://github.com/apache/tomee/javaxToJakartaNamespace.adoc  to
> > > keep
> > > track
> > > of the shaded versions we currently have, common dependencies that
> > > will
> > > need to be updated, and strategies to troubleshooting common issues
> > > and
> > > link to the main epic
> > > https://issues.apache.org/jira/browse/TOMEE-3862.
> > >
> > > WDYT?
> > >
> > >
> > >
> > > El mié, 27 abr 2022 a las 0:23, Zowalla, Richard (<
> > > richard.zowa...@hs-heilbronn.de>) escribió:
> > >
> > > > Hi,
> > > >
> > > > I am not aware of any public reference list. There are some
> > > > things,
> > > > which floated around the mailing list or in the heads, which are:
> > > >
> > > > - Javamail is currently broken. We need to have a jakarta
> > > > compatible
> > > > version of Geronimo Javamail. This currently breaks 2 examples
> > > > and
> > > > prevents platform tck from running.
> > > >
> > > > - Deltaspike / Kratzo examples require dependency upgrades, i.e.
> > > > MVC
> > > > 2.0 + Jakarta version of Deltaspike.
> > > >
> > > > - Micro Profile examples are broken due to the ongoing
> > > > integration work
> > > > of SmallRye impls. If the integration is done, we can fix them.
> > > >
> > > > - If Hibernate is used, we either need to upgrade to 6.0.0 _or_
> > > > use the
> > > > Jakarta artifact from the 5.6.x series. In some examples, we
> > > > still use
> > > > Hibernate 4, so the upgrade also requires to deal with
> > > > "tomee.jpa.factory.lazy".
> > > >
> > > > - Check for "http" repositories to avoid the default http blocker
> > > > in
> > > > newer Maven versions.
> > > >
> > > > Gruß
> > > > Richard
> > > >
> > > >
> > > > Am Dienstag, dem 26.04.2022 um 21:28 -0600 schrieb Cesar
> > > > Hernandez:
> > > > > Hi all,
> > > > >
> > > > > Late last week I started to pick and create sub-task related to
> > > > > https://issues.apache.org/jira/browse/TOMEE-3862.
> > > > > The current CI master status [1] has helped me to identify
> > > > > tests that
> > > > > need
> > > > > fixes, examples that need dependencies updates to match the
> > > > > javax. ->
> > > > > jakarta , etc.
> > > > >
> > > > > Do we have a place where we can check the list of knowing-Issue
> > > > > and
> > > > > knowing-fixes a contributor can take as a reference when trying
> > > > > to
> > > > > fix a
> > > > > subtask from TOMEE-3862 ?
> > > > > For example, today I faced a javax/servlet issue [2] that
> > > > > required
> > > > > some
> > > > > dependencies replacements like jstl [3 ] with
> > > > > jakarta.servlet.jsp.jstl-api
> > > > > [4] and taglibs:standard [5] with taglibs-shade [6].
> > > > >
> > > > >
> > > > > [1]
> > > > > https://ci-builds.apache.org/job/Tomee/job/master-build-full/
> > > > >
> > > > > [2]
> > > > >
> > > > > Caused by: java.lang.NoClassDefFoundError:
> > > > > javax/servlet/jsp/tagext/TagSupport
> > > > >
> > > > >
> > > > > [3]
> > > > > javax.servlet
> > > > > jstl
> > > > > 1.1.2
> > > > >
> > > > > [4]
> > > > > jakarta.servlet.jsp.jstl
> > > > > jakarta.servlet.jsp.jstl-api
> > > > > 2.0.0
> > > > >
> > > > > [5]
> > > > > taglibs
> > > > > standard
> > > > > 1.1.2
> > > > >
> > > > > [6]
> > > > > org.apache.tomee
> > > > > taglibs-shade
> > > > > 9.0.0-M8-SNAPSHOT
> > > > >
> > > > >
> > > > > El mié, 30 mar 2022 a las 1:20, Jean-Louis Monteiro (<
> > > > > jlmonte...@tomitribe.com>) escribió:
> > > > >
> > > > > > Thanks Richard.
> > > > > >
> > > > > > I got personal issues with my computer and it's taking a bit
> > > > > > of
> > > > > > time to set
> > > > > > everything up again.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Jean-Louis Monteiro
> > > > > > http://twitter.com/jlouismonteiro
> > > > > > http://www.tomitribe.com
> > > > > >
> > > > > >
> > > > > > On Wed, Mar 30, 2022 at 8:45 AM Zowalla, Richard <
> > > > > > richard.zowa...@hs-heilbronn.de> wrote:
> > > > > >
> > > > > > > Update regarding TOMEE-3879: We were missing --add-opens
> > > > > > > options
> > > > > > > in the
> > > > > > > failover tests to run with Java 11+ - we added it to the
> > > > > > > bat / sh
> > > > > > > scripts of openejb-standalone. However, bat / sh is not
> > > > > > > used in
> > > > > > > the
> > > > > > > failover tests.
> > > > > > >
> > > > > > > I added the options in the tests, so TOMEE-3879 is fixed
> > > > > > > 

[GitHub] [tomee] cesarhernandezgt commented on pull request #875: TOMEE-3931 fixed cucumber-jvm example and added deps/cucumber-openejb-shade module.

2022-05-02 Thread GitBox


cesarhernandezgt commented on PR #875:
URL: https://github.com/apache/tomee/pull/875#issuecomment-1115303106

   Thank you for the review and help @rzo1 . You were right, updating snapshot 
by running locally mvn with -U removed the poms update from the PR. I rebase 
the PR now with only the changes for TomEE-3931


-- 
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] dependabot[bot] commented on pull request #859: Bump h2 from 1.3.166 to 2.1.210 in /examples/datasource-definition

2022-05-02 Thread GitBox


dependabot[bot] commented on PR #859:
URL: https://github.com/apache/tomee/pull/859#issuecomment-1115203881

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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 closed pull request #859: Bump h2 from 1.3.166 to 2.1.210 in /examples/datasource-definition

2022-05-02 Thread GitBox


rzo1 closed pull request #859: Bump h2 from 1.3.166 to 2.1.210 in 
/examples/datasource-definition
URL: https://github.com/apache/tomee/pull/859


-- 
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 closed pull request #838: Bump nimbus-jose-jwt from 4.23 to 7.9 in /examples/mp-jwt-bean-validation

2022-05-02 Thread GitBox


rzo1 closed pull request #838: Bump nimbus-jose-jwt from 4.23 to 7.9 in 
/examples/mp-jwt-bean-validation
URL: https://github.com/apache/tomee/pull/838


-- 
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] dependabot[bot] commented on pull request #861: Bump httpclient from 4.3.6 to 4.5.13 in /examples/cdi-realm

2022-05-02 Thread GitBox


dependabot[bot] commented on PR #861:
URL: https://github.com/apache/tomee/pull/861#issuecomment-1115203628

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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 closed pull request #861: Bump httpclient from 4.3.6 to 4.5.13 in /examples/cdi-realm

2022-05-02 Thread GitBox


rzo1 closed pull request #861: Bump httpclient from 4.3.6 to 4.5.13 in 
/examples/cdi-realm
URL: https://github.com/apache/tomee/pull/861


-- 
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] dependabot[bot] commented on pull request #838: Bump nimbus-jose-jwt from 4.23 to 7.9 in /examples/mp-jwt-bean-validation

2022-05-02 Thread GitBox


dependabot[bot] commented on PR #838:
URL: https://github.com/apache/tomee/pull/838#issuecomment-1115203812

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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] dependabot[bot] commented on pull request #840: Bump nimbus-jose-jwt from 4.23 to 7.9 in /examples/mp-jwt-bean-validation-strongly-typed

2022-05-02 Thread GitBox


dependabot[bot] commented on PR #840:
URL: https://github.com/apache/tomee/pull/840#issuecomment-1115203775

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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 closed pull request #840: Bump nimbus-jose-jwt from 4.23 to 7.9 in /examples/mp-jwt-bean-validation-strongly-typed

2022-05-02 Thread GitBox


rzo1 closed pull request #840: Bump nimbus-jose-jwt from 4.23 to 7.9 in 
/examples/mp-jwt-bean-validation-strongly-typed
URL: https://github.com/apache/tomee/pull/840


-- 
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] dependabot[bot] commented on pull request #858: Bump commons-collections from 3.2.1 to 3.2.2 in /examples/deltaspike-fullstack

2022-05-02 Thread GitBox


dependabot[bot] commented on PR #858:
URL: https://github.com/apache/tomee/pull/858#issuecomment-1115203740

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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 closed pull request #858: Bump commons-collections from 3.2.1 to 3.2.2 in /examples/deltaspike-fullstack

2022-05-02 Thread GitBox


rzo1 closed pull request #858: Bump commons-collections from 3.2.1 to 3.2.2 in 
/examples/deltaspike-fullstack
URL: https://github.com/apache/tomee/pull/858


-- 
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] dependabot[bot] commented on pull request #860: Bump htmlunit from 2.8 to 2.37.0 in /examples/moviefun

2022-05-02 Thread GitBox


dependabot[bot] commented on PR #860:
URL: https://github.com/apache/tomee/pull/860#issuecomment-1115203694

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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 closed pull request #860: Bump htmlunit from 2.8 to 2.37.0 in /examples/moviefun

2022-05-02 Thread GitBox


rzo1 closed pull request #860: Bump htmlunit from 2.8 to 2.37.0 in 
/examples/moviefun
URL: https://github.com/apache/tomee/pull/860


-- 
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] dependabot[bot] commented on pull request #862: Bump httpclient from 4.2.2 to 4.5.13 in /arquillian/arquillian-tomee-tests

2022-05-02 Thread GitBox


dependabot[bot] commented on PR #862:
URL: https://github.com/apache/tomee/pull/862#issuecomment-1115203548

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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 closed pull request #862: Bump httpclient from 4.2.2 to 4.5.13 in /arquillian/arquillian-tomee-tests

2022-05-02 Thread GitBox


rzo1 closed pull request #862: Bump httpclient from 4.2.2 to 4.5.13 in 
/arquillian/arquillian-tomee-tests
URL: https://github.com/apache/tomee/pull/862


-- 
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 closed pull request #869: Bump struts2-core from 2.1.8.1 to 2.5.30 in /examples/struts

2022-05-02 Thread GitBox


rzo1 closed pull request #869: Bump struts2-core from 2.1.8.1 to 2.5.30 in 
/examples/struts
URL: https://github.com/apache/tomee/pull/869


-- 
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: OpenJDK is no more?

2022-05-02 Thread Zowalla, Richard
Thanks Rod!!

Am Montag, dem 02.05.2022 um 17:33 + schrieb Jenkins, Rodney J
(Rod):
> All,
> 
> I have added the Semeru images for Java 11 and 17 for TomEE 8 and 9.
> 
> Anything else anyone wants?
> 
> Thanks,
> Rod.
> 
> 
> 
> On 4/30/22, 12:35 PM, "Zowalla, Richard" <
> richard.zowa...@hs-heilbronn.de> wrote:
> 
> Nationwide Information Security Warning: This is an EXTERNAL
> email. Use CAUTION before clicking on links, opening attachments, or
> responding. (Sender: 
> dev-return-29380-JENKIR14=nationwide@tomee.apache.org)
> 
> -
> -
> 
> 
> Maybe 11 + 17 for OpenJ9/Semeru? ;)
> 
> Thanks.
> 
> Gruß
> Richard
> 
> Von: Jenkins, Rodney J (Rod) 
> Gesendet: Samstag, 30. April 2022 19:12:40
> An: dev@tomee.apache.org
> Betreff: Re: Re: Re: OpenJDK is no more?
> 
> Alex,
> 
> That explains why I did not see it, lol.
> 
> 
> 
> All,
> 
> I have created this PR for review:  
> https://github.com/tomitribe/docker-tomee/pull/66
> 
> This is not final, so if we want to add Semeru, I just need to
> know what java versions we would like to add.
> 
> Thank you,
> Rod.
> 
> 
> On 4/30/22, 11:16 AM, "Alex The Rocker" 
> wrote:
> 
> Nationwide Information Security Warning: This is an EXTERNAL
> email. Use CAUTION before clicking on links, opening attachments, or
> responding. (Sender: 
> dev-return-29378-JENKIR14=nationwide@tomee.apache.org)
> 
> -
> -
> 
> 
> Hi Rod,
> 
> You won't find any Semeru/OpenJ9 image based on Alpine,
> because this
> JVM is not supporter on Alpine (alas...)
> 
> Thanks,
> Alex
> 
> Le sam. 30 avr. 2022 à 18:10, Jenkins, Rodney J (Rod)
>  a écrit :
> >
> > Richard,
> >
> > I am fine with providing a Semeru/OpenJ9.  Would we want
> that or 8, 11, and 17?
> >
> > I do not see an alpine image, so it would just be adding a
> ubuntu image.
> >
> > Rod.
> >
> >
> > On 4/30/22, 1:30 AM, "Zowalla, Richard" <
> richard.zowa...@hs-heilbronn.de> wrote:
> >
> > Nationwide Information Security Warning: This is an
> EXTERNAL email. Use CAUTION before clicking on links, opening
> attachments, or responding. (Sender: 
> dev-return-29375-JENKIR14=nationwide@tomee.apache.org)
> >
> > ---
> ---
> >
> >
> > Hi,
> >
> > I think, that Alpine would be a great addition to
> shrink the images
> > sizes if it isn't too much work.
> >
> > I am also wondering, if we should provide a
> Semeru/OpenJ9
> > runtime - but I guess, that there isn't too much need
> for it, so it is
> > super low prio :D
> >
> > Gruß
> > Richard
> >
> >
> >
> > Am Freitag, dem 29.04.2022 um 21:18 + schrieb
> Jenkins, Rodney J
> > (Rod):
> > > Hello all,
> > >
> > > There is more information on the PR I noted earlier.
> > >
> > > Essentially, OpenJDK 17 is being dereplicated.  In
> addition OpenJDK 8
> > > and OpenJDK 11, "are not updated on an extreme
> priority."
> > >
> > > Given this new information, I propose the following:
> > > Move immediately to Temurin for Java 17.  (There have
> been many +1
> > > votes for this)
> > > We add a Temurin option for Java 8 and 11 should we
> lose support for
> > > those.  We would still leave OpenJDK as the default.
> > >
> > > These additional images will be using Ubuntu as the
> OS for
> > > Temurin.  OpenJDK will stay with Debian.  As long as
> we are on the
> > > topic of OS, there has been demand for Alpine for
> smaller images.  I
> > > am also willing to add an Alpine option.
> > >
> > > I am going to start on these this weekend in hope of
> having a PR
> > > ready for review middle of next week.
> > >
> > > If anyone has thoughts or comments, please chime in.
> > >
> > > Thanks,
> > > Rod.
> > >
> > >
> > > On 4/27/22, 6:22 PM, "Jenkins, Rodney J (Rod)" <
> > > jenki...@nationwide.com> wrote:
> > >
> > > Nationwide Information Security Warning: This is
> an EXTERNAL
> > > email. Use CAUTION before clicking on links, opening
> attachments, or
> > > responding. (Sender:
> >  

Re: OpenJDK is no more?

2022-05-02 Thread Jenkins, Rodney J (Rod)
All,

I have added the Semeru images for Java 11 and 17 for TomEE 8 and 9.

Anything else anyone wants?

Thanks,
Rod.



On 4/30/22, 12:35 PM, "Zowalla, Richard"  
wrote:

Nationwide Information Security Warning: This is an EXTERNAL email. Use 
CAUTION before clicking on links, opening attachments, or responding. (Sender: 
dev-return-29380-JENKIR14=nationwide@tomee.apache.org)


--


Maybe 11 + 17 for OpenJ9/Semeru? ;)

Thanks.

Gruß
Richard

Von: Jenkins, Rodney J (Rod) 
Gesendet: Samstag, 30. April 2022 19:12:40
An: dev@tomee.apache.org
Betreff: Re: Re: Re: OpenJDK is no more?

Alex,

That explains why I did not see it, lol.



All,

I have created this PR for review:  
https://github.com/tomitribe/docker-tomee/pull/66

This is not final, so if we want to add Semeru, I just need to know what 
java versions we would like to add.

Thank you,
Rod.


On 4/30/22, 11:16 AM, "Alex The Rocker"  wrote:

Nationwide Information Security Warning: This is an EXTERNAL email. Use 
CAUTION before clicking on links, opening attachments, or responding. (Sender: 
dev-return-29378-JENKIR14=nationwide@tomee.apache.org)


--


Hi Rod,

You won't find any Semeru/OpenJ9 image based on Alpine, because this
JVM is not supporter on Alpine (alas...)

Thanks,
Alex

Le sam. 30 avr. 2022 à 18:10, Jenkins, Rodney J (Rod)
 a écrit :
>
> Richard,
>
> I am fine with providing a Semeru/OpenJ9.  Would we want that or 8, 
11, and 17?
>
> I do not see an alpine image, so it would just be adding a ubuntu 
image.
>
> Rod.
>
>
> On 4/30/22, 1:30 AM, "Zowalla, Richard" 
 wrote:
>
> Nationwide Information Security Warning: This is an EXTERNAL 
email. Use CAUTION before clicking on links, opening attachments, or 
responding. (Sender: dev-return-29375-JENKIR14=nationwide@tomee.apache.org)
>
> 
--
>
>
> Hi,
>
> I think, that Alpine would be a great addition to shrink the 
images
> sizes if it isn't too much work.
>
> I am also wondering, if we should provide a Semeru/OpenJ9
> runtime - but I guess, that there isn't too much need for it, so 
it is
> super low prio :D
>
> Gruß
> Richard
>
>
>
> Am Freitag, dem 29.04.2022 um 21:18 + schrieb Jenkins, Rodney 
J
> (Rod):
> > Hello all,
> >
> > There is more information on the PR I noted earlier.
> >
> > Essentially, OpenJDK 17 is being dereplicated.  In addition 
OpenJDK 8
> > and OpenJDK 11, "are not updated on an extreme priority."
> >
> > Given this new information, I propose the following:
> > Move immediately to Temurin for Java 17.  (There have been many 
+1
> > votes for this)
> > We add a Temurin option for Java 8 and 11 should we lose 
support for
> > those.  We would still leave OpenJDK as the default.
> >
> > These additional images will be using Ubuntu as the OS for
> > Temurin.  OpenJDK will stay with Debian.  As long as we are on 
the
> > topic of OS, there has been demand for Alpine for smaller 
images.  I
> > am also willing to add an Alpine option.
> >
> > I am going to start on these this weekend in hope of having a PR
> > ready for review middle of next week.
> >
> > If anyone has thoughts or comments, please chime in.
> >
> > Thanks,
> > Rod.
> >
> >
> > On 4/27/22, 6:22 PM, "Jenkins, Rodney J (Rod)" <
> > jenki...@nationwide.com> wrote:
> >
> > Nationwide Information Security Warning: This is an EXTERNAL
> > email. Use CAUTION before clicking on links, opening 
attachments, or
> > responding. (Sender:
> > dev-return-29359-JENKIR14=nationwide@tomee.apache.org)
> >
> > 
-
> > -
> >
> >
> > All,
> >
> > I was notified of the pull request below.  Long story 
short:   We
> > need to choose a different JDK to run on our docker images.
> >
> >