Re: [EXTERNAL] - TomEE 8 / Jakarta EE 8 / JavaMail 1.5

2019-08-06 Thread Cees Bos
Hi Jon and Jean-Louis, With the latest changes of Jon, the issues are solved. There are only 1 javamail and 1 javamail-spec jar. Thanks a lot for your help! With kind regards, Cees From: Cees Bos Sent: Monday, August 5, 2019 15:41 To: dev@tomee.apache.org

Re: [EXTERNAL] - TomEE 8 / Jakarta EE 8 / JavaMail 1.5

2019-08-05 Thread Cees Bos
= > > > On Mon, Aug 5, 2019 at 10:51 AM Cees Bos wrote: > > > Hi Jean-Louis, > > > > > > > > I downloaded > > > https://urldefense.proofpoint.com/v2/url?u=https-3A__repository.apache.org_content_repositories_snapshots_org_apache_tomee_apache-2

RE: [EXTERNAL] - TomEE 8 / Jakarta EE 8 / JavaMail 1.5

2019-08-05 Thread Cees Bos
. With kind regards, Cees From: Jean-Louis Monteiro Sent: vrijdag 2 augustus 2019 15:59 To: Cees Bos Cc: dev@tomee.apache.org; d...@geronimo.apache.org Subject: Re: [EXTERNAL] - TomEE 8 / Jakarta EE 8 / JavaMail 1.5 Hi Cees, I just pushed some changes to fix this issue and also did a deploy of a new

RE: [EXTERNAL] - TomEE 8 / Jakarta EE 8 / JavaMail 1.5

2019-08-02 Thread Cees Bos
Hi Jean-Louis, In the latest TomEE 8 SNAPSHOT there are 2 jars in the zip: https://repository.apache.org/content/repositories/snapshots/org/apache/tomee/apache-tomee/8.0.0-SNAPSHOT/apache-tomee-8.0.0-20190802.094733-284-plus.tar.gz lib/geronimo-javamail_1.5_mail-1.0.0-201908.12351.jar

Re: [VOTE] TomEE 8.0.0-M3 (staging-1135)

2019-05-17 Thread Cees Bos
+1 -Original Message- From: j4fm Sent: vrijdag 17 mei 2019 14:05 To: dev@tomee.apache.org Subject: [EXTERNAL] - Re: [VOTE] TomEE 8.0.0-M3 (staging-1135) +1, will be great to cross the line with the M3 which has lots of changes since M2. We should get valuable feedback from it.

Guava jar missing or not required?

2018-12-27 Thread Cees Bos
Hi all, We are doing static analysis on the jars delivered with TomEE 8 (latest snapshot). One of the things we do is that we scan all jars with jdeps (https://docs.oracle.com/en/java/javase/11/tools/jdeps.html) We see that opensaml jars are used. These jars use a lot of Google Guava code,

Some jars in TomEE 8 SNAPSHOT are not Java 11 compatible

2018-11-13 Thread Cees Bos
Hi all, We are doing a Java 11 validation for our product. We validate all our own code, Third party jars we use and TomEE jars. We validate it with jdeprscan, jdeps (both tools from the JDK) and we decompile the code and grep for known issue patterns. We found an issue in Openwebbean