You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Jonathan Gallimore <jo...@gmail.com> on 2019/09/11 22:54:35 UTC

[VOTE] Release Apache TomEE 8.0.0 (take 1)

Hi All,

Here's a first attempt at roll of a TomEE 8.0.0. Please can you take a
careful look, review, test and provide feedback.

Maven Repo:

https://repository.apache.org/content/repositories/orgapachetomee-1145

Binaries & Source:

https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/

Tag:

https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-8.0.0

Release notes:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12344635

Please VOTE:

[+1] Yes, release it
[+0] Not fussed
[-1] Don't release, there's a showstopper (please specify what the
showstopper is)

Vote will be open for 72 hours or as needed.

Thanks

Jon

[CANCELLED][VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Hi All,

I'm cancelling this vote and re-rolling. I'll call another vote once I have
new binaries staged for review.

Thanks

Jon

On Wed, Sep 11, 2019 at 11:54 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Hi All,
>
> Here's a first attempt at roll of a TomEE 8.0.0. Please can you take a
> careful look, review, test and provide feedback.
>
> Maven Repo:
>
> https://repository.apache.org/content/repositories/orgapachetomee-1145
>
> Binaries & Source:
>
> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/
>
> Tag:
>
>
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-8.0.0
>
> Release notes:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12344635
>
> Please VOTE:
>
> [+1] Yes, release it
> [+0] Not fussed
> [-1] Don't release, there's a showstopper (please specify what the
> showstopper is)
>
> Vote will be open for 72 hours or as needed.
>
> Thanks
>
> Jon
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Hi Emerson,

My build on a clean VM worked here. For reference, I ran:

mvn -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false
-ff -Dassemble -DskipTests -DfailIfNoTests=false clean install | tee
build.log

(note, no -Pquick)

Cheers!

Jon

On Thu, Sep 12, 2019 at 7:30 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Hi Emerson!
>
> Thanks for taking the time to review this! I assume you're building from
> the source zip? I'll test it on a clean box. You won't see the 8.0.0
> artifacts on Maven central until the release passes, but there are
> available in the staging repository -
> https://repository.apache.org/content/repositories/orgapachetomee-1145.
> These artifacts should be in the project itself, so Maven shouldn't be
> going off to look for them, so there's something potentially wrong there.
>
> Jon
>
>
>
> On Thu, Sep 12, 2019 at 6:00 PM Emerson Castañeda <em...@gmail.com>
> wrote:
>
>> I am getting  this error during the build
>>
>> [ERROR] Failed to execute goal on project openejb-core: Could not resolve
>> dependencies for project org.apache.tomee:openejb-core:jar:8.0.0: The
>> following artifacts could not be resolved:
>> org.apache.tomee:openejb-itests-app:jar:8.0.0,
>> org.apache.openejb.itests:failover-ejb:jar:8.0.0,
>> org.apache.tomee:openejb-itests-beans:jar:8.0.0,
>> org.apache.tomee:openejb-itests-interceptor-beans:jar:8.0.0,
>> org.apache.tomee:openejb-itests-client:jar:8.0.0: Could not find artifact
>> org.apache.tomee:openejb-itests-app:jar:8.0.0 in central_maven (
>> http://central.maven.org/maven2/) -> [Help 1]
>>
>> It makes sense since all:  org.apache.tomee:openejb-itests-*:jar:8.0.0 are
>> not available in http://central.maven.org/maven2/
>>
>> Only this artifacts are available:
>>
>> 8.0.0-M1/
>> 8.0.0-M2/
>> 8.0.0-M3/
>>
>> Do I have to build/install those locally to be able to build tomme?
>>
>> I'm using this command:
>>
>> mvn -X -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true
>> -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false
>> clean install
>>
>> Thanks
>>
>> Emerson
>>
>> On Thu, Sep 12, 2019 at 12:40 PM Jonathan Gallimore <
>> jonathan.gallimore@gmail.com> wrote:
>>
>> > I've spent some time reviewing:
>> >
>> > * Build looks ok
>> > * Libraries added and licenses look ok
>> > * Upgraded a production application to this RC running on Java 11 -
>> looks
>> > good
>> > * Getting a RAT report has proved to be a pain. Running RAT standalone
>> > produces this report:
>> > https://gist.github.com/jgallimore/be3e120b76c5424ed4903fe06ff6337a
>> >
>> > Looks like we have 43 java files and 62 XML files without headers. I'll
>> > correct these and re-roll. If there's any other feedback, please let me
>> > know here and I'll incorporate that into a re-roll tonight.
>> >
>> > Thanks
>> >
>> > Jon
>> >
>> > On Thu, Sep 12, 2019 at 3:09 PM Jonathan Gallimore <
>> > jonathan.gallimore@gmail.com> wrote:
>> >
>> > > Hi
>> > >
>> > > To assist with the review - here are the library changes from
>> 8.0.0-M3:
>> > >
>> > >
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/DIFF.txt
>> > >
>> > > To save you clicking, here's the content:
>> > >
>> > > apache-tomee 8.0.0 webprofile
>> > >
>> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>> > >   ADD jackson-annotations-2.9.0.jar [66.52 ko]
>> > >   ADD jackson-core-2.9.9.jar [325.63 ko]
>> > >   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
>> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>> > >
>> > >   change: +2.01 MB
>> > >   total : 43.72 MB
>> > >
>> > >
>> > > apache-tomee 8.0.0 microprofile
>> > >
>> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>> > >
>> > >   change: +0.52 MB
>> > >   total : 45.07 MB
>> > >
>> > >
>> > > apache-tomee 8.0.0 plus
>> > >
>> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>> > >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>> > >
>> > >   change: +0.57 MB
>> > >   total : 61.92 MB
>> > >
>> > >
>> > > apache-tomee 8.0.0 plume
>> > >
>> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>> > >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>> > >
>> > >   change: +0.57 MB
>> > >   total : 68.76 MB
>> > >
>> > >
>> > > openejb-standalone 8.0.0
>> > >
>> > >   DEL javax.xml.soap-api-1.3.5.jar [40.81 ko]
>> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>> > >   ADD jackson-annotations-2.9.0.jar [66.52 ko]
>> > >   ADD jackson-core-2.9.9.jar [325.63 ko]
>> > >   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
>> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>> > >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>> > >
>> > >   change: +1.98 MB
>> > >   total : 42.08 MB
>> > >
>> > > On Wed, Sep 11, 2019 at 11:54 PM Jonathan Gallimore <
>> > > jonathan.gallimore@gmail.com> wrote:
>> > >
>> > >> Hi All,
>> > >>
>> > >> Here's a first attempt at roll of a TomEE 8.0.0. Please can you take
>> a
>> > >> careful look, review, test and provide feedback.
>> > >>
>> > >> Maven Repo:
>> > >>
>> > >>
>> https://repository.apache.org/content/repositories/orgapachetomee-1145
>> > >>
>> > >> Binaries & Source:
>> > >>
>> > >>
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/
>> > >>
>> > >> Tag:
>> > >>
>> > >>
>> > >>
>> >
>> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-8.0.0
>> > >>
>> > >> Release notes:
>> > >>
>> > >>
>> > >>
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12344635
>> > >>
>> > >> Please VOTE:
>> > >>
>> > >> [+1] Yes, release it
>> > >> [+0] Not fussed
>> > >> [-1] Don't release, there's a showstopper (please specify what the
>> > >> showstopper is)
>> > >>
>> > >> Vote will be open for 72 hours or as needed.
>> > >>
>> > >> Thanks
>> > >>
>> > >> Jon
>> > >>
>> > >
>> >
>>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Hi Emerson,

Can you try your build again, but without the -Pquick parameter?

Thanks

Jon

On Thu, Sep 12, 2019 at 7:30 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Hi Emerson!
>
> Thanks for taking the time to review this! I assume you're building from
> the source zip? I'll test it on a clean box. You won't see the 8.0.0
> artifacts on Maven central until the release passes, but there are
> available in the staging repository -
> https://repository.apache.org/content/repositories/orgapachetomee-1145.
> These artifacts should be in the project itself, so Maven shouldn't be
> going off to look for them, so there's something potentially wrong there.
>
> Jon
>
>
>
> On Thu, Sep 12, 2019 at 6:00 PM Emerson Castañeda <em...@gmail.com>
> wrote:
>
>> I am getting  this error during the build
>>
>> [ERROR] Failed to execute goal on project openejb-core: Could not resolve
>> dependencies for project org.apache.tomee:openejb-core:jar:8.0.0: The
>> following artifacts could not be resolved:
>> org.apache.tomee:openejb-itests-app:jar:8.0.0,
>> org.apache.openejb.itests:failover-ejb:jar:8.0.0,
>> org.apache.tomee:openejb-itests-beans:jar:8.0.0,
>> org.apache.tomee:openejb-itests-interceptor-beans:jar:8.0.0,
>> org.apache.tomee:openejb-itests-client:jar:8.0.0: Could not find artifact
>> org.apache.tomee:openejb-itests-app:jar:8.0.0 in central_maven (
>> http://central.maven.org/maven2/) -> [Help 1]
>>
>> It makes sense since all:  org.apache.tomee:openejb-itests-*:jar:8.0.0 are
>> not available in http://central.maven.org/maven2/
>>
>> Only this artifacts are available:
>>
>> 8.0.0-M1/
>> 8.0.0-M2/
>> 8.0.0-M3/
>>
>> Do I have to build/install those locally to be able to build tomme?
>>
>> I'm using this command:
>>
>> mvn -X -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true
>> -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false
>> clean install
>>
>> Thanks
>>
>> Emerson
>>
>> On Thu, Sep 12, 2019 at 12:40 PM Jonathan Gallimore <
>> jonathan.gallimore@gmail.com> wrote:
>>
>> > I've spent some time reviewing:
>> >
>> > * Build looks ok
>> > * Libraries added and licenses look ok
>> > * Upgraded a production application to this RC running on Java 11 -
>> looks
>> > good
>> > * Getting a RAT report has proved to be a pain. Running RAT standalone
>> > produces this report:
>> > https://gist.github.com/jgallimore/be3e120b76c5424ed4903fe06ff6337a
>> >
>> > Looks like we have 43 java files and 62 XML files without headers. I'll
>> > correct these and re-roll. If there's any other feedback, please let me
>> > know here and I'll incorporate that into a re-roll tonight.
>> >
>> > Thanks
>> >
>> > Jon
>> >
>> > On Thu, Sep 12, 2019 at 3:09 PM Jonathan Gallimore <
>> > jonathan.gallimore@gmail.com> wrote:
>> >
>> > > Hi
>> > >
>> > > To assist with the review - here are the library changes from
>> 8.0.0-M3:
>> > >
>> > >
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/DIFF.txt
>> > >
>> > > To save you clicking, here's the content:
>> > >
>> > > apache-tomee 8.0.0 webprofile
>> > >
>> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>> > >   ADD jackson-annotations-2.9.0.jar [66.52 ko]
>> > >   ADD jackson-core-2.9.9.jar [325.63 ko]
>> > >   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
>> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>> > >
>> > >   change: +2.01 MB
>> > >   total : 43.72 MB
>> > >
>> > >
>> > > apache-tomee 8.0.0 microprofile
>> > >
>> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>> > >
>> > >   change: +0.52 MB
>> > >   total : 45.07 MB
>> > >
>> > >
>> > > apache-tomee 8.0.0 plus
>> > >
>> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>> > >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>> > >
>> > >   change: +0.57 MB
>> > >   total : 61.92 MB
>> > >
>> > >
>> > > apache-tomee 8.0.0 plume
>> > >
>> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>> > >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>> > >
>> > >   change: +0.57 MB
>> > >   total : 68.76 MB
>> > >
>> > >
>> > > openejb-standalone 8.0.0
>> > >
>> > >   DEL javax.xml.soap-api-1.3.5.jar [40.81 ko]
>> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>> > >   ADD jackson-annotations-2.9.0.jar [66.52 ko]
>> > >   ADD jackson-core-2.9.9.jar [325.63 ko]
>> > >   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
>> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>> > >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>> > >
>> > >   change: +1.98 MB
>> > >   total : 42.08 MB
>> > >
>> > > On Wed, Sep 11, 2019 at 11:54 PM Jonathan Gallimore <
>> > > jonathan.gallimore@gmail.com> wrote:
>> > >
>> > >> Hi All,
>> > >>
>> > >> Here's a first attempt at roll of a TomEE 8.0.0. Please can you take
>> a
>> > >> careful look, review, test and provide feedback.
>> > >>
>> > >> Maven Repo:
>> > >>
>> > >>
>> https://repository.apache.org/content/repositories/orgapachetomee-1145
>> > >>
>> > >> Binaries & Source:
>> > >>
>> > >>
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/
>> > >>
>> > >> Tag:
>> > >>
>> > >>
>> > >>
>> >
>> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-8.0.0
>> > >>
>> > >> Release notes:
>> > >>
>> > >>
>> > >>
>> >
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12344635
>> > >>
>> > >> Please VOTE:
>> > >>
>> > >> [+1] Yes, release it
>> > >> [+0] Not fussed
>> > >> [-1] Don't release, there's a showstopper (please specify what the
>> > >> showstopper is)
>> > >>
>> > >> Vote will be open for 72 hours or as needed.
>> > >>
>> > >> Thanks
>> > >>
>> > >> Jon
>> > >>
>> > >
>> >
>>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Hi Emerson!

Thanks for taking the time to review this! I assume you're building from
the source zip? I'll test it on a clean box. You won't see the 8.0.0
artifacts on Maven central until the release passes, but there are
available in the staging repository -
https://repository.apache.org/content/repositories/orgapachetomee-1145.
These artifacts should be in the project itself, so Maven shouldn't be
going off to look for them, so there's something potentially wrong there.

Jon



On Thu, Sep 12, 2019 at 6:00 PM Emerson Castañeda <em...@gmail.com> wrote:

> I am getting  this error during the build
>
> [ERROR] Failed to execute goal on project openejb-core: Could not resolve
> dependencies for project org.apache.tomee:openejb-core:jar:8.0.0: The
> following artifacts could not be resolved:
> org.apache.tomee:openejb-itests-app:jar:8.0.0,
> org.apache.openejb.itests:failover-ejb:jar:8.0.0,
> org.apache.tomee:openejb-itests-beans:jar:8.0.0,
> org.apache.tomee:openejb-itests-interceptor-beans:jar:8.0.0,
> org.apache.tomee:openejb-itests-client:jar:8.0.0: Could not find artifact
> org.apache.tomee:openejb-itests-app:jar:8.0.0 in central_maven (
> http://central.maven.org/maven2/) -> [Help 1]
>
> It makes sense since all:  org.apache.tomee:openejb-itests-*:jar:8.0.0 are
> not available in http://central.maven.org/maven2/
>
> Only this artifacts are available:
>
> 8.0.0-M1/
> 8.0.0-M2/
> 8.0.0-M3/
>
> Do I have to build/install those locally to be able to build tomme?
>
> I'm using this command:
>
> mvn -X -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true
> -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false
> clean install
>
> Thanks
>
> Emerson
>
> On Thu, Sep 12, 2019 at 12:40 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > I've spent some time reviewing:
> >
> > * Build looks ok
> > * Libraries added and licenses look ok
> > * Upgraded a production application to this RC running on Java 11 - looks
> > good
> > * Getting a RAT report has proved to be a pain. Running RAT standalone
> > produces this report:
> > https://gist.github.com/jgallimore/be3e120b76c5424ed4903fe06ff6337a
> >
> > Looks like we have 43 java files and 62 XML files without headers. I'll
> > correct these and re-roll. If there's any other feedback, please let me
> > know here and I'll incorporate that into a re-roll tonight.
> >
> > Thanks
> >
> > Jon
> >
> > On Thu, Sep 12, 2019 at 3:09 PM Jonathan Gallimore <
> > jonathan.gallimore@gmail.com> wrote:
> >
> > > Hi
> > >
> > > To assist with the review - here are the library changes from 8.0.0-M3:
> > >
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/DIFF.txt
> > >
> > > To save you clicking, here's the content:
> > >
> > > apache-tomee 8.0.0 webprofile
> > >
> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
> > >   ADD jackson-annotations-2.9.0.jar [66.52 ko]
> > >   ADD jackson-core-2.9.9.jar [325.63 ko]
> > >   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
> > >
> > >   change: +2.01 MB
> > >   total : 43.72 MB
> > >
> > >
> > > apache-tomee 8.0.0 microprofile
> > >
> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
> > >
> > >   change: +0.52 MB
> > >   total : 45.07 MB
> > >
> > >
> > > apache-tomee 8.0.0 plus
> > >
> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
> > >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
> > >
> > >   change: +0.57 MB
> > >   total : 61.92 MB
> > >
> > >
> > > apache-tomee 8.0.0 plume
> > >
> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
> > >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
> > >
> > >   change: +0.57 MB
> > >   total : 68.76 MB
> > >
> > >
> > > openejb-standalone 8.0.0
> > >
> > >   DEL javax.xml.soap-api-1.3.5.jar [40.81 ko]
> > >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> > >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> > >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
> > >   ADD jackson-annotations-2.9.0.jar [66.52 ko]
> > >   ADD jackson-core-2.9.9.jar [325.63 ko]
> > >   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
> > >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
> > >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
> > >
> > >   change: +1.98 MB
> > >   total : 42.08 MB
> > >
> > > On Wed, Sep 11, 2019 at 11:54 PM Jonathan Gallimore <
> > > jonathan.gallimore@gmail.com> wrote:
> > >
> > >> Hi All,
> > >>
> > >> Here's a first attempt at roll of a TomEE 8.0.0. Please can you take a
> > >> careful look, review, test and provide feedback.
> > >>
> > >> Maven Repo:
> > >>
> > >>
> https://repository.apache.org/content/repositories/orgapachetomee-1145
> > >>
> > >> Binaries & Source:
> > >>
> > >>
> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/
> > >>
> > >> Tag:
> > >>
> > >>
> > >>
> >
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-8.0.0
> > >>
> > >> Release notes:
> > >>
> > >>
> > >>
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12344635
> > >>
> > >> Please VOTE:
> > >>
> > >> [+1] Yes, release it
> > >> [+0] Not fussed
> > >> [-1] Don't release, there's a showstopper (please specify what the
> > >> showstopper is)
> > >>
> > >> Vote will be open for 72 hours or as needed.
> > >>
> > >> Thanks
> > >>
> > >> Jon
> > >>
> > >
> >
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Emerson Castañeda <em...@gmail.com>.
I am getting  this error during the build

[ERROR] Failed to execute goal on project openejb-core: Could not resolve
dependencies for project org.apache.tomee:openejb-core:jar:8.0.0: The
following artifacts could not be resolved:
org.apache.tomee:openejb-itests-app:jar:8.0.0,
org.apache.openejb.itests:failover-ejb:jar:8.0.0,
org.apache.tomee:openejb-itests-beans:jar:8.0.0,
org.apache.tomee:openejb-itests-interceptor-beans:jar:8.0.0,
org.apache.tomee:openejb-itests-client:jar:8.0.0: Could not find artifact
org.apache.tomee:openejb-itests-app:jar:8.0.0 in central_maven (
http://central.maven.org/maven2/) -> [Help 1]

It makes sense since all:  org.apache.tomee:openejb-itests-*:jar:8.0.0 are
not available in http://central.maven.org/maven2/

Only this artifacts are available:

8.0.0-M1/
8.0.0-M2/
8.0.0-M3/

Do I have to build/install those locally to be able to build tomme?

I'm using this command:

mvn -X -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true
-DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false
clean install

Thanks

Emerson

On Thu, Sep 12, 2019 at 12:40 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> I've spent some time reviewing:
>
> * Build looks ok
> * Libraries added and licenses look ok
> * Upgraded a production application to this RC running on Java 11 - looks
> good
> * Getting a RAT report has proved to be a pain. Running RAT standalone
> produces this report:
> https://gist.github.com/jgallimore/be3e120b76c5424ed4903fe06ff6337a
>
> Looks like we have 43 java files and 62 XML files without headers. I'll
> correct these and re-roll. If there's any other feedback, please let me
> know here and I'll incorporate that into a re-roll tonight.
>
> Thanks
>
> Jon
>
> On Thu, Sep 12, 2019 at 3:09 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > Hi
> >
> > To assist with the review - here are the library changes from 8.0.0-M3:
> >
> >
> >
> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/DIFF.txt
> >
> > To save you clicking, here's the content:
> >
> > apache-tomee 8.0.0 webprofile
> >
> >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
> >   ADD jackson-annotations-2.9.0.jar [66.52 ko]
> >   ADD jackson-core-2.9.9.jar [325.63 ko]
> >   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
> >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
> >
> >   change: +2.01 MB
> >   total : 43.72 MB
> >
> >
> > apache-tomee 8.0.0 microprofile
> >
> >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
> >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
> >
> >   change: +0.52 MB
> >   total : 45.07 MB
> >
> >
> > apache-tomee 8.0.0 plus
> >
> >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
> >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
> >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
> >
> >   change: +0.57 MB
> >   total : 61.92 MB
> >
> >
> > apache-tomee 8.0.0 plume
> >
> >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
> >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
> >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
> >
> >   change: +0.57 MB
> >   total : 68.76 MB
> >
> >
> > openejb-standalone 8.0.0
> >
> >   DEL javax.xml.soap-api-1.3.5.jar [40.81 ko]
> >   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> >   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> >   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
> >   ADD jackson-annotations-2.9.0.jar [66.52 ko]
> >   ADD jackson-core-2.9.9.jar [325.63 ko]
> >   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
> >   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
> >   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
> >
> >   change: +1.98 MB
> >   total : 42.08 MB
> >
> > On Wed, Sep 11, 2019 at 11:54 PM Jonathan Gallimore <
> > jonathan.gallimore@gmail.com> wrote:
> >
> >> Hi All,
> >>
> >> Here's a first attempt at roll of a TomEE 8.0.0. Please can you take a
> >> careful look, review, test and provide feedback.
> >>
> >> Maven Repo:
> >>
> >> https://repository.apache.org/content/repositories/orgapachetomee-1145
> >>
> >> Binaries & Source:
> >>
> >> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/
> >>
> >> Tag:
> >>
> >>
> >>
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-8.0.0
> >>
> >> Release notes:
> >>
> >>
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12344635
> >>
> >> Please VOTE:
> >>
> >> [+1] Yes, release it
> >> [+0] Not fussed
> >> [-1] Don't release, there's a showstopper (please specify what the
> >> showstopper is)
> >>
> >> Vote will be open for 72 hours or as needed.
> >>
> >> Thanks
> >>
> >> Jon
> >>
> >
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
I've spent some time reviewing:

* Build looks ok
* Libraries added and licenses look ok
* Upgraded a production application to this RC running on Java 11 - looks
good
* Getting a RAT report has proved to be a pain. Running RAT standalone
produces this report:
https://gist.github.com/jgallimore/be3e120b76c5424ed4903fe06ff6337a

Looks like we have 43 java files and 62 XML files without headers. I'll
correct these and re-roll. If there's any other feedback, please let me
know here and I'll incorporate that into a re-roll tonight.

Thanks

Jon

On Thu, Sep 12, 2019 at 3:09 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Hi
>
> To assist with the review - here are the library changes from 8.0.0-M3:
>
>
> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/DIFF.txt
>
> To save you clicking, here's the content:
>
> apache-tomee 8.0.0 webprofile
>
>   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>   ADD jackson-annotations-2.9.0.jar [66.52 ko]
>   ADD jackson-core-2.9.9.jar [325.63 ko]
>   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
>   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>
>   change: +2.01 MB
>   total : 43.72 MB
>
>
> apache-tomee 8.0.0 microprofile
>
>   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>
>   change: +0.52 MB
>   total : 45.07 MB
>
>
> apache-tomee 8.0.0 plus
>
>   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>
>   change: +0.57 MB
>   total : 61.92 MB
>
>
> apache-tomee 8.0.0 plume
>
>   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>
>   change: +0.57 MB
>   total : 68.76 MB
>
>
> openejb-standalone 8.0.0
>
>   DEL javax.xml.soap-api-1.3.5.jar [40.81 ko]
>   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>   ADD jackson-annotations-2.9.0.jar [66.52 ko]
>   ADD jackson-core-2.9.9.jar [325.63 ko]
>   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
>   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>
>   change: +1.98 MB
>   total : 42.08 MB
>
> On Wed, Sep 11, 2019 at 11:54 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
>> Hi All,
>>
>> Here's a first attempt at roll of a TomEE 8.0.0. Please can you take a
>> careful look, review, test and provide feedback.
>>
>> Maven Repo:
>>
>> https://repository.apache.org/content/repositories/orgapachetomee-1145
>>
>> Binaries & Source:
>>
>> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/
>>
>> Tag:
>>
>>
>> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-8.0.0
>>
>> Release notes:
>>
>>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12344635
>>
>> Please VOTE:
>>
>> [+1] Yes, release it
>> [+0] Not fussed
>> [-1] Don't release, there's a showstopper (please specify what the
>> showstopper is)
>>
>> Vote will be open for 72 hours or as needed.
>>
>> Thanks
>>
>> Jon
>>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
-Pquick skips quite a lot of stuff, including examples. In your case, it
was also skipping the itests module, and Maven isn't able to get those from
Maven central (yet). The command I ran here, with a clean ~/.m2/repository
took 58 minutes.

Jon

On Thu, Sep 12, 2019 at 9:24 PM Emerson Castañeda <em...@gmail.com> wrote:

>  Hi Jon
>
> Thank you for your reply
> I am building directly from the repo on the tag (tomee-8.0.0)
>
> I have re-run the build removing  -Pquick
>
> Now the process is going further, right now, (49/322) and going, it usually
> takes about 25 minutes, I'm not sure why it is too long.
>
> Thanks
>
> Emerson
>
> On Thu, Sep 12, 2019 at 4:19 PM David Blevins <da...@gmail.com>
> wrote:
>
> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> > jonathan.gallimore@gmail.com> wrote:
> > >
> > > Also, I'll take a look at openejb-client, but I'm not too sure what do
> > with
> > > this conflict:
> > >
> > > javax/xml/ws/EndpointReference.class,
> > javax/xml/ws/WebServiceFeature.class
> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > >
> > > - javaee-api-8.0-2.jar
> > > - openejb-client-8.0.0.jar
> > >
> > > Any thoughts?
> >
> > Only suspecting it might have already been there in a past release.
> >
> > If that's the case, IMO, any conflicts that were there in 7.x, we ignore
> > for now.  So if this one is status quo, it's fine.
> >
> >
> > -David
> >
> >
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Emerson Castañeda <em...@gmail.com>.
 Hi Jon

Thank you for your reply
I am building directly from the repo on the tag (tomee-8.0.0)

I have re-run the build removing  -Pquick

Now the process is going further, right now, (49/322) and going, it usually
takes about 25 minutes, I'm not sure why it is too long.

Thanks

Emerson

On Thu, Sep 12, 2019 at 4:19 PM David Blevins <da...@gmail.com>
wrote:

> > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
> >
> > Also, I'll take a look at openejb-client, but I'm not too sure what do
> with
> > this conflict:
> >
> > javax/xml/ws/EndpointReference.class,
> javax/xml/ws/WebServiceFeature.class
> > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >
> > - javaee-api-8.0-2.jar
> > - openejb-client-8.0.0.jar
> >
> > Any thoughts?
>
> Only suspecting it might have already been there in a past release.
>
> If that's the case, IMO, any conflicts that were there in 7.x, we ignore
> for now.  So if this one is status quo, it's fine.
>
>
> -David
>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Agreed. Thanks for that. Rolling now!

On Fri, Sep 13, 2019 at 1:14 AM David Blevins <db...@tomitribe.com>
wrote:

> I’m fine if we don’t. Ok for it to go to maven central, but that and the
> webapp dists should probably be omitted from the downloads dir and page.
>
> We definitely discussed and agreed to yank the webapps.  It will take work
> to get them out of the build, till then we should just stop promoting them.
>
> On Thu, Sep 12, 2019 at 5:08 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > Just noticed the openejb-standalone server doesn't boot. Should we even
> > include this?
> >
> > Jon
> >
> > On Fri, Sep 13, 2019 at 1:04 AM Jonathan Gallimore <
> > jonathan.gallimore@gmail.com> wrote:
> >
> > > Yes. Here's the full set from the plus binary:
> > >
> > >
> > > FastInfoset-1.2.16.jar
> > > activemq-broker-5.15.10.jar
> > > activemq-client-5.15.10.jar
> > > activemq-jdbc-store-5.15.10.jar
> > > activemq-kahadb-store-5.15.10.jar
> > > activemq-openwire-legacy-5.15.10.jar
> > > activemq-protobuf-1.1.jar
> > > activemq-ra-5.15.10.jar
> > > batchee-jbatch-0.5-incubating.jar
> > > bcprov-jdk15on-1.61.jar
> > > bval-jsr-2.0.3.jar
> > > catalina-ant.jar
> > > catalina-ha.jar
> > > catalina-storeconfig.jar
> > > catalina-tribes.jar
> > > catalina.jar
> > > commons-beanutils-1.9.3.jar
> > > commons-cli-1.2.jar
> > > commons-codec-1.13.jar
> > > commons-collections-3.2.2.jar
> > > commons-collections4-4.3.jar
> > > commons-dbcp2-2.1.jar
> > > commons-digester-1.8.jar
> > > commons-jcs-core-2.1.jar
> > > commons-jcs-jcache-2.1.jar
> > > commons-lang3-3.8.1.jar
> > > commons-logging-1.2.jar
> > > commons-pool2-2.3.jar
> > > cryptacular-1.1.1.jar
> > > cxf-core-3.3.2.jar
> > > cxf-rt-bindings-soap-3.3.2.jar
> > > cxf-rt-bindings-xml-3.3.2.jar
> > > cxf-rt-databinding-jaxb-3.3.2.jar
> > > cxf-rt-frontend-jaxrs-3.3.2.jar
> > > cxf-rt-frontend-jaxws-3.3.2.jar
> > > cxf-rt-frontend-simple-3.3.2.jar
> > > cxf-rt-management-3.3.2.jar
> > > cxf-rt-rs-client-3.3.2.jar
> > > cxf-rt-rs-extension-providers-3.3.2.jar
> > > cxf-rt-rs-extension-search-3.3.2.jar
> > > cxf-rt-rs-json-basic-3.3.2.jar
> > > cxf-rt-rs-mp-client-3.3.2.jar
> > > cxf-rt-rs-security-cors-3.3.2.jar
> > > cxf-rt-rs-security-jose-3.3.2.jar
> > > cxf-rt-rs-security-jose-jaxrs-3.3.2.jar
> > > cxf-rt-rs-security-oauth2-3.3.2.jar
> > > cxf-rt-rs-service-description-3.3.2.jar
> > > cxf-rt-security-3.3.2.jar
> > > cxf-rt-security-saml-3.3.2.jar
> > > cxf-rt-transports-http-3.3.2.jar
> > > cxf-rt-ws-addr-3.3.2.jar
> > > cxf-rt-ws-policy-3.3.2.jar
> > > cxf-rt-ws-security-3.3.2.jar
> > > cxf-rt-wsdl-3.3.2.jar
> > > ecj-4.12.jar
> > > el-api.jar
> > > geronimo-config-impl-1.2.1.jar
> > > geronimo-connector-3.1.4.jar
> > > geronimo-health-1.0.1.jar
> > > geronimo-health-common-1.0.1.jar
> > > geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar
> > > geronimo-metrics-1.0.2.jar
> > > geronimo-metrics-common-1.0.2.jar
> > > geronimo-openapi-impl-1.0.6.jar
> > > geronimo-opentracing-1.0.0.jar
> > > geronimo-transaction-3.1.4.jar
> > > hawtbuf-1.11.jar
> > > howl-1.0.1-1.jar
> > > hsqldb-2.3.2.jar
> > > istack-commons-runtime-3.0.8.jar
> > > jackson-annotations-2.9.0.jar
> > > jackson-core-2.9.9.jar
> > > jackson-databind-2.9.9.3.jar
> > > jackson-dataformat-yaml-2.9.9.jar
> > > jakarta.activation-1.2.1.jar
> > > jakarta.xml.bind-api-2.3.2.jar
> > > jasper-el.jar
> > > jasper.jar
> > > jaspic-api.jar
> > > jasypt-1.9.2.jar
> > > java-support-7.3.0.jar
> > > javaee-api-8.0-2.jar
> > > jaxb-runtime-2.3.2.jar
> > > joda-time-2.9.jar
> > > johnzon-core-1.1.13.jar
> > > johnzon-jaxrs-1.1.13.jar
> > > johnzon-jsonb-1.1.13.jar
> > > johnzon-mapper-1.1.13.jar
> > > jose4j-0.6.0.jar
> > > jsp-api.jar
> > > mbean-annotation-api-8.0.0-SNAPSHOT.jar
> > > microprofile-config-api-1.3.jar
> > > microprofile-fault-tolerance-api-1.1.4.jar
> > > microprofile-health-api-1.0.jar
> > > microprofile-jwt-auth-api-1.1.1.jar
> > > microprofile-metrics-api-1.1.1.jar
> > > microprofile-openapi-api-1.0.1.jar
> > > microprofile-opentracing-api-1.1.jar
> > > microprofile-rest-client-api-1.2.1.jar
> > > mimepull-1.9.11.jar
> > > mp-common-8.0.0-SNAPSHOT.jar
> > > mp-jwt-8.0.0-SNAPSHOT.jar
> > > myfaces-api-2.3.4.jar
> > > myfaces-impl-2.3.4.jar
> > > neethi-3.0.3.jar
> > > openejb-api-8.0.0-SNAPSHOT.jar
> > > openejb-client-8.0.0-SNAPSHOT.jar
> > > openejb-core-8.0.0-SNAPSHOT.jar
> > > openejb-cxf-8.0.0-SNAPSHOT.jar
> > > openejb-cxf-rs-8.0.0-SNAPSHOT.jar
> > > openejb-cxf-transport-8.0.0-SNAPSHOT.jar
> > > openejb-ejbd-8.0.0-SNAPSHOT.jar
> > > openejb-hsql-8.0.0-SNAPSHOT.jar
> > > openejb-http-8.0.0-SNAPSHOT.jar
> > > openejb-javaagent.jar
> > > openejb-jee-8.0.0-SNAPSHOT.jar
> > > openejb-jee-accessors-8.0.0-SNAPSHOT.jar
> > > openejb-jpa-integration-8.0.0-SNAPSHOT.jar
> > > openejb-loader-8.0.0-SNAPSHOT.jar
> > > openejb-rest-8.0.0-SNAPSHOT.jar
> > > openejb-server-8.0.0-SNAPSHOT.jar
> > > openejb-webservices-8.0.0-SNAPSHOT.jar
> > > openjpa-3.1.0.jar
> > > opensaml-core-3.3.0.jar
> > > opensaml-profile-api-3.3.0.jar
> > > opensaml-saml-api-3.3.0.jar
> > > opensaml-saml-impl-3.3.0.jar
> > > opensaml-security-api-3.3.0.jar
> > > opensaml-security-impl-3.3.0.jar
> > > opensaml-soap-api-3.3.0.jar
> > > opensaml-xacml-api-3.3.0.jar
> > > opensaml-xacml-impl-3.3.0.jar
> > > opensaml-xacml-saml-api-3.3.0.jar
> > > opensaml-xacml-saml-impl-3.3.0.jar
> > > opensaml-xmlsec-api-3.3.0.jar
> > > opensaml-xmlsec-impl-3.3.0.jar
> > > opentracing-api-0.31.0.jar
> > > openwebbeans-ee-2.0.9.jar
> > > openwebbeans-ee-common-2.0.9.jar
> > > openwebbeans-ejb-2.0.9.jar
> > > openwebbeans-el22-2.0.9.jar
> > > openwebbeans-impl-2.0.9.jar
> > > openwebbeans-jsf-2.0.9.jar
> > > openwebbeans-spi-2.0.9.jar
> > > openwebbeans-web-2.0.9.jar
> > > org.osgi.annotation.versioning-1.0.0.jar
> > > quartz-openejb-shade-2.2.1.jar
> > > saaj-impl-1.5.1.jar
> > > safeguard-impl-1.2.1.jar
> > > serializer-2.7.2.jar
> > > serp-1.15.1.jar
> > > servlet-api.jar
> > > slf4j-api-1.7.21.jar
> > > slf4j-jdk14-1.7.21.jar
> > > snakeyaml-1.23.jar
> > > stax-ex-1.8.1.jar
> > > stax2-api-3.1.4.jar
> > > swizzle-stream-1.6.2.jar
> > > sxc-jaxb-core-0.8.jar
> > > sxc-runtime-0.8.jar
> > > taglibs-standard-impl-1.2.5.jar
> > > taglibs-standard-jstlel-1.2.5.jar
> > > taglibs-standard-spec-1.2.5.jar
> > > tomcat-api.jar
> > > tomcat-coyote.jar
> > > tomcat-dbcp.jar
> > > tomcat-i18n-cs.jar
> > > tomcat-i18n-de.jar
> > > tomcat-i18n-es.jar
> > > tomcat-i18n-fr.jar
> > > tomcat-i18n-ja.jar
> > > tomcat-i18n-ko.jar
> > > tomcat-i18n-pt-BR.jar
> > > tomcat-i18n-ru.jar
> > > tomcat-i18n-zh-CN.jar
> > > tomcat-jdbc.jar
> > > tomcat-jni.jar
> > > tomcat-util-scan.jar
> > > tomcat-util.jar
> > > tomcat-websocket.jar
> > > tomee-catalina-8.0.0-SNAPSHOT.jar
> > > tomee-common-8.0.0-SNAPSHOT.jar
> > > tomee-config-8.0.0-SNAPSHOT.jar
> > > tomee-jaxrs-8.0.0-SNAPSHOT.jar
> > > tomee-jdbc-8.0.0-SNAPSHOT.jar
> > > tomee-loader-8.0.0-SNAPSHOT.jar
> > > tomee-mojarra-8.0.0-SNAPSHOT.jar
> > > tomee-myfaces-8.0.0-SNAPSHOT.jar
> > > tomee-webapp-8.0.0-SNAPSHOT.jar
> > > tomee-webservices-8.0.0-SNAPSHOT.jar
> > > txw2-2.3.2.jar
> > > websocket-api.jar
> > > woodstox-core-5.0.3.jar
> > > wsdl4j-1.6.3.jar
> > > wss4j-bindings-2.2.2.jar
> > > wss4j-policy-2.2.2.jar
> > > wss4j-ws-security-common-2.2.2.jar
> > > wss4j-ws-security-dom-2.2.2.jar
> > > wss4j-ws-security-policy-stax-2.2.2.jar
> > > wss4j-ws-security-stax-2.2.2.jar
> > > xalan-2.7.2.jar
> > > xbean-asm7-shaded-4.14.jar
> > > xbean-bundleutils-4.14.jar
> > > xbean-finder-shaded-4.14.jar
> > > xbean-naming-4.14.jar
> > > xbean-reflect-4.14.jar
> > > xml-resolver-1.2.jar
> > > xmlschema-core-2.2.4.jar
> > > xmlsec-2.1.2.jar
> > >
> > > So, I guess the EPL 2 is just for Activation and Jakarta XML Bind API.
> > >
> > > Jon
> > >
> > > On Fri, Sep 13, 2019 at 12:59 AM David Blevins <dblevins@tomitribe.com
> >
> > > wrote:
> > >
> > >> We excluded the soap jar, right?
> > >>
> > >> On Thu, Sep 12, 2019 at 4:52 PM Jonathan Gallimore <
> > >> jonathan.gallimore@gmail.com> wrote:
> > >>
> > >> > I've added ECL 1, referencing ECJ, and EPL 2, referencing Jakarta
> > >> > Activation, Jakarta XML Bind API, Jakarta XML SOAP API. Does that
> > sound
> > >> > right?
> > >> >
> > >> > Jon
> > >> >
> > >> > On Thu, Sep 12, 2019 at 9:54 PM David Blevins <
> dblevins@tomitribe.com
> > >
> > >> > wrote:
> > >> >
> > >> > > Had a longer response but the planet started boarding and now I
> have
> > >> to
> > >> > > start again on cell :)
> > >> > >
> > >> > > Agree with all your removals.  Note on Jakarta activation 1.2,
> we’ll
> > >> want
> > >> > > to eventually switch to Geronimo Activation 1.2 when we get that
> > >> ready.
> > >> > >
> > >> > > We need to update the LICENSE and NOTICE files of each dust to add
> > the
> > >> > EPL
> > >> > > v2.  When I looked at this a few days ago, I also noticed only
> some
> > of
> > >> > them
> > >> > > had the EPL v1, so that should get fixed as well; all our dists
> have
> > >> the
> > >> > > ecj jar so need the EPL v1.
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> > >> > > jonathan.gallimore@gmail.com> wrote:
> > >> > >
> > >> > > > Here's the same analysis on TomEE 7.0.6:
> > >> > > >
> > >> > > > javax.activation:
> > >> > > > - lib/activation-1.1.jar
> > >> > > > - lib/javaee-api-7.0-1.jar
> > >> > > >
> > >> > > > javax.xml.stream:
> > >> > > > - lib/stax-api-1.0-2.jar
> > >> > > > - lib/javaee-api-7.0-1.jar
> > >> > > >
> > >> > > > javax/xml/ws/EndpointReference.class,
> > >> > > javax/xml/ws/WebServiceFeature.class
> > >> > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > >> > > > - lib/openejb-client-7.0.6.jar
> > >> > > > - lib/javaee-api-7.0-1.jar
> > >> > > >
> > >> > > > So I think removing the following is the way to go:
> > >> > > >
> > >> > > > geronimo-activation_1.1_spec-1.1.jar (covered by
> > >> > > > jakarta.activation-1.2.1.jar)
> > >> > > > jakarta.activation-api-1.2.1.jar  (covered by
> > >> > > jakarta.activation-1.2.1.jar)
> > >> > > > geronimo-interceptor_1.2_spec-1.0.jar (covered by
> > >> javaee-api-8.0-2.jar)
> > >> > > > geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> > >> > > > geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> > >> > > > geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> > >> > > > jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
> > >> > > >
> > >> > > > I'll get started, but please do shout if that looks wrong.
> > >> > > >
> > >> > > > Jon
> > >> > > >
> > >> > > > On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
> > >> david.blevins@gmail.com
> > >> > >
> > >> > > > wrote:
> > >> > > >
> > >> > > > > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> > >> > > > > jonathan.gallimore@gmail.com> wrote:
> > >> > > > > >
> > >> > > > > > Also, I'll take a look at openejb-client, but I'm not too
> sure
> > >> what
> > >> > > do
> > >> > > > > with
> > >> > > > > > this conflict:
> > >> > > > > >
> > >> > > > > > javax/xml/ws/EndpointReference.class,
> > >> > > > > javax/xml/ws/WebServiceFeature.class
> > >> > > > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > >> > > > > >
> > >> > > > > > - javaee-api-8.0-2.jar
> > >> > > > > > - openejb-client-8.0.0.jar
> > >> > > > > >
> > >> > > > > > Any thoughts?
> > >> > > > >
> > >> > > > > Only suspecting it might have already been there in a past
> > >> release.
> > >> > > > >
> > >> > > > > If that's the case, IMO, any conflicts that were there in 7.x,
> > we
> > >> > > ignore
> > >> > > > > for now.  So if this one is status quo, it's fine.
> > >> > > > >
> > >> > > > >
> > >> > > > > -David
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > > --
> > >> > > Sent from Gmail Mobile
> > >> > >
> > >> >
> > >> --
> > >> Sent from Gmail Mobile
> > >>
> > >
> >
> --
> Sent from Gmail Mobile
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by David Blevins <db...@tomitribe.com>.
I’m fine if we don’t. Ok for it to go to maven central, but that and the
webapp dists should probably be omitted from the downloads dir and page.

We definitely discussed and agreed to yank the webapps.  It will take work
to get them out of the build, till then we should just stop promoting them.

On Thu, Sep 12, 2019 at 5:08 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Just noticed the openejb-standalone server doesn't boot. Should we even
> include this?
>
> Jon
>
> On Fri, Sep 13, 2019 at 1:04 AM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > Yes. Here's the full set from the plus binary:
> >
> >
> > FastInfoset-1.2.16.jar
> > activemq-broker-5.15.10.jar
> > activemq-client-5.15.10.jar
> > activemq-jdbc-store-5.15.10.jar
> > activemq-kahadb-store-5.15.10.jar
> > activemq-openwire-legacy-5.15.10.jar
> > activemq-protobuf-1.1.jar
> > activemq-ra-5.15.10.jar
> > batchee-jbatch-0.5-incubating.jar
> > bcprov-jdk15on-1.61.jar
> > bval-jsr-2.0.3.jar
> > catalina-ant.jar
> > catalina-ha.jar
> > catalina-storeconfig.jar
> > catalina-tribes.jar
> > catalina.jar
> > commons-beanutils-1.9.3.jar
> > commons-cli-1.2.jar
> > commons-codec-1.13.jar
> > commons-collections-3.2.2.jar
> > commons-collections4-4.3.jar
> > commons-dbcp2-2.1.jar
> > commons-digester-1.8.jar
> > commons-jcs-core-2.1.jar
> > commons-jcs-jcache-2.1.jar
> > commons-lang3-3.8.1.jar
> > commons-logging-1.2.jar
> > commons-pool2-2.3.jar
> > cryptacular-1.1.1.jar
> > cxf-core-3.3.2.jar
> > cxf-rt-bindings-soap-3.3.2.jar
> > cxf-rt-bindings-xml-3.3.2.jar
> > cxf-rt-databinding-jaxb-3.3.2.jar
> > cxf-rt-frontend-jaxrs-3.3.2.jar
> > cxf-rt-frontend-jaxws-3.3.2.jar
> > cxf-rt-frontend-simple-3.3.2.jar
> > cxf-rt-management-3.3.2.jar
> > cxf-rt-rs-client-3.3.2.jar
> > cxf-rt-rs-extension-providers-3.3.2.jar
> > cxf-rt-rs-extension-search-3.3.2.jar
> > cxf-rt-rs-json-basic-3.3.2.jar
> > cxf-rt-rs-mp-client-3.3.2.jar
> > cxf-rt-rs-security-cors-3.3.2.jar
> > cxf-rt-rs-security-jose-3.3.2.jar
> > cxf-rt-rs-security-jose-jaxrs-3.3.2.jar
> > cxf-rt-rs-security-oauth2-3.3.2.jar
> > cxf-rt-rs-service-description-3.3.2.jar
> > cxf-rt-security-3.3.2.jar
> > cxf-rt-security-saml-3.3.2.jar
> > cxf-rt-transports-http-3.3.2.jar
> > cxf-rt-ws-addr-3.3.2.jar
> > cxf-rt-ws-policy-3.3.2.jar
> > cxf-rt-ws-security-3.3.2.jar
> > cxf-rt-wsdl-3.3.2.jar
> > ecj-4.12.jar
> > el-api.jar
> > geronimo-config-impl-1.2.1.jar
> > geronimo-connector-3.1.4.jar
> > geronimo-health-1.0.1.jar
> > geronimo-health-common-1.0.1.jar
> > geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar
> > geronimo-metrics-1.0.2.jar
> > geronimo-metrics-common-1.0.2.jar
> > geronimo-openapi-impl-1.0.6.jar
> > geronimo-opentracing-1.0.0.jar
> > geronimo-transaction-3.1.4.jar
> > hawtbuf-1.11.jar
> > howl-1.0.1-1.jar
> > hsqldb-2.3.2.jar
> > istack-commons-runtime-3.0.8.jar
> > jackson-annotations-2.9.0.jar
> > jackson-core-2.9.9.jar
> > jackson-databind-2.9.9.3.jar
> > jackson-dataformat-yaml-2.9.9.jar
> > jakarta.activation-1.2.1.jar
> > jakarta.xml.bind-api-2.3.2.jar
> > jasper-el.jar
> > jasper.jar
> > jaspic-api.jar
> > jasypt-1.9.2.jar
> > java-support-7.3.0.jar
> > javaee-api-8.0-2.jar
> > jaxb-runtime-2.3.2.jar
> > joda-time-2.9.jar
> > johnzon-core-1.1.13.jar
> > johnzon-jaxrs-1.1.13.jar
> > johnzon-jsonb-1.1.13.jar
> > johnzon-mapper-1.1.13.jar
> > jose4j-0.6.0.jar
> > jsp-api.jar
> > mbean-annotation-api-8.0.0-SNAPSHOT.jar
> > microprofile-config-api-1.3.jar
> > microprofile-fault-tolerance-api-1.1.4.jar
> > microprofile-health-api-1.0.jar
> > microprofile-jwt-auth-api-1.1.1.jar
> > microprofile-metrics-api-1.1.1.jar
> > microprofile-openapi-api-1.0.1.jar
> > microprofile-opentracing-api-1.1.jar
> > microprofile-rest-client-api-1.2.1.jar
> > mimepull-1.9.11.jar
> > mp-common-8.0.0-SNAPSHOT.jar
> > mp-jwt-8.0.0-SNAPSHOT.jar
> > myfaces-api-2.3.4.jar
> > myfaces-impl-2.3.4.jar
> > neethi-3.0.3.jar
> > openejb-api-8.0.0-SNAPSHOT.jar
> > openejb-client-8.0.0-SNAPSHOT.jar
> > openejb-core-8.0.0-SNAPSHOT.jar
> > openejb-cxf-8.0.0-SNAPSHOT.jar
> > openejb-cxf-rs-8.0.0-SNAPSHOT.jar
> > openejb-cxf-transport-8.0.0-SNAPSHOT.jar
> > openejb-ejbd-8.0.0-SNAPSHOT.jar
> > openejb-hsql-8.0.0-SNAPSHOT.jar
> > openejb-http-8.0.0-SNAPSHOT.jar
> > openejb-javaagent.jar
> > openejb-jee-8.0.0-SNAPSHOT.jar
> > openejb-jee-accessors-8.0.0-SNAPSHOT.jar
> > openejb-jpa-integration-8.0.0-SNAPSHOT.jar
> > openejb-loader-8.0.0-SNAPSHOT.jar
> > openejb-rest-8.0.0-SNAPSHOT.jar
> > openejb-server-8.0.0-SNAPSHOT.jar
> > openejb-webservices-8.0.0-SNAPSHOT.jar
> > openjpa-3.1.0.jar
> > opensaml-core-3.3.0.jar
> > opensaml-profile-api-3.3.0.jar
> > opensaml-saml-api-3.3.0.jar
> > opensaml-saml-impl-3.3.0.jar
> > opensaml-security-api-3.3.0.jar
> > opensaml-security-impl-3.3.0.jar
> > opensaml-soap-api-3.3.0.jar
> > opensaml-xacml-api-3.3.0.jar
> > opensaml-xacml-impl-3.3.0.jar
> > opensaml-xacml-saml-api-3.3.0.jar
> > opensaml-xacml-saml-impl-3.3.0.jar
> > opensaml-xmlsec-api-3.3.0.jar
> > opensaml-xmlsec-impl-3.3.0.jar
> > opentracing-api-0.31.0.jar
> > openwebbeans-ee-2.0.9.jar
> > openwebbeans-ee-common-2.0.9.jar
> > openwebbeans-ejb-2.0.9.jar
> > openwebbeans-el22-2.0.9.jar
> > openwebbeans-impl-2.0.9.jar
> > openwebbeans-jsf-2.0.9.jar
> > openwebbeans-spi-2.0.9.jar
> > openwebbeans-web-2.0.9.jar
> > org.osgi.annotation.versioning-1.0.0.jar
> > quartz-openejb-shade-2.2.1.jar
> > saaj-impl-1.5.1.jar
> > safeguard-impl-1.2.1.jar
> > serializer-2.7.2.jar
> > serp-1.15.1.jar
> > servlet-api.jar
> > slf4j-api-1.7.21.jar
> > slf4j-jdk14-1.7.21.jar
> > snakeyaml-1.23.jar
> > stax-ex-1.8.1.jar
> > stax2-api-3.1.4.jar
> > swizzle-stream-1.6.2.jar
> > sxc-jaxb-core-0.8.jar
> > sxc-runtime-0.8.jar
> > taglibs-standard-impl-1.2.5.jar
> > taglibs-standard-jstlel-1.2.5.jar
> > taglibs-standard-spec-1.2.5.jar
> > tomcat-api.jar
> > tomcat-coyote.jar
> > tomcat-dbcp.jar
> > tomcat-i18n-cs.jar
> > tomcat-i18n-de.jar
> > tomcat-i18n-es.jar
> > tomcat-i18n-fr.jar
> > tomcat-i18n-ja.jar
> > tomcat-i18n-ko.jar
> > tomcat-i18n-pt-BR.jar
> > tomcat-i18n-ru.jar
> > tomcat-i18n-zh-CN.jar
> > tomcat-jdbc.jar
> > tomcat-jni.jar
> > tomcat-util-scan.jar
> > tomcat-util.jar
> > tomcat-websocket.jar
> > tomee-catalina-8.0.0-SNAPSHOT.jar
> > tomee-common-8.0.0-SNAPSHOT.jar
> > tomee-config-8.0.0-SNAPSHOT.jar
> > tomee-jaxrs-8.0.0-SNAPSHOT.jar
> > tomee-jdbc-8.0.0-SNAPSHOT.jar
> > tomee-loader-8.0.0-SNAPSHOT.jar
> > tomee-mojarra-8.0.0-SNAPSHOT.jar
> > tomee-myfaces-8.0.0-SNAPSHOT.jar
> > tomee-webapp-8.0.0-SNAPSHOT.jar
> > tomee-webservices-8.0.0-SNAPSHOT.jar
> > txw2-2.3.2.jar
> > websocket-api.jar
> > woodstox-core-5.0.3.jar
> > wsdl4j-1.6.3.jar
> > wss4j-bindings-2.2.2.jar
> > wss4j-policy-2.2.2.jar
> > wss4j-ws-security-common-2.2.2.jar
> > wss4j-ws-security-dom-2.2.2.jar
> > wss4j-ws-security-policy-stax-2.2.2.jar
> > wss4j-ws-security-stax-2.2.2.jar
> > xalan-2.7.2.jar
> > xbean-asm7-shaded-4.14.jar
> > xbean-bundleutils-4.14.jar
> > xbean-finder-shaded-4.14.jar
> > xbean-naming-4.14.jar
> > xbean-reflect-4.14.jar
> > xml-resolver-1.2.jar
> > xmlschema-core-2.2.4.jar
> > xmlsec-2.1.2.jar
> >
> > So, I guess the EPL 2 is just for Activation and Jakarta XML Bind API.
> >
> > Jon
> >
> > On Fri, Sep 13, 2019 at 12:59 AM David Blevins <db...@tomitribe.com>
> > wrote:
> >
> >> We excluded the soap jar, right?
> >>
> >> On Thu, Sep 12, 2019 at 4:52 PM Jonathan Gallimore <
> >> jonathan.gallimore@gmail.com> wrote:
> >>
> >> > I've added ECL 1, referencing ECJ, and EPL 2, referencing Jakarta
> >> > Activation, Jakarta XML Bind API, Jakarta XML SOAP API. Does that
> sound
> >> > right?
> >> >
> >> > Jon
> >> >
> >> > On Thu, Sep 12, 2019 at 9:54 PM David Blevins <dblevins@tomitribe.com
> >
> >> > wrote:
> >> >
> >> > > Had a longer response but the planet started boarding and now I have
> >> to
> >> > > start again on cell :)
> >> > >
> >> > > Agree with all your removals.  Note on Jakarta activation 1.2, we’ll
> >> want
> >> > > to eventually switch to Geronimo Activation 1.2 when we get that
> >> ready.
> >> > >
> >> > > We need to update the LICENSE and NOTICE files of each dust to add
> the
> >> > EPL
> >> > > v2.  When I looked at this a few days ago, I also noticed only some
> of
> >> > them
> >> > > had the EPL v1, so that should get fixed as well; all our dists have
> >> the
> >> > > ecj jar so need the EPL v1.
> >> > >
> >> > >
> >> > >
> >> > > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> >> > > jonathan.gallimore@gmail.com> wrote:
> >> > >
> >> > > > Here's the same analysis on TomEE 7.0.6:
> >> > > >
> >> > > > javax.activation:
> >> > > > - lib/activation-1.1.jar
> >> > > > - lib/javaee-api-7.0-1.jar
> >> > > >
> >> > > > javax.xml.stream:
> >> > > > - lib/stax-api-1.0-2.jar
> >> > > > - lib/javaee-api-7.0-1.jar
> >> > > >
> >> > > > javax/xml/ws/EndpointReference.class,
> >> > > javax/xml/ws/WebServiceFeature.class
> >> > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >> > > > - lib/openejb-client-7.0.6.jar
> >> > > > - lib/javaee-api-7.0-1.jar
> >> > > >
> >> > > > So I think removing the following is the way to go:
> >> > > >
> >> > > > geronimo-activation_1.1_spec-1.1.jar (covered by
> >> > > > jakarta.activation-1.2.1.jar)
> >> > > > jakarta.activation-api-1.2.1.jar  (covered by
> >> > > jakarta.activation-1.2.1.jar)
> >> > > > geronimo-interceptor_1.2_spec-1.0.jar (covered by
> >> javaee-api-8.0-2.jar)
> >> > > > geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> >> > > > geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> >> > > > geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> >> > > > jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
> >> > > >
> >> > > > I'll get started, but please do shout if that looks wrong.
> >> > > >
> >> > > > Jon
> >> > > >
> >> > > > On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
> >> david.blevins@gmail.com
> >> > >
> >> > > > wrote:
> >> > > >
> >> > > > > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> >> > > > > jonathan.gallimore@gmail.com> wrote:
> >> > > > > >
> >> > > > > > Also, I'll take a look at openejb-client, but I'm not too sure
> >> what
> >> > > do
> >> > > > > with
> >> > > > > > this conflict:
> >> > > > > >
> >> > > > > > javax/xml/ws/EndpointReference.class,
> >> > > > > javax/xml/ws/WebServiceFeature.class
> >> > > > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >> > > > > >
> >> > > > > > - javaee-api-8.0-2.jar
> >> > > > > > - openejb-client-8.0.0.jar
> >> > > > > >
> >> > > > > > Any thoughts?
> >> > > > >
> >> > > > > Only suspecting it might have already been there in a past
> >> release.
> >> > > > >
> >> > > > > If that's the case, IMO, any conflicts that were there in 7.x,
> we
> >> > > ignore
> >> > > > > for now.  So if this one is status quo, it's fine.
> >> > > > >
> >> > > > >
> >> > > > > -David
> >> > > > >
> >> > > > >
> >> > > >
> >> > > --
> >> > > Sent from Gmail Mobile
> >> > >
> >> >
> >> --
> >> Sent from Gmail Mobile
> >>
> >
>
-- 
Sent from Gmail Mobile

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Just noticed the openejb-standalone server doesn't boot. Should we even
include this?

Jon

On Fri, Sep 13, 2019 at 1:04 AM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Yes. Here's the full set from the plus binary:
>
>
> FastInfoset-1.2.16.jar
> activemq-broker-5.15.10.jar
> activemq-client-5.15.10.jar
> activemq-jdbc-store-5.15.10.jar
> activemq-kahadb-store-5.15.10.jar
> activemq-openwire-legacy-5.15.10.jar
> activemq-protobuf-1.1.jar
> activemq-ra-5.15.10.jar
> batchee-jbatch-0.5-incubating.jar
> bcprov-jdk15on-1.61.jar
> bval-jsr-2.0.3.jar
> catalina-ant.jar
> catalina-ha.jar
> catalina-storeconfig.jar
> catalina-tribes.jar
> catalina.jar
> commons-beanutils-1.9.3.jar
> commons-cli-1.2.jar
> commons-codec-1.13.jar
> commons-collections-3.2.2.jar
> commons-collections4-4.3.jar
> commons-dbcp2-2.1.jar
> commons-digester-1.8.jar
> commons-jcs-core-2.1.jar
> commons-jcs-jcache-2.1.jar
> commons-lang3-3.8.1.jar
> commons-logging-1.2.jar
> commons-pool2-2.3.jar
> cryptacular-1.1.1.jar
> cxf-core-3.3.2.jar
> cxf-rt-bindings-soap-3.3.2.jar
> cxf-rt-bindings-xml-3.3.2.jar
> cxf-rt-databinding-jaxb-3.3.2.jar
> cxf-rt-frontend-jaxrs-3.3.2.jar
> cxf-rt-frontend-jaxws-3.3.2.jar
> cxf-rt-frontend-simple-3.3.2.jar
> cxf-rt-management-3.3.2.jar
> cxf-rt-rs-client-3.3.2.jar
> cxf-rt-rs-extension-providers-3.3.2.jar
> cxf-rt-rs-extension-search-3.3.2.jar
> cxf-rt-rs-json-basic-3.3.2.jar
> cxf-rt-rs-mp-client-3.3.2.jar
> cxf-rt-rs-security-cors-3.3.2.jar
> cxf-rt-rs-security-jose-3.3.2.jar
> cxf-rt-rs-security-jose-jaxrs-3.3.2.jar
> cxf-rt-rs-security-oauth2-3.3.2.jar
> cxf-rt-rs-service-description-3.3.2.jar
> cxf-rt-security-3.3.2.jar
> cxf-rt-security-saml-3.3.2.jar
> cxf-rt-transports-http-3.3.2.jar
> cxf-rt-ws-addr-3.3.2.jar
> cxf-rt-ws-policy-3.3.2.jar
> cxf-rt-ws-security-3.3.2.jar
> cxf-rt-wsdl-3.3.2.jar
> ecj-4.12.jar
> el-api.jar
> geronimo-config-impl-1.2.1.jar
> geronimo-connector-3.1.4.jar
> geronimo-health-1.0.1.jar
> geronimo-health-common-1.0.1.jar
> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar
> geronimo-metrics-1.0.2.jar
> geronimo-metrics-common-1.0.2.jar
> geronimo-openapi-impl-1.0.6.jar
> geronimo-opentracing-1.0.0.jar
> geronimo-transaction-3.1.4.jar
> hawtbuf-1.11.jar
> howl-1.0.1-1.jar
> hsqldb-2.3.2.jar
> istack-commons-runtime-3.0.8.jar
> jackson-annotations-2.9.0.jar
> jackson-core-2.9.9.jar
> jackson-databind-2.9.9.3.jar
> jackson-dataformat-yaml-2.9.9.jar
> jakarta.activation-1.2.1.jar
> jakarta.xml.bind-api-2.3.2.jar
> jasper-el.jar
> jasper.jar
> jaspic-api.jar
> jasypt-1.9.2.jar
> java-support-7.3.0.jar
> javaee-api-8.0-2.jar
> jaxb-runtime-2.3.2.jar
> joda-time-2.9.jar
> johnzon-core-1.1.13.jar
> johnzon-jaxrs-1.1.13.jar
> johnzon-jsonb-1.1.13.jar
> johnzon-mapper-1.1.13.jar
> jose4j-0.6.0.jar
> jsp-api.jar
> mbean-annotation-api-8.0.0-SNAPSHOT.jar
> microprofile-config-api-1.3.jar
> microprofile-fault-tolerance-api-1.1.4.jar
> microprofile-health-api-1.0.jar
> microprofile-jwt-auth-api-1.1.1.jar
> microprofile-metrics-api-1.1.1.jar
> microprofile-openapi-api-1.0.1.jar
> microprofile-opentracing-api-1.1.jar
> microprofile-rest-client-api-1.2.1.jar
> mimepull-1.9.11.jar
> mp-common-8.0.0-SNAPSHOT.jar
> mp-jwt-8.0.0-SNAPSHOT.jar
> myfaces-api-2.3.4.jar
> myfaces-impl-2.3.4.jar
> neethi-3.0.3.jar
> openejb-api-8.0.0-SNAPSHOT.jar
> openejb-client-8.0.0-SNAPSHOT.jar
> openejb-core-8.0.0-SNAPSHOT.jar
> openejb-cxf-8.0.0-SNAPSHOT.jar
> openejb-cxf-rs-8.0.0-SNAPSHOT.jar
> openejb-cxf-transport-8.0.0-SNAPSHOT.jar
> openejb-ejbd-8.0.0-SNAPSHOT.jar
> openejb-hsql-8.0.0-SNAPSHOT.jar
> openejb-http-8.0.0-SNAPSHOT.jar
> openejb-javaagent.jar
> openejb-jee-8.0.0-SNAPSHOT.jar
> openejb-jee-accessors-8.0.0-SNAPSHOT.jar
> openejb-jpa-integration-8.0.0-SNAPSHOT.jar
> openejb-loader-8.0.0-SNAPSHOT.jar
> openejb-rest-8.0.0-SNAPSHOT.jar
> openejb-server-8.0.0-SNAPSHOT.jar
> openejb-webservices-8.0.0-SNAPSHOT.jar
> openjpa-3.1.0.jar
> opensaml-core-3.3.0.jar
> opensaml-profile-api-3.3.0.jar
> opensaml-saml-api-3.3.0.jar
> opensaml-saml-impl-3.3.0.jar
> opensaml-security-api-3.3.0.jar
> opensaml-security-impl-3.3.0.jar
> opensaml-soap-api-3.3.0.jar
> opensaml-xacml-api-3.3.0.jar
> opensaml-xacml-impl-3.3.0.jar
> opensaml-xacml-saml-api-3.3.0.jar
> opensaml-xacml-saml-impl-3.3.0.jar
> opensaml-xmlsec-api-3.3.0.jar
> opensaml-xmlsec-impl-3.3.0.jar
> opentracing-api-0.31.0.jar
> openwebbeans-ee-2.0.9.jar
> openwebbeans-ee-common-2.0.9.jar
> openwebbeans-ejb-2.0.9.jar
> openwebbeans-el22-2.0.9.jar
> openwebbeans-impl-2.0.9.jar
> openwebbeans-jsf-2.0.9.jar
> openwebbeans-spi-2.0.9.jar
> openwebbeans-web-2.0.9.jar
> org.osgi.annotation.versioning-1.0.0.jar
> quartz-openejb-shade-2.2.1.jar
> saaj-impl-1.5.1.jar
> safeguard-impl-1.2.1.jar
> serializer-2.7.2.jar
> serp-1.15.1.jar
> servlet-api.jar
> slf4j-api-1.7.21.jar
> slf4j-jdk14-1.7.21.jar
> snakeyaml-1.23.jar
> stax-ex-1.8.1.jar
> stax2-api-3.1.4.jar
> swizzle-stream-1.6.2.jar
> sxc-jaxb-core-0.8.jar
> sxc-runtime-0.8.jar
> taglibs-standard-impl-1.2.5.jar
> taglibs-standard-jstlel-1.2.5.jar
> taglibs-standard-spec-1.2.5.jar
> tomcat-api.jar
> tomcat-coyote.jar
> tomcat-dbcp.jar
> tomcat-i18n-cs.jar
> tomcat-i18n-de.jar
> tomcat-i18n-es.jar
> tomcat-i18n-fr.jar
> tomcat-i18n-ja.jar
> tomcat-i18n-ko.jar
> tomcat-i18n-pt-BR.jar
> tomcat-i18n-ru.jar
> tomcat-i18n-zh-CN.jar
> tomcat-jdbc.jar
> tomcat-jni.jar
> tomcat-util-scan.jar
> tomcat-util.jar
> tomcat-websocket.jar
> tomee-catalina-8.0.0-SNAPSHOT.jar
> tomee-common-8.0.0-SNAPSHOT.jar
> tomee-config-8.0.0-SNAPSHOT.jar
> tomee-jaxrs-8.0.0-SNAPSHOT.jar
> tomee-jdbc-8.0.0-SNAPSHOT.jar
> tomee-loader-8.0.0-SNAPSHOT.jar
> tomee-mojarra-8.0.0-SNAPSHOT.jar
> tomee-myfaces-8.0.0-SNAPSHOT.jar
> tomee-webapp-8.0.0-SNAPSHOT.jar
> tomee-webservices-8.0.0-SNAPSHOT.jar
> txw2-2.3.2.jar
> websocket-api.jar
> woodstox-core-5.0.3.jar
> wsdl4j-1.6.3.jar
> wss4j-bindings-2.2.2.jar
> wss4j-policy-2.2.2.jar
> wss4j-ws-security-common-2.2.2.jar
> wss4j-ws-security-dom-2.2.2.jar
> wss4j-ws-security-policy-stax-2.2.2.jar
> wss4j-ws-security-stax-2.2.2.jar
> xalan-2.7.2.jar
> xbean-asm7-shaded-4.14.jar
> xbean-bundleutils-4.14.jar
> xbean-finder-shaded-4.14.jar
> xbean-naming-4.14.jar
> xbean-reflect-4.14.jar
> xml-resolver-1.2.jar
> xmlschema-core-2.2.4.jar
> xmlsec-2.1.2.jar
>
> So, I guess the EPL 2 is just for Activation and Jakarta XML Bind API.
>
> Jon
>
> On Fri, Sep 13, 2019 at 12:59 AM David Blevins <db...@tomitribe.com>
> wrote:
>
>> We excluded the soap jar, right?
>>
>> On Thu, Sep 12, 2019 at 4:52 PM Jonathan Gallimore <
>> jonathan.gallimore@gmail.com> wrote:
>>
>> > I've added ECL 1, referencing ECJ, and EPL 2, referencing Jakarta
>> > Activation, Jakarta XML Bind API, Jakarta XML SOAP API. Does that sound
>> > right?
>> >
>> > Jon
>> >
>> > On Thu, Sep 12, 2019 at 9:54 PM David Blevins <db...@tomitribe.com>
>> > wrote:
>> >
>> > > Had a longer response but the planet started boarding and now I have
>> to
>> > > start again on cell :)
>> > >
>> > > Agree with all your removals.  Note on Jakarta activation 1.2, we’ll
>> want
>> > > to eventually switch to Geronimo Activation 1.2 when we get that
>> ready.
>> > >
>> > > We need to update the LICENSE and NOTICE files of each dust to add the
>> > EPL
>> > > v2.  When I looked at this a few days ago, I also noticed only some of
>> > them
>> > > had the EPL v1, so that should get fixed as well; all our dists have
>> the
>> > > ecj jar so need the EPL v1.
>> > >
>> > >
>> > >
>> > > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
>> > > jonathan.gallimore@gmail.com> wrote:
>> > >
>> > > > Here's the same analysis on TomEE 7.0.6:
>> > > >
>> > > > javax.activation:
>> > > > - lib/activation-1.1.jar
>> > > > - lib/javaee-api-7.0-1.jar
>> > > >
>> > > > javax.xml.stream:
>> > > > - lib/stax-api-1.0-2.jar
>> > > > - lib/javaee-api-7.0-1.jar
>> > > >
>> > > > javax/xml/ws/EndpointReference.class,
>> > > javax/xml/ws/WebServiceFeature.class
>> > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>> > > > - lib/openejb-client-7.0.6.jar
>> > > > - lib/javaee-api-7.0-1.jar
>> > > >
>> > > > So I think removing the following is the way to go:
>> > > >
>> > > > geronimo-activation_1.1_spec-1.1.jar (covered by
>> > > > jakarta.activation-1.2.1.jar)
>> > > > jakarta.activation-api-1.2.1.jar  (covered by
>> > > jakarta.activation-1.2.1.jar)
>> > > > geronimo-interceptor_1.2_spec-1.0.jar (covered by
>> javaee-api-8.0-2.jar)
>> > > > geronimo-javamail_1.4_spec-1.7.1.jar (covered by
>> > > > geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
>> > > > geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
>> > > > jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
>> > > >
>> > > > I'll get started, but please do shout if that looks wrong.
>> > > >
>> > > > Jon
>> > > >
>> > > > On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
>> david.blevins@gmail.com
>> > >
>> > > > wrote:
>> > > >
>> > > > > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
>> > > > > jonathan.gallimore@gmail.com> wrote:
>> > > > > >
>> > > > > > Also, I'll take a look at openejb-client, but I'm not too sure
>> what
>> > > do
>> > > > > with
>> > > > > > this conflict:
>> > > > > >
>> > > > > > javax/xml/ws/EndpointReference.class,
>> > > > > javax/xml/ws/WebServiceFeature.class
>> > > > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>> > > > > >
>> > > > > > - javaee-api-8.0-2.jar
>> > > > > > - openejb-client-8.0.0.jar
>> > > > > >
>> > > > > > Any thoughts?
>> > > > >
>> > > > > Only suspecting it might have already been there in a past
>> release.
>> > > > >
>> > > > > If that's the case, IMO, any conflicts that were there in 7.x, we
>> > > ignore
>> > > > > for now.  So if this one is status quo, it's fine.
>> > > > >
>> > > > >
>> > > > > -David
>> > > > >
>> > > > >
>> > > >
>> > > --
>> > > Sent from Gmail Mobile
>> > >
>> >
>> --
>> Sent from Gmail Mobile
>>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Yes. Here's the full set from the plus binary:


FastInfoset-1.2.16.jar
activemq-broker-5.15.10.jar
activemq-client-5.15.10.jar
activemq-jdbc-store-5.15.10.jar
activemq-kahadb-store-5.15.10.jar
activemq-openwire-legacy-5.15.10.jar
activemq-protobuf-1.1.jar
activemq-ra-5.15.10.jar
batchee-jbatch-0.5-incubating.jar
bcprov-jdk15on-1.61.jar
bval-jsr-2.0.3.jar
catalina-ant.jar
catalina-ha.jar
catalina-storeconfig.jar
catalina-tribes.jar
catalina.jar
commons-beanutils-1.9.3.jar
commons-cli-1.2.jar
commons-codec-1.13.jar
commons-collections-3.2.2.jar
commons-collections4-4.3.jar
commons-dbcp2-2.1.jar
commons-digester-1.8.jar
commons-jcs-core-2.1.jar
commons-jcs-jcache-2.1.jar
commons-lang3-3.8.1.jar
commons-logging-1.2.jar
commons-pool2-2.3.jar
cryptacular-1.1.1.jar
cxf-core-3.3.2.jar
cxf-rt-bindings-soap-3.3.2.jar
cxf-rt-bindings-xml-3.3.2.jar
cxf-rt-databinding-jaxb-3.3.2.jar
cxf-rt-frontend-jaxrs-3.3.2.jar
cxf-rt-frontend-jaxws-3.3.2.jar
cxf-rt-frontend-simple-3.3.2.jar
cxf-rt-management-3.3.2.jar
cxf-rt-rs-client-3.3.2.jar
cxf-rt-rs-extension-providers-3.3.2.jar
cxf-rt-rs-extension-search-3.3.2.jar
cxf-rt-rs-json-basic-3.3.2.jar
cxf-rt-rs-mp-client-3.3.2.jar
cxf-rt-rs-security-cors-3.3.2.jar
cxf-rt-rs-security-jose-3.3.2.jar
cxf-rt-rs-security-jose-jaxrs-3.3.2.jar
cxf-rt-rs-security-oauth2-3.3.2.jar
cxf-rt-rs-service-description-3.3.2.jar
cxf-rt-security-3.3.2.jar
cxf-rt-security-saml-3.3.2.jar
cxf-rt-transports-http-3.3.2.jar
cxf-rt-ws-addr-3.3.2.jar
cxf-rt-ws-policy-3.3.2.jar
cxf-rt-ws-security-3.3.2.jar
cxf-rt-wsdl-3.3.2.jar
ecj-4.12.jar
el-api.jar
geronimo-config-impl-1.2.1.jar
geronimo-connector-3.1.4.jar
geronimo-health-1.0.1.jar
geronimo-health-common-1.0.1.jar
geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar
geronimo-metrics-1.0.2.jar
geronimo-metrics-common-1.0.2.jar
geronimo-openapi-impl-1.0.6.jar
geronimo-opentracing-1.0.0.jar
geronimo-transaction-3.1.4.jar
hawtbuf-1.11.jar
howl-1.0.1-1.jar
hsqldb-2.3.2.jar
istack-commons-runtime-3.0.8.jar
jackson-annotations-2.9.0.jar
jackson-core-2.9.9.jar
jackson-databind-2.9.9.3.jar
jackson-dataformat-yaml-2.9.9.jar
jakarta.activation-1.2.1.jar
jakarta.xml.bind-api-2.3.2.jar
jasper-el.jar
jasper.jar
jaspic-api.jar
jasypt-1.9.2.jar
java-support-7.3.0.jar
javaee-api-8.0-2.jar
jaxb-runtime-2.3.2.jar
joda-time-2.9.jar
johnzon-core-1.1.13.jar
johnzon-jaxrs-1.1.13.jar
johnzon-jsonb-1.1.13.jar
johnzon-mapper-1.1.13.jar
jose4j-0.6.0.jar
jsp-api.jar
mbean-annotation-api-8.0.0-SNAPSHOT.jar
microprofile-config-api-1.3.jar
microprofile-fault-tolerance-api-1.1.4.jar
microprofile-health-api-1.0.jar
microprofile-jwt-auth-api-1.1.1.jar
microprofile-metrics-api-1.1.1.jar
microprofile-openapi-api-1.0.1.jar
microprofile-opentracing-api-1.1.jar
microprofile-rest-client-api-1.2.1.jar
mimepull-1.9.11.jar
mp-common-8.0.0-SNAPSHOT.jar
mp-jwt-8.0.0-SNAPSHOT.jar
myfaces-api-2.3.4.jar
myfaces-impl-2.3.4.jar
neethi-3.0.3.jar
openejb-api-8.0.0-SNAPSHOT.jar
openejb-client-8.0.0-SNAPSHOT.jar
openejb-core-8.0.0-SNAPSHOT.jar
openejb-cxf-8.0.0-SNAPSHOT.jar
openejb-cxf-rs-8.0.0-SNAPSHOT.jar
openejb-cxf-transport-8.0.0-SNAPSHOT.jar
openejb-ejbd-8.0.0-SNAPSHOT.jar
openejb-hsql-8.0.0-SNAPSHOT.jar
openejb-http-8.0.0-SNAPSHOT.jar
openejb-javaagent.jar
openejb-jee-8.0.0-SNAPSHOT.jar
openejb-jee-accessors-8.0.0-SNAPSHOT.jar
openejb-jpa-integration-8.0.0-SNAPSHOT.jar
openejb-loader-8.0.0-SNAPSHOT.jar
openejb-rest-8.0.0-SNAPSHOT.jar
openejb-server-8.0.0-SNAPSHOT.jar
openejb-webservices-8.0.0-SNAPSHOT.jar
openjpa-3.1.0.jar
opensaml-core-3.3.0.jar
opensaml-profile-api-3.3.0.jar
opensaml-saml-api-3.3.0.jar
opensaml-saml-impl-3.3.0.jar
opensaml-security-api-3.3.0.jar
opensaml-security-impl-3.3.0.jar
opensaml-soap-api-3.3.0.jar
opensaml-xacml-api-3.3.0.jar
opensaml-xacml-impl-3.3.0.jar
opensaml-xacml-saml-api-3.3.0.jar
opensaml-xacml-saml-impl-3.3.0.jar
opensaml-xmlsec-api-3.3.0.jar
opensaml-xmlsec-impl-3.3.0.jar
opentracing-api-0.31.0.jar
openwebbeans-ee-2.0.9.jar
openwebbeans-ee-common-2.0.9.jar
openwebbeans-ejb-2.0.9.jar
openwebbeans-el22-2.0.9.jar
openwebbeans-impl-2.0.9.jar
openwebbeans-jsf-2.0.9.jar
openwebbeans-spi-2.0.9.jar
openwebbeans-web-2.0.9.jar
org.osgi.annotation.versioning-1.0.0.jar
quartz-openejb-shade-2.2.1.jar
saaj-impl-1.5.1.jar
safeguard-impl-1.2.1.jar
serializer-2.7.2.jar
serp-1.15.1.jar
servlet-api.jar
slf4j-api-1.7.21.jar
slf4j-jdk14-1.7.21.jar
snakeyaml-1.23.jar
stax-ex-1.8.1.jar
stax2-api-3.1.4.jar
swizzle-stream-1.6.2.jar
sxc-jaxb-core-0.8.jar
sxc-runtime-0.8.jar
taglibs-standard-impl-1.2.5.jar
taglibs-standard-jstlel-1.2.5.jar
taglibs-standard-spec-1.2.5.jar
tomcat-api.jar
tomcat-coyote.jar
tomcat-dbcp.jar
tomcat-i18n-cs.jar
tomcat-i18n-de.jar
tomcat-i18n-es.jar
tomcat-i18n-fr.jar
tomcat-i18n-ja.jar
tomcat-i18n-ko.jar
tomcat-i18n-pt-BR.jar
tomcat-i18n-ru.jar
tomcat-i18n-zh-CN.jar
tomcat-jdbc.jar
tomcat-jni.jar
tomcat-util-scan.jar
tomcat-util.jar
tomcat-websocket.jar
tomee-catalina-8.0.0-SNAPSHOT.jar
tomee-common-8.0.0-SNAPSHOT.jar
tomee-config-8.0.0-SNAPSHOT.jar
tomee-jaxrs-8.0.0-SNAPSHOT.jar
tomee-jdbc-8.0.0-SNAPSHOT.jar
tomee-loader-8.0.0-SNAPSHOT.jar
tomee-mojarra-8.0.0-SNAPSHOT.jar
tomee-myfaces-8.0.0-SNAPSHOT.jar
tomee-webapp-8.0.0-SNAPSHOT.jar
tomee-webservices-8.0.0-SNAPSHOT.jar
txw2-2.3.2.jar
websocket-api.jar
woodstox-core-5.0.3.jar
wsdl4j-1.6.3.jar
wss4j-bindings-2.2.2.jar
wss4j-policy-2.2.2.jar
wss4j-ws-security-common-2.2.2.jar
wss4j-ws-security-dom-2.2.2.jar
wss4j-ws-security-policy-stax-2.2.2.jar
wss4j-ws-security-stax-2.2.2.jar
xalan-2.7.2.jar
xbean-asm7-shaded-4.14.jar
xbean-bundleutils-4.14.jar
xbean-finder-shaded-4.14.jar
xbean-naming-4.14.jar
xbean-reflect-4.14.jar
xml-resolver-1.2.jar
xmlschema-core-2.2.4.jar
xmlsec-2.1.2.jar

So, I guess the EPL 2 is just for Activation and Jakarta XML Bind API.

Jon

On Fri, Sep 13, 2019 at 12:59 AM David Blevins <db...@tomitribe.com>
wrote:

> We excluded the soap jar, right?
>
> On Thu, Sep 12, 2019 at 4:52 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > I've added ECL 1, referencing ECJ, and EPL 2, referencing Jakarta
> > Activation, Jakarta XML Bind API, Jakarta XML SOAP API. Does that sound
> > right?
> >
> > Jon
> >
> > On Thu, Sep 12, 2019 at 9:54 PM David Blevins <db...@tomitribe.com>
> > wrote:
> >
> > > Had a longer response but the planet started boarding and now I have to
> > > start again on cell :)
> > >
> > > Agree with all your removals.  Note on Jakarta activation 1.2, we’ll
> want
> > > to eventually switch to Geronimo Activation 1.2 when we get that ready.
> > >
> > > We need to update the LICENSE and NOTICE files of each dust to add the
> > EPL
> > > v2.  When I looked at this a few days ago, I also noticed only some of
> > them
> > > had the EPL v1, so that should get fixed as well; all our dists have
> the
> > > ecj jar so need the EPL v1.
> > >
> > >
> > >
> > > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> > > jonathan.gallimore@gmail.com> wrote:
> > >
> > > > Here's the same analysis on TomEE 7.0.6:
> > > >
> > > > javax.activation:
> > > > - lib/activation-1.1.jar
> > > > - lib/javaee-api-7.0-1.jar
> > > >
> > > > javax.xml.stream:
> > > > - lib/stax-api-1.0-2.jar
> > > > - lib/javaee-api-7.0-1.jar
> > > >
> > > > javax/xml/ws/EndpointReference.class,
> > > javax/xml/ws/WebServiceFeature.class
> > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > > > - lib/openejb-client-7.0.6.jar
> > > > - lib/javaee-api-7.0-1.jar
> > > >
> > > > So I think removing the following is the way to go:
> > > >
> > > > geronimo-activation_1.1_spec-1.1.jar (covered by
> > > > jakarta.activation-1.2.1.jar)
> > > > jakarta.activation-api-1.2.1.jar  (covered by
> > > jakarta.activation-1.2.1.jar)
> > > > geronimo-interceptor_1.2_spec-1.0.jar (covered by
> javaee-api-8.0-2.jar)
> > > > geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> > > > geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> > > > geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> > > > jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
> > > >
> > > > I'll get started, but please do shout if that looks wrong.
> > > >
> > > > Jon
> > > >
> > > > On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
> david.blevins@gmail.com
> > >
> > > > wrote:
> > > >
> > > > > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> > > > > jonathan.gallimore@gmail.com> wrote:
> > > > > >
> > > > > > Also, I'll take a look at openejb-client, but I'm not too sure
> what
> > > do
> > > > > with
> > > > > > this conflict:
> > > > > >
> > > > > > javax/xml/ws/EndpointReference.class,
> > > > > javax/xml/ws/WebServiceFeature.class
> > > > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > > > > >
> > > > > > - javaee-api-8.0-2.jar
> > > > > > - openejb-client-8.0.0.jar
> > > > > >
> > > > > > Any thoughts?
> > > > >
> > > > > Only suspecting it might have already been there in a past release.
> > > > >
> > > > > If that's the case, IMO, any conflicts that were there in 7.x, we
> > > ignore
> > > > > for now.  So if this one is status quo, it's fine.
> > > > >
> > > > >
> > > > > -David
> > > > >
> > > > >
> > > >
> > > --
> > > Sent from Gmail Mobile
> > >
> >
> --
> Sent from Gmail Mobile
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by David Blevins <db...@tomitribe.com>.
We excluded the soap jar, right?

On Thu, Sep 12, 2019 at 4:52 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> I've added ECL 1, referencing ECJ, and EPL 2, referencing Jakarta
> Activation, Jakarta XML Bind API, Jakarta XML SOAP API. Does that sound
> right?
>
> Jon
>
> On Thu, Sep 12, 2019 at 9:54 PM David Blevins <db...@tomitribe.com>
> wrote:
>
> > Had a longer response but the planet started boarding and now I have to
> > start again on cell :)
> >
> > Agree with all your removals.  Note on Jakarta activation 1.2, we’ll want
> > to eventually switch to Geronimo Activation 1.2 when we get that ready.
> >
> > We need to update the LICENSE and NOTICE files of each dust to add the
> EPL
> > v2.  When I looked at this a few days ago, I also noticed only some of
> them
> > had the EPL v1, so that should get fixed as well; all our dists have the
> > ecj jar so need the EPL v1.
> >
> >
> >
> > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> > jonathan.gallimore@gmail.com> wrote:
> >
> > > Here's the same analysis on TomEE 7.0.6:
> > >
> > > javax.activation:
> > > - lib/activation-1.1.jar
> > > - lib/javaee-api-7.0-1.jar
> > >
> > > javax.xml.stream:
> > > - lib/stax-api-1.0-2.jar
> > > - lib/javaee-api-7.0-1.jar
> > >
> > > javax/xml/ws/EndpointReference.class,
> > javax/xml/ws/WebServiceFeature.class
> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > > - lib/openejb-client-7.0.6.jar
> > > - lib/javaee-api-7.0-1.jar
> > >
> > > So I think removing the following is the way to go:
> > >
> > > geronimo-activation_1.1_spec-1.1.jar (covered by
> > > jakarta.activation-1.2.1.jar)
> > > jakarta.activation-api-1.2.1.jar  (covered by
> > jakarta.activation-1.2.1.jar)
> > > geronimo-interceptor_1.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> > > geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> > > geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> > > geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> > > jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
> > >
> > > I'll get started, but please do shout if that looks wrong.
> > >
> > > Jon
> > >
> > > On Thu, Sep 12, 2019 at 9:19 PM David Blevins <david.blevins@gmail.com
> >
> > > wrote:
> > >
> > > > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> > > > jonathan.gallimore@gmail.com> wrote:
> > > > >
> > > > > Also, I'll take a look at openejb-client, but I'm not too sure what
> > do
> > > > with
> > > > > this conflict:
> > > > >
> > > > > javax/xml/ws/EndpointReference.class,
> > > > javax/xml/ws/WebServiceFeature.class
> > > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > > > >
> > > > > - javaee-api-8.0-2.jar
> > > > > - openejb-client-8.0.0.jar
> > > > >
> > > > > Any thoughts?
> > > >
> > > > Only suspecting it might have already been there in a past release.
> > > >
> > > > If that's the case, IMO, any conflicts that were there in 7.x, we
> > ignore
> > > > for now.  So if this one is status quo, it's fine.
> > > >
> > > >
> > > > -David
> > > >
> > > >
> > >
> > --
> > Sent from Gmail Mobile
> >
>
-- 
Sent from Gmail Mobile

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
I've added ECL 1, referencing ECJ, and EPL 2, referencing Jakarta
Activation, Jakarta XML Bind API, Jakarta XML SOAP API. Does that sound
right?

Jon

On Thu, Sep 12, 2019 at 9:54 PM David Blevins <db...@tomitribe.com>
wrote:

> Had a longer response but the planet started boarding and now I have to
> start again on cell :)
>
> Agree with all your removals.  Note on Jakarta activation 1.2, we’ll want
> to eventually switch to Geronimo Activation 1.2 when we get that ready.
>
> We need to update the LICENSE and NOTICE files of each dust to add the EPL
> v2.  When I looked at this a few days ago, I also noticed only some of them
> had the EPL v1, so that should get fixed as well; all our dists have the
> ecj jar so need the EPL v1.
>
>
>
> On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > Here's the same analysis on TomEE 7.0.6:
> >
> > javax.activation:
> > - lib/activation-1.1.jar
> > - lib/javaee-api-7.0-1.jar
> >
> > javax.xml.stream:
> > - lib/stax-api-1.0-2.jar
> > - lib/javaee-api-7.0-1.jar
> >
> > javax/xml/ws/EndpointReference.class,
> javax/xml/ws/WebServiceFeature.class
> > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > - lib/openejb-client-7.0.6.jar
> > - lib/javaee-api-7.0-1.jar
> >
> > So I think removing the following is the way to go:
> >
> > geronimo-activation_1.1_spec-1.1.jar (covered by
> > jakarta.activation-1.2.1.jar)
> > jakarta.activation-api-1.2.1.jar  (covered by
> jakarta.activation-1.2.1.jar)
> > geronimo-interceptor_1.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> > geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> > geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> > geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> > jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
> >
> > I'll get started, but please do shout if that looks wrong.
> >
> > Jon
> >
> > On Thu, Sep 12, 2019 at 9:19 PM David Blevins <da...@gmail.com>
> > wrote:
> >
> > > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> > > jonathan.gallimore@gmail.com> wrote:
> > > >
> > > > Also, I'll take a look at openejb-client, but I'm not too sure what
> do
> > > with
> > > > this conflict:
> > > >
> > > > javax/xml/ws/EndpointReference.class,
> > > javax/xml/ws/WebServiceFeature.class
> > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > > >
> > > > - javaee-api-8.0-2.jar
> > > > - openejb-client-8.0.0.jar
> > > >
> > > > Any thoughts?
> > >
> > > Only suspecting it might have already been there in a past release.
> > >
> > > If that's the case, IMO, any conflicts that were there in 7.x, we
> ignore
> > > for now.  So if this one is status quo, it's fine.
> > >
> > >
> > > -David
> > >
> > >
> >
> --
> Sent from Gmail Mobile
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
I added a:

        deleteWithRetry(file:
paths.findTomEELibJar('jakarta.activation-api'))

to the SetupCommand.groovy.

Turns out that works better than:

        deleteWithRetry(file:
paths.findOpenEJBWebJar('jakarta.activation-api'))

I'm quite tired :)

Jon

On Fri, Sep 13, 2019 at 12:47 AM David Blevins <db...@tomitribe.com>
wrote:

> Do tell the mystical secret that lead to the exclusions aligning for our
> binaries most divine.
>
> On Thu, Sep 12, 2019 at 4:31 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > Ok, got further. Hopefully now just update the license file, and then
> roll
> > the release.
> >
> > Jon
> >
> > On Fri, Sep 13, 2019 at 12:23 AM Jonathan Gallimore <
> > jonathan.gallimore@gmail.com> wrote:
> >
> > > Tried that, right next to where swizzle-stream is removed - get this -
> it
> > > didn't work. Also tried the installer - same. I fear my sanity is
> leaving
> > > me...
> > >
> > > Jon
> > >
> > > On Fri, Sep 13, 2019 at 12:19 AM David Blevins <dblevins@tomitribe.com
> >
> > > wrote:
> > >
> > >> Somewhere in here:
> > >>
> > >> -
> > >>
> > >>
> >
> https://github.com/apache/tomee/blob/master/tomee/apache-tomee/src/main/groovy/commands/SetupCommand.groovy#L58
> > >>
> > >> Hello from SFO baggage claim in route to CodeOne! :)
> > >>
> > >> On Thu, Sep 12, 2019 at 4:00 PM David Blevins <dblevins@tomitribe.com
> >
> > >> wrote:
> > >>
> > >> > If you find it too difficult a plan b could be to hack the Setup (or
> > >> > whatever it’s called) java code that turns the war files into the
> > >> assembly.
> > >> >
> > >> > I.e. add a line to delete it.
> > >> >
> > >> > On Thu, Sep 12, 2019 at 3:46 PM Jonathan Gallimore <
> > >> > jonathan.gallimore@gmail.com> wrote:
> > >> >
> > >> >> If anyone knows how to exclude jakarta.activation-api in the new
> bom
> > >> >> module, I'd sure appreciate the help. I'd expect
> > >> >>
> > >> >>           <exclusion> <!-- Is already included in java-ee-api -->
> > >> >>             <artifactId>jakarta.activation</artifactId>
> > >> >>             <groupId>jakarta.activation-api</groupId>
> > >> >>           </exclusion>
> > >> >>
> > >> >> to work, but it seems like no matter where I exclude it, it keeps
> > >> popping
> > >> >> up.
> > >> >>
> > >> >> Jon
> > >> >>
> > >> >> On Thu, Sep 12, 2019 at 10:03 PM Jonathan Gallimore <
> > >> >> jonathan.gallimore@gmail.com> wrote:
> > >> >>
> > >> >> > Awesome, thanks for the detail. I'm working on the PR now. I post
> > >> >> updates
> > >> >> > here as I have them. Intention is to have take 2 rolled by the
> end
> > of
> > >> >> the
> > >> >> > evening.
> > >> >> >
> > >> >> > Have a safe flight!
> > >> >> >
> > >> >> > Jon
> > >> >> >
> > >> >> > On Thu, Sep 12, 2019 at 9:55 PM David Blevins <
> > >> dblevins@tomitribe.com>
> > >> >> > wrote:
> > >> >> >
> > >> >> >> Plane, but planet works too — although a slight exaggeration :)
> > >> >> >>
> > >> >> >> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <
> > >> dblevins@tomitribe.com>
> > >> >> >> wrote:
> > >> >> >>
> > >> >> >> > Had a longer response but the planet started boarding and now
> I
> > >> have
> > >> >> to
> > >> >> >> > start again on cell :)
> > >> >> >> >
> > >> >> >> > Agree with all your removals.  Note on Jakarta activation 1.2,
> > >> we’ll
> > >> >> >> want
> > >> >> >> > to eventually switch to Geronimo Activation 1.2 when we get
> that
> > >> >> ready.
> > >> >> >> >
> > >> >> >> > We need to update the LICENSE and NOTICE files of each dust to
> > add
> > >> >> the
> > >> >> >> EPL
> > >> >> >> > v2.  When I looked at this a few days ago, I also noticed only
> > >> some
> > >> >> of
> > >> >> >> them
> > >> >> >> > had the EPL v1, so that should get fixed as well; all our
> dists
> > >> have
> > >> >> the
> > >> >> >> > ecj jar so need the EPL v1.
> > >> >> >> >
> > >> >> >> >
> > >> >> >> >
> > >> >> >> > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> > >> >> >> > jonathan.gallimore@gmail.com> wrote:
> > >> >> >> >
> > >> >> >> >> Here's the same analysis on TomEE 7.0.6:
> > >> >> >> >>
> > >> >> >> >> javax.activation:
> > >> >> >> >> - lib/activation-1.1.jar
> > >> >> >> >> - lib/javaee-api-7.0-1.jar
> > >> >> >> >>
> > >> >> >> >> javax.xml.stream:
> > >> >> >> >> - lib/stax-api-1.0-2.jar
> > >> >> >> >> - lib/javaee-api-7.0-1.jar
> > >> >> >> >>
> > >> >> >> >> javax/xml/ws/EndpointReference.class,
> > >> >> >> javax/xml/ws/WebServiceFeature.class
> > >> >> >> >> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > >> >> >> >> - lib/openejb-client-7.0.6.jar
> > >> >> >> >> - lib/javaee-api-7.0-1.jar
> > >> >> >> >>
> > >> >> >> >> So I think removing the following is the way to go:
> > >> >> >> >>
> > >> >> >> >> geronimo-activation_1.1_spec-1.1.jar (covered by
> > >> >> >> >> jakarta.activation-1.2.1.jar)
> > >> >> >> >> jakarta.activation-api-1.2.1.jar  (covered by
> > >> >> >> >> jakarta.activation-1.2.1.jar)
> > >> >> >> >> geronimo-interceptor_1.2_spec-1.0.jar (covered by
> > >> >> javaee-api-8.0-2.jar)
> > >> >> >> >> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> > >> >> >> >> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> > >> >> >> >> geronimo-jpa_2.2_spec-1.0.jar (covered by
> javaee-api-8.0-2.jar)
> > >> >> >> >> jakarta.xml.soap-api-1.4.1.jar (covered by
> > javaee-api-8.0-2.jar)
> > >> >> >> >>
> > >> >> >> >> I'll get started, but please do shout if that looks wrong.
> > >> >> >> >>
> > >> >> >> >> Jon
> > >> >> >> >>
> > >> >> >> >> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
> > >> >> david.blevins@gmail.com
> > >> >> >> >
> > >> >> >> >> wrote:
> > >> >> >> >>
> > >> >> >> >> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> > >> >> >> >> > jonathan.gallimore@gmail.com> wrote:
> > >> >> >> >> > >
> > >> >> >> >> > > Also, I'll take a look at openejb-client, but I'm not too
> > >> sure
> > >> >> >> what do
> > >> >> >> >> > with
> > >> >> >> >> > > this conflict:
> > >> >> >> >> > >
> > >> >> >> >> > > javax/xml/ws/EndpointReference.class,
> > >> >> >> >> > javax/xml/ws/WebServiceFeature.class
> > >> >> >> >> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > >> >> >> >> > >
> > >> >> >> >> > > - javaee-api-8.0-2.jar
> > >> >> >> >> > > - openejb-client-8.0.0.jar
> > >> >> >> >> > >
> > >> >> >> >> > > Any thoughts?
> > >> >> >> >> >
> > >> >> >> >> > Only suspecting it might have already been there in a past
> > >> >> release.
> > >> >> >> >> >
> > >> >> >> >> > If that's the case, IMO, any conflicts that were there in
> > 7.x,
> > >> we
> > >> >> >> ignore
> > >> >> >> >> > for now.  So if this one is status quo, it's fine.
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >> > -David
> > >> >> >> >> >
> > >> >> >> >> >
> > >> >> >> >>
> > >> >> >> > --
> > >> >> >> > Sent from Gmail Mobile
> > >> >> >> >
> > >> >> >> --
> > >> >> >> Sent from Gmail Mobile
> > >> >> >>
> > >> >> >
> > >> >>
> > >> > --
> > >> > Sent from Gmail Mobile
> > >> >
> > >> --
> > >> Sent from Gmail Mobile
> > >>
> > >
> >
> --
> Sent from Gmail Mobile
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by David Blevins <db...@tomitribe.com>.
Do tell the mystical secret that lead to the exclusions aligning for our
binaries most divine.

On Thu, Sep 12, 2019 at 4:31 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Ok, got further. Hopefully now just update the license file, and then roll
> the release.
>
> Jon
>
> On Fri, Sep 13, 2019 at 12:23 AM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > Tried that, right next to where swizzle-stream is removed - get this - it
> > didn't work. Also tried the installer - same. I fear my sanity is leaving
> > me...
> >
> > Jon
> >
> > On Fri, Sep 13, 2019 at 12:19 AM David Blevins <db...@tomitribe.com>
> > wrote:
> >
> >> Somewhere in here:
> >>
> >> -
> >>
> >>
> https://github.com/apache/tomee/blob/master/tomee/apache-tomee/src/main/groovy/commands/SetupCommand.groovy#L58
> >>
> >> Hello from SFO baggage claim in route to CodeOne! :)
> >>
> >> On Thu, Sep 12, 2019 at 4:00 PM David Blevins <db...@tomitribe.com>
> >> wrote:
> >>
> >> > If you find it too difficult a plan b could be to hack the Setup (or
> >> > whatever it’s called) java code that turns the war files into the
> >> assembly.
> >> >
> >> > I.e. add a line to delete it.
> >> >
> >> > On Thu, Sep 12, 2019 at 3:46 PM Jonathan Gallimore <
> >> > jonathan.gallimore@gmail.com> wrote:
> >> >
> >> >> If anyone knows how to exclude jakarta.activation-api in the new bom
> >> >> module, I'd sure appreciate the help. I'd expect
> >> >>
> >> >>           <exclusion> <!-- Is already included in java-ee-api -->
> >> >>             <artifactId>jakarta.activation</artifactId>
> >> >>             <groupId>jakarta.activation-api</groupId>
> >> >>           </exclusion>
> >> >>
> >> >> to work, but it seems like no matter where I exclude it, it keeps
> >> popping
> >> >> up.
> >> >>
> >> >> Jon
> >> >>
> >> >> On Thu, Sep 12, 2019 at 10:03 PM Jonathan Gallimore <
> >> >> jonathan.gallimore@gmail.com> wrote:
> >> >>
> >> >> > Awesome, thanks for the detail. I'm working on the PR now. I post
> >> >> updates
> >> >> > here as I have them. Intention is to have take 2 rolled by the end
> of
> >> >> the
> >> >> > evening.
> >> >> >
> >> >> > Have a safe flight!
> >> >> >
> >> >> > Jon
> >> >> >
> >> >> > On Thu, Sep 12, 2019 at 9:55 PM David Blevins <
> >> dblevins@tomitribe.com>
> >> >> > wrote:
> >> >> >
> >> >> >> Plane, but planet works too — although a slight exaggeration :)
> >> >> >>
> >> >> >> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <
> >> dblevins@tomitribe.com>
> >> >> >> wrote:
> >> >> >>
> >> >> >> > Had a longer response but the planet started boarding and now I
> >> have
> >> >> to
> >> >> >> > start again on cell :)
> >> >> >> >
> >> >> >> > Agree with all your removals.  Note on Jakarta activation 1.2,
> >> we’ll
> >> >> >> want
> >> >> >> > to eventually switch to Geronimo Activation 1.2 when we get that
> >> >> ready.
> >> >> >> >
> >> >> >> > We need to update the LICENSE and NOTICE files of each dust to
> add
> >> >> the
> >> >> >> EPL
> >> >> >> > v2.  When I looked at this a few days ago, I also noticed only
> >> some
> >> >> of
> >> >> >> them
> >> >> >> > had the EPL v1, so that should get fixed as well; all our dists
> >> have
> >> >> the
> >> >> >> > ecj jar so need the EPL v1.
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> >> >> >> > jonathan.gallimore@gmail.com> wrote:
> >> >> >> >
> >> >> >> >> Here's the same analysis on TomEE 7.0.6:
> >> >> >> >>
> >> >> >> >> javax.activation:
> >> >> >> >> - lib/activation-1.1.jar
> >> >> >> >> - lib/javaee-api-7.0-1.jar
> >> >> >> >>
> >> >> >> >> javax.xml.stream:
> >> >> >> >> - lib/stax-api-1.0-2.jar
> >> >> >> >> - lib/javaee-api-7.0-1.jar
> >> >> >> >>
> >> >> >> >> javax/xml/ws/EndpointReference.class,
> >> >> >> javax/xml/ws/WebServiceFeature.class
> >> >> >> >> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >> >> >> >> - lib/openejb-client-7.0.6.jar
> >> >> >> >> - lib/javaee-api-7.0-1.jar
> >> >> >> >>
> >> >> >> >> So I think removing the following is the way to go:
> >> >> >> >>
> >> >> >> >> geronimo-activation_1.1_spec-1.1.jar (covered by
> >> >> >> >> jakarta.activation-1.2.1.jar)
> >> >> >> >> jakarta.activation-api-1.2.1.jar  (covered by
> >> >> >> >> jakarta.activation-1.2.1.jar)
> >> >> >> >> geronimo-interceptor_1.2_spec-1.0.jar (covered by
> >> >> javaee-api-8.0-2.jar)
> >> >> >> >> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> >> >> >> >> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> >> >> >> >> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> >> >> >> >> jakarta.xml.soap-api-1.4.1.jar (covered by
> javaee-api-8.0-2.jar)
> >> >> >> >>
> >> >> >> >> I'll get started, but please do shout if that looks wrong.
> >> >> >> >>
> >> >> >> >> Jon
> >> >> >> >>
> >> >> >> >> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
> >> >> david.blevins@gmail.com
> >> >> >> >
> >> >> >> >> wrote:
> >> >> >> >>
> >> >> >> >> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> >> >> >> >> > jonathan.gallimore@gmail.com> wrote:
> >> >> >> >> > >
> >> >> >> >> > > Also, I'll take a look at openejb-client, but I'm not too
> >> sure
> >> >> >> what do
> >> >> >> >> > with
> >> >> >> >> > > this conflict:
> >> >> >> >> > >
> >> >> >> >> > > javax/xml/ws/EndpointReference.class,
> >> >> >> >> > javax/xml/ws/WebServiceFeature.class
> >> >> >> >> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >> >> >> >> > >
> >> >> >> >> > > - javaee-api-8.0-2.jar
> >> >> >> >> > > - openejb-client-8.0.0.jar
> >> >> >> >> > >
> >> >> >> >> > > Any thoughts?
> >> >> >> >> >
> >> >> >> >> > Only suspecting it might have already been there in a past
> >> >> release.
> >> >> >> >> >
> >> >> >> >> > If that's the case, IMO, any conflicts that were there in
> 7.x,
> >> we
> >> >> >> ignore
> >> >> >> >> > for now.  So if this one is status quo, it's fine.
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >> > -David
> >> >> >> >> >
> >> >> >> >> >
> >> >> >> >>
> >> >> >> > --
> >> >> >> > Sent from Gmail Mobile
> >> >> >> >
> >> >> >> --
> >> >> >> Sent from Gmail Mobile
> >> >> >>
> >> >> >
> >> >>
> >> > --
> >> > Sent from Gmail Mobile
> >> >
> >> --
> >> Sent from Gmail Mobile
> >>
> >
>
-- 
Sent from Gmail Mobile

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Ok, got further. Hopefully now just update the license file, and then roll
the release.

Jon

On Fri, Sep 13, 2019 at 12:23 AM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Tried that, right next to where swizzle-stream is removed - get this - it
> didn't work. Also tried the installer - same. I fear my sanity is leaving
> me...
>
> Jon
>
> On Fri, Sep 13, 2019 at 12:19 AM David Blevins <db...@tomitribe.com>
> wrote:
>
>> Somewhere in here:
>>
>> -
>>
>> https://github.com/apache/tomee/blob/master/tomee/apache-tomee/src/main/groovy/commands/SetupCommand.groovy#L58
>>
>> Hello from SFO baggage claim in route to CodeOne! :)
>>
>> On Thu, Sep 12, 2019 at 4:00 PM David Blevins <db...@tomitribe.com>
>> wrote:
>>
>> > If you find it too difficult a plan b could be to hack the Setup (or
>> > whatever it’s called) java code that turns the war files into the
>> assembly.
>> >
>> > I.e. add a line to delete it.
>> >
>> > On Thu, Sep 12, 2019 at 3:46 PM Jonathan Gallimore <
>> > jonathan.gallimore@gmail.com> wrote:
>> >
>> >> If anyone knows how to exclude jakarta.activation-api in the new bom
>> >> module, I'd sure appreciate the help. I'd expect
>> >>
>> >>           <exclusion> <!-- Is already included in java-ee-api -->
>> >>             <artifactId>jakarta.activation</artifactId>
>> >>             <groupId>jakarta.activation-api</groupId>
>> >>           </exclusion>
>> >>
>> >> to work, but it seems like no matter where I exclude it, it keeps
>> popping
>> >> up.
>> >>
>> >> Jon
>> >>
>> >> On Thu, Sep 12, 2019 at 10:03 PM Jonathan Gallimore <
>> >> jonathan.gallimore@gmail.com> wrote:
>> >>
>> >> > Awesome, thanks for the detail. I'm working on the PR now. I post
>> >> updates
>> >> > here as I have them. Intention is to have take 2 rolled by the end of
>> >> the
>> >> > evening.
>> >> >
>> >> > Have a safe flight!
>> >> >
>> >> > Jon
>> >> >
>> >> > On Thu, Sep 12, 2019 at 9:55 PM David Blevins <
>> dblevins@tomitribe.com>
>> >> > wrote:
>> >> >
>> >> >> Plane, but planet works too — although a slight exaggeration :)
>> >> >>
>> >> >> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <
>> dblevins@tomitribe.com>
>> >> >> wrote:
>> >> >>
>> >> >> > Had a longer response but the planet started boarding and now I
>> have
>> >> to
>> >> >> > start again on cell :)
>> >> >> >
>> >> >> > Agree with all your removals.  Note on Jakarta activation 1.2,
>> we’ll
>> >> >> want
>> >> >> > to eventually switch to Geronimo Activation 1.2 when we get that
>> >> ready.
>> >> >> >
>> >> >> > We need to update the LICENSE and NOTICE files of each dust to add
>> >> the
>> >> >> EPL
>> >> >> > v2.  When I looked at this a few days ago, I also noticed only
>> some
>> >> of
>> >> >> them
>> >> >> > had the EPL v1, so that should get fixed as well; all our dists
>> have
>> >> the
>> >> >> > ecj jar so need the EPL v1.
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
>> >> >> > jonathan.gallimore@gmail.com> wrote:
>> >> >> >
>> >> >> >> Here's the same analysis on TomEE 7.0.6:
>> >> >> >>
>> >> >> >> javax.activation:
>> >> >> >> - lib/activation-1.1.jar
>> >> >> >> - lib/javaee-api-7.0-1.jar
>> >> >> >>
>> >> >> >> javax.xml.stream:
>> >> >> >> - lib/stax-api-1.0-2.jar
>> >> >> >> - lib/javaee-api-7.0-1.jar
>> >> >> >>
>> >> >> >> javax/xml/ws/EndpointReference.class,
>> >> >> javax/xml/ws/WebServiceFeature.class
>> >> >> >> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>> >> >> >> - lib/openejb-client-7.0.6.jar
>> >> >> >> - lib/javaee-api-7.0-1.jar
>> >> >> >>
>> >> >> >> So I think removing the following is the way to go:
>> >> >> >>
>> >> >> >> geronimo-activation_1.1_spec-1.1.jar (covered by
>> >> >> >> jakarta.activation-1.2.1.jar)
>> >> >> >> jakarta.activation-api-1.2.1.jar  (covered by
>> >> >> >> jakarta.activation-1.2.1.jar)
>> >> >> >> geronimo-interceptor_1.2_spec-1.0.jar (covered by
>> >> javaee-api-8.0-2.jar)
>> >> >> >> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
>> >> >> >> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
>> >> >> >> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
>> >> >> >> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
>> >> >> >>
>> >> >> >> I'll get started, but please do shout if that looks wrong.
>> >> >> >>
>> >> >> >> Jon
>> >> >> >>
>> >> >> >> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
>> >> david.blevins@gmail.com
>> >> >> >
>> >> >> >> wrote:
>> >> >> >>
>> >> >> >> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
>> >> >> >> > jonathan.gallimore@gmail.com> wrote:
>> >> >> >> > >
>> >> >> >> > > Also, I'll take a look at openejb-client, but I'm not too
>> sure
>> >> >> what do
>> >> >> >> > with
>> >> >> >> > > this conflict:
>> >> >> >> > >
>> >> >> >> > > javax/xml/ws/EndpointReference.class,
>> >> >> >> > javax/xml/ws/WebServiceFeature.class
>> >> >> >> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>> >> >> >> > >
>> >> >> >> > > - javaee-api-8.0-2.jar
>> >> >> >> > > - openejb-client-8.0.0.jar
>> >> >> >> > >
>> >> >> >> > > Any thoughts?
>> >> >> >> >
>> >> >> >> > Only suspecting it might have already been there in a past
>> >> release.
>> >> >> >> >
>> >> >> >> > If that's the case, IMO, any conflicts that were there in 7.x,
>> we
>> >> >> ignore
>> >> >> >> > for now.  So if this one is status quo, it's fine.
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > -David
>> >> >> >> >
>> >> >> >> >
>> >> >> >>
>> >> >> > --
>> >> >> > Sent from Gmail Mobile
>> >> >> >
>> >> >> --
>> >> >> Sent from Gmail Mobile
>> >> >>
>> >> >
>> >>
>> > --
>> > Sent from Gmail Mobile
>> >
>> --
>> Sent from Gmail Mobile
>>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Tried that, right next to where swizzle-stream is removed - get this - it
didn't work. Also tried the installer - same. I fear my sanity is leaving
me...

Jon

On Fri, Sep 13, 2019 at 12:19 AM David Blevins <db...@tomitribe.com>
wrote:

> Somewhere in here:
>
> -
>
> https://github.com/apache/tomee/blob/master/tomee/apache-tomee/src/main/groovy/commands/SetupCommand.groovy#L58
>
> Hello from SFO baggage claim in route to CodeOne! :)
>
> On Thu, Sep 12, 2019 at 4:00 PM David Blevins <db...@tomitribe.com>
> wrote:
>
> > If you find it too difficult a plan b could be to hack the Setup (or
> > whatever it’s called) java code that turns the war files into the
> assembly.
> >
> > I.e. add a line to delete it.
> >
> > On Thu, Sep 12, 2019 at 3:46 PM Jonathan Gallimore <
> > jonathan.gallimore@gmail.com> wrote:
> >
> >> If anyone knows how to exclude jakarta.activation-api in the new bom
> >> module, I'd sure appreciate the help. I'd expect
> >>
> >>           <exclusion> <!-- Is already included in java-ee-api -->
> >>             <artifactId>jakarta.activation</artifactId>
> >>             <groupId>jakarta.activation-api</groupId>
> >>           </exclusion>
> >>
> >> to work, but it seems like no matter where I exclude it, it keeps
> popping
> >> up.
> >>
> >> Jon
> >>
> >> On Thu, Sep 12, 2019 at 10:03 PM Jonathan Gallimore <
> >> jonathan.gallimore@gmail.com> wrote:
> >>
> >> > Awesome, thanks for the detail. I'm working on the PR now. I post
> >> updates
> >> > here as I have them. Intention is to have take 2 rolled by the end of
> >> the
> >> > evening.
> >> >
> >> > Have a safe flight!
> >> >
> >> > Jon
> >> >
> >> > On Thu, Sep 12, 2019 at 9:55 PM David Blevins <dblevins@tomitribe.com
> >
> >> > wrote:
> >> >
> >> >> Plane, but planet works too — although a slight exaggeration :)
> >> >>
> >> >> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <
> dblevins@tomitribe.com>
> >> >> wrote:
> >> >>
> >> >> > Had a longer response but the planet started boarding and now I
> have
> >> to
> >> >> > start again on cell :)
> >> >> >
> >> >> > Agree with all your removals.  Note on Jakarta activation 1.2,
> we’ll
> >> >> want
> >> >> > to eventually switch to Geronimo Activation 1.2 when we get that
> >> ready.
> >> >> >
> >> >> > We need to update the LICENSE and NOTICE files of each dust to add
> >> the
> >> >> EPL
> >> >> > v2.  When I looked at this a few days ago, I also noticed only some
> >> of
> >> >> them
> >> >> > had the EPL v1, so that should get fixed as well; all our dists
> have
> >> the
> >> >> > ecj jar so need the EPL v1.
> >> >> >
> >> >> >
> >> >> >
> >> >> > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> >> >> > jonathan.gallimore@gmail.com> wrote:
> >> >> >
> >> >> >> Here's the same analysis on TomEE 7.0.6:
> >> >> >>
> >> >> >> javax.activation:
> >> >> >> - lib/activation-1.1.jar
> >> >> >> - lib/javaee-api-7.0-1.jar
> >> >> >>
> >> >> >> javax.xml.stream:
> >> >> >> - lib/stax-api-1.0-2.jar
> >> >> >> - lib/javaee-api-7.0-1.jar
> >> >> >>
> >> >> >> javax/xml/ws/EndpointReference.class,
> >> >> javax/xml/ws/WebServiceFeature.class
> >> >> >> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >> >> >> - lib/openejb-client-7.0.6.jar
> >> >> >> - lib/javaee-api-7.0-1.jar
> >> >> >>
> >> >> >> So I think removing the following is the way to go:
> >> >> >>
> >> >> >> geronimo-activation_1.1_spec-1.1.jar (covered by
> >> >> >> jakarta.activation-1.2.1.jar)
> >> >> >> jakarta.activation-api-1.2.1.jar  (covered by
> >> >> >> jakarta.activation-1.2.1.jar)
> >> >> >> geronimo-interceptor_1.2_spec-1.0.jar (covered by
> >> javaee-api-8.0-2.jar)
> >> >> >> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> >> >> >> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> >> >> >> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> >> >> >> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
> >> >> >>
> >> >> >> I'll get started, but please do shout if that looks wrong.
> >> >> >>
> >> >> >> Jon
> >> >> >>
> >> >> >> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
> >> david.blevins@gmail.com
> >> >> >
> >> >> >> wrote:
> >> >> >>
> >> >> >> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> >> >> >> > jonathan.gallimore@gmail.com> wrote:
> >> >> >> > >
> >> >> >> > > Also, I'll take a look at openejb-client, but I'm not too sure
> >> >> what do
> >> >> >> > with
> >> >> >> > > this conflict:
> >> >> >> > >
> >> >> >> > > javax/xml/ws/EndpointReference.class,
> >> >> >> > javax/xml/ws/WebServiceFeature.class
> >> >> >> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >> >> >> > >
> >> >> >> > > - javaee-api-8.0-2.jar
> >> >> >> > > - openejb-client-8.0.0.jar
> >> >> >> > >
> >> >> >> > > Any thoughts?
> >> >> >> >
> >> >> >> > Only suspecting it might have already been there in a past
> >> release.
> >> >> >> >
> >> >> >> > If that's the case, IMO, any conflicts that were there in 7.x,
> we
> >> >> ignore
> >> >> >> > for now.  So if this one is status quo, it's fine.
> >> >> >> >
> >> >> >> >
> >> >> >> > -David
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> > --
> >> >> > Sent from Gmail Mobile
> >> >> >
> >> >> --
> >> >> Sent from Gmail Mobile
> >> >>
> >> >
> >>
> > --
> > Sent from Gmail Mobile
> >
> --
> Sent from Gmail Mobile
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by David Blevins <db...@tomitribe.com>.
Somewhere in here:

-
https://github.com/apache/tomee/blob/master/tomee/apache-tomee/src/main/groovy/commands/SetupCommand.groovy#L58

Hello from SFO baggage claim in route to CodeOne! :)

On Thu, Sep 12, 2019 at 4:00 PM David Blevins <db...@tomitribe.com>
wrote:

> If you find it too difficult a plan b could be to hack the Setup (or
> whatever it’s called) java code that turns the war files into the assembly.
>
> I.e. add a line to delete it.
>
> On Thu, Sep 12, 2019 at 3:46 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
>> If anyone knows how to exclude jakarta.activation-api in the new bom
>> module, I'd sure appreciate the help. I'd expect
>>
>>           <exclusion> <!-- Is already included in java-ee-api -->
>>             <artifactId>jakarta.activation</artifactId>
>>             <groupId>jakarta.activation-api</groupId>
>>           </exclusion>
>>
>> to work, but it seems like no matter where I exclude it, it keeps popping
>> up.
>>
>> Jon
>>
>> On Thu, Sep 12, 2019 at 10:03 PM Jonathan Gallimore <
>> jonathan.gallimore@gmail.com> wrote:
>>
>> > Awesome, thanks for the detail. I'm working on the PR now. I post
>> updates
>> > here as I have them. Intention is to have take 2 rolled by the end of
>> the
>> > evening.
>> >
>> > Have a safe flight!
>> >
>> > Jon
>> >
>> > On Thu, Sep 12, 2019 at 9:55 PM David Blevins <db...@tomitribe.com>
>> > wrote:
>> >
>> >> Plane, but planet works too — although a slight exaggeration :)
>> >>
>> >> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <db...@tomitribe.com>
>> >> wrote:
>> >>
>> >> > Had a longer response but the planet started boarding and now I have
>> to
>> >> > start again on cell :)
>> >> >
>> >> > Agree with all your removals.  Note on Jakarta activation 1.2, we’ll
>> >> want
>> >> > to eventually switch to Geronimo Activation 1.2 when we get that
>> ready.
>> >> >
>> >> > We need to update the LICENSE and NOTICE files of each dust to add
>> the
>> >> EPL
>> >> > v2.  When I looked at this a few days ago, I also noticed only some
>> of
>> >> them
>> >> > had the EPL v1, so that should get fixed as well; all our dists have
>> the
>> >> > ecj jar so need the EPL v1.
>> >> >
>> >> >
>> >> >
>> >> > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
>> >> > jonathan.gallimore@gmail.com> wrote:
>> >> >
>> >> >> Here's the same analysis on TomEE 7.0.6:
>> >> >>
>> >> >> javax.activation:
>> >> >> - lib/activation-1.1.jar
>> >> >> - lib/javaee-api-7.0-1.jar
>> >> >>
>> >> >> javax.xml.stream:
>> >> >> - lib/stax-api-1.0-2.jar
>> >> >> - lib/javaee-api-7.0-1.jar
>> >> >>
>> >> >> javax/xml/ws/EndpointReference.class,
>> >> javax/xml/ws/WebServiceFeature.class
>> >> >> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>> >> >> - lib/openejb-client-7.0.6.jar
>> >> >> - lib/javaee-api-7.0-1.jar
>> >> >>
>> >> >> So I think removing the following is the way to go:
>> >> >>
>> >> >> geronimo-activation_1.1_spec-1.1.jar (covered by
>> >> >> jakarta.activation-1.2.1.jar)
>> >> >> jakarta.activation-api-1.2.1.jar  (covered by
>> >> >> jakarta.activation-1.2.1.jar)
>> >> >> geronimo-interceptor_1.2_spec-1.0.jar (covered by
>> javaee-api-8.0-2.jar)
>> >> >> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
>> >> >> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
>> >> >> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
>> >> >> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
>> >> >>
>> >> >> I'll get started, but please do shout if that looks wrong.
>> >> >>
>> >> >> Jon
>> >> >>
>> >> >> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
>> david.blevins@gmail.com
>> >> >
>> >> >> wrote:
>> >> >>
>> >> >> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
>> >> >> > jonathan.gallimore@gmail.com> wrote:
>> >> >> > >
>> >> >> > > Also, I'll take a look at openejb-client, but I'm not too sure
>> >> what do
>> >> >> > with
>> >> >> > > this conflict:
>> >> >> > >
>> >> >> > > javax/xml/ws/EndpointReference.class,
>> >> >> > javax/xml/ws/WebServiceFeature.class
>> >> >> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>> >> >> > >
>> >> >> > > - javaee-api-8.0-2.jar
>> >> >> > > - openejb-client-8.0.0.jar
>> >> >> > >
>> >> >> > > Any thoughts?
>> >> >> >
>> >> >> > Only suspecting it might have already been there in a past
>> release.
>> >> >> >
>> >> >> > If that's the case, IMO, any conflicts that were there in 7.x, we
>> >> ignore
>> >> >> > for now.  So if this one is status quo, it's fine.
>> >> >> >
>> >> >> >
>> >> >> > -David
>> >> >> >
>> >> >> >
>> >> >>
>> >> > --
>> >> > Sent from Gmail Mobile
>> >> >
>> >> --
>> >> Sent from Gmail Mobile
>> >>
>> >
>>
> --
> Sent from Gmail Mobile
>
-- 
Sent from Gmail Mobile

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
I appreciate it. Been hacking away with mvn dependency:tree for what feels
like ages now. Adding the <exclusion> on that bom pom.xml seems to make no
difference. Adding the exclusion to everywhere the bom was referenced in
the whole project, and it still shows up in the tree. :-O

Jon

On Fri, Sep 13, 2019 at 12:20 AM David Jencks <da...@gmail.com>
wrote:

> I haven’t tried anything like this in years, but I think there’s a maven
> dependency plugin command that produces a graph; grepping this for the
> problem child may show all the paths to it.
>
> Hope this might help...
> David Jencks
>
> Sent from my iPhone
>
> > On Sep 12, 2019, at 4:07 PM, Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
> >
> > That's a good suggestion, thank you. Must admit, I'm surprised. I thought
> > the whole bom thing was meant to make this easier. I must be missing
> > something.
> >
> > Jon
> >
> > On Fri, Sep 13, 2019 at 12:00 AM David Blevins <db...@tomitribe.com>
> > wrote:
> >
> >> If you find it too difficult a plan b could be to hack the Setup (or
> >> whatever it’s called) java code that turns the war files into the
> assembly.
> >>
> >> I.e. add a line to delete it.
> >>
> >> On Thu, Sep 12, 2019 at 3:46 PM Jonathan Gallimore <
> >> jonathan.gallimore@gmail.com> wrote:
> >>
> >>> If anyone knows how to exclude jakarta.activation-api in the new bom
> >>> module, I'd sure appreciate the help. I'd expect
> >>>
> >>>          <exclusion> <!-- Is already included in java-ee-api -->
> >>>            <artifactId>jakarta.activation</artifactId>
> >>>            <groupId>jakarta.activation-api</groupId>
> >>>          </exclusion>
> >>>
> >>> to work, but it seems like no matter where I exclude it, it keeps
> popping
> >>> up.
> >>>
> >>> Jon
> >>>
> >>> On Thu, Sep 12, 2019 at 10:03 PM Jonathan Gallimore <
> >>> jonathan.gallimore@gmail.com> wrote:
> >>>
> >>>> Awesome, thanks for the detail. I'm working on the PR now. I post
> >> updates
> >>>> here as I have them. Intention is to have take 2 rolled by the end of
> >> the
> >>>> evening.
> >>>>
> >>>> Have a safe flight!
> >>>>
> >>>> Jon
> >>>>
> >>>> On Thu, Sep 12, 2019 at 9:55 PM David Blevins <dblevins@tomitribe.com
> >
> >>>> wrote:
> >>>>
> >>>>> Plane, but planet works too — although a slight exaggeration :)
> >>>>>
> >>>>> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <
> dblevins@tomitribe.com
> >>>
> >>>>> wrote:
> >>>>>
> >>>>>> Had a longer response but the planet started boarding and now I have
> >>> to
> >>>>>> start again on cell :)
> >>>>>>
> >>>>>> Agree with all your removals.  Note on Jakarta activation 1.2, we’ll
> >>>>> want
> >>>>>> to eventually switch to Geronimo Activation 1.2 when we get that
> >>> ready.
> >>>>>>
> >>>>>> We need to update the LICENSE and NOTICE files of each dust to add
> >> the
> >>>>> EPL
> >>>>>> v2.  When I looked at this a few days ago, I also noticed only some
> >> of
> >>>>> them
> >>>>>> had the EPL v1, so that should get fixed as well; all our dists have
> >>> the
> >>>>>> ecj jar so need the EPL v1.
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> >>>>>> jonathan.gallimore@gmail.com> wrote:
> >>>>>>
> >>>>>>> Here's the same analysis on TomEE 7.0.6:
> >>>>>>>
> >>>>>>> javax.activation:
> >>>>>>> - lib/activation-1.1.jar
> >>>>>>> - lib/javaee-api-7.0-1.jar
> >>>>>>>
> >>>>>>> javax.xml.stream:
> >>>>>>> - lib/stax-api-1.0-2.jar
> >>>>>>> - lib/javaee-api-7.0-1.jar
> >>>>>>>
> >>>>>>> javax/xml/ws/EndpointReference.class,
> >>>>> javax/xml/ws/WebServiceFeature.class
> >>>>>>> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >>>>>>> - lib/openejb-client-7.0.6.jar
> >>>>>>> - lib/javaee-api-7.0-1.jar
> >>>>>>>
> >>>>>>> So I think removing the following is the way to go:
> >>>>>>>
> >>>>>>> geronimo-activation_1.1_spec-1.1.jar (covered by
> >>>>>>> jakarta.activation-1.2.1.jar)
> >>>>>>> jakarta.activation-api-1.2.1.jar  (covered by
> >>>>>>> jakarta.activation-1.2.1.jar)
> >>>>>>> geronimo-interceptor_1.2_spec-1.0.jar (covered by
> >>> javaee-api-8.0-2.jar)
> >>>>>>> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> >>>>>>> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> >>>>>>> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> >>>>>>> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
> >>>>>>>
> >>>>>>> I'll get started, but please do shout if that looks wrong.
> >>>>>>>
> >>>>>>> Jon
> >>>>>>>
> >>>>>>> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
> >>> david.blevins@gmail.com
> >>>>>>
> >>>>>>> wrote:
> >>>>>>>
> >>>>>>>>> On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> >>>>>>>> jonathan.gallimore@gmail.com> wrote:
> >>>>>>>>>
> >>>>>>>>> Also, I'll take a look at openejb-client, but I'm not too sure
> >>>>> what do
> >>>>>>>> with
> >>>>>>>>> this conflict:
> >>>>>>>>>
> >>>>>>>>> javax/xml/ws/EndpointReference.class,
> >>>>>>>> javax/xml/ws/WebServiceFeature.class
> >>>>>>>>> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >>>>>>>>>
> >>>>>>>>> - javaee-api-8.0-2.jar
> >>>>>>>>> - openejb-client-8.0.0.jar
> >>>>>>>>>
> >>>>>>>>> Any thoughts?
> >>>>>>>>
> >>>>>>>> Only suspecting it might have already been there in a past
> >> release.
> >>>>>>>>
> >>>>>>>> If that's the case, IMO, any conflicts that were there in 7.x, we
> >>>>> ignore
> >>>>>>>> for now.  So if this one is status quo, it's fine.
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> -David
> >>>>>>>>
> >>>>>>>>
> >>>>>>>
> >>>>>> --
> >>>>>> Sent from Gmail Mobile
> >>>>>>
> >>>>> --
> >>>>> Sent from Gmail Mobile
> >>>>>
> >>>>
> >>>
> >> --
> >> Sent from Gmail Mobile
> >>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by David Jencks <da...@gmail.com>.
I haven’t tried anything like this in years, but I think there’s a maven dependency plugin command that produces a graph; grepping this for the problem child may show all the paths to it.

Hope this might help...
David Jencks 

Sent from my iPhone

> On Sep 12, 2019, at 4:07 PM, Jonathan Gallimore <jo...@gmail.com> wrote:
> 
> That's a good suggestion, thank you. Must admit, I'm surprised. I thought
> the whole bom thing was meant to make this easier. I must be missing
> something.
> 
> Jon
> 
> On Fri, Sep 13, 2019 at 12:00 AM David Blevins <db...@tomitribe.com>
> wrote:
> 
>> If you find it too difficult a plan b could be to hack the Setup (or
>> whatever it’s called) java code that turns the war files into the assembly.
>> 
>> I.e. add a line to delete it.
>> 
>> On Thu, Sep 12, 2019 at 3:46 PM Jonathan Gallimore <
>> jonathan.gallimore@gmail.com> wrote:
>> 
>>> If anyone knows how to exclude jakarta.activation-api in the new bom
>>> module, I'd sure appreciate the help. I'd expect
>>> 
>>>          <exclusion> <!-- Is already included in java-ee-api -->
>>>            <artifactId>jakarta.activation</artifactId>
>>>            <groupId>jakarta.activation-api</groupId>
>>>          </exclusion>
>>> 
>>> to work, but it seems like no matter where I exclude it, it keeps popping
>>> up.
>>> 
>>> Jon
>>> 
>>> On Thu, Sep 12, 2019 at 10:03 PM Jonathan Gallimore <
>>> jonathan.gallimore@gmail.com> wrote:
>>> 
>>>> Awesome, thanks for the detail. I'm working on the PR now. I post
>> updates
>>>> here as I have them. Intention is to have take 2 rolled by the end of
>> the
>>>> evening.
>>>> 
>>>> Have a safe flight!
>>>> 
>>>> Jon
>>>> 
>>>> On Thu, Sep 12, 2019 at 9:55 PM David Blevins <db...@tomitribe.com>
>>>> wrote:
>>>> 
>>>>> Plane, but planet works too — although a slight exaggeration :)
>>>>> 
>>>>> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <dblevins@tomitribe.com
>>> 
>>>>> wrote:
>>>>> 
>>>>>> Had a longer response but the planet started boarding and now I have
>>> to
>>>>>> start again on cell :)
>>>>>> 
>>>>>> Agree with all your removals.  Note on Jakarta activation 1.2, we’ll
>>>>> want
>>>>>> to eventually switch to Geronimo Activation 1.2 when we get that
>>> ready.
>>>>>> 
>>>>>> We need to update the LICENSE and NOTICE files of each dust to add
>> the
>>>>> EPL
>>>>>> v2.  When I looked at this a few days ago, I also noticed only some
>> of
>>>>> them
>>>>>> had the EPL v1, so that should get fixed as well; all our dists have
>>> the
>>>>>> ecj jar so need the EPL v1.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
>>>>>> jonathan.gallimore@gmail.com> wrote:
>>>>>> 
>>>>>>> Here's the same analysis on TomEE 7.0.6:
>>>>>>> 
>>>>>>> javax.activation:
>>>>>>> - lib/activation-1.1.jar
>>>>>>> - lib/javaee-api-7.0-1.jar
>>>>>>> 
>>>>>>> javax.xml.stream:
>>>>>>> - lib/stax-api-1.0-2.jar
>>>>>>> - lib/javaee-api-7.0-1.jar
>>>>>>> 
>>>>>>> javax/xml/ws/EndpointReference.class,
>>>>> javax/xml/ws/WebServiceFeature.class
>>>>>>> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>>>>>>> - lib/openejb-client-7.0.6.jar
>>>>>>> - lib/javaee-api-7.0-1.jar
>>>>>>> 
>>>>>>> So I think removing the following is the way to go:
>>>>>>> 
>>>>>>> geronimo-activation_1.1_spec-1.1.jar (covered by
>>>>>>> jakarta.activation-1.2.1.jar)
>>>>>>> jakarta.activation-api-1.2.1.jar  (covered by
>>>>>>> jakarta.activation-1.2.1.jar)
>>>>>>> geronimo-interceptor_1.2_spec-1.0.jar (covered by
>>> javaee-api-8.0-2.jar)
>>>>>>> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
>>>>>>> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
>>>>>>> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
>>>>>>> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
>>>>>>> 
>>>>>>> I'll get started, but please do shout if that looks wrong.
>>>>>>> 
>>>>>>> Jon
>>>>>>> 
>>>>>>> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
>>> david.blevins@gmail.com
>>>>>> 
>>>>>>> wrote:
>>>>>>> 
>>>>>>>>> On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
>>>>>>>> jonathan.gallimore@gmail.com> wrote:
>>>>>>>>> 
>>>>>>>>> Also, I'll take a look at openejb-client, but I'm not too sure
>>>>> what do
>>>>>>>> with
>>>>>>>>> this conflict:
>>>>>>>>> 
>>>>>>>>> javax/xml/ws/EndpointReference.class,
>>>>>>>> javax/xml/ws/WebServiceFeature.class
>>>>>>>>> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>>>>>>>>> 
>>>>>>>>> - javaee-api-8.0-2.jar
>>>>>>>>> - openejb-client-8.0.0.jar
>>>>>>>>> 
>>>>>>>>> Any thoughts?
>>>>>>>> 
>>>>>>>> Only suspecting it might have already been there in a past
>> release.
>>>>>>>> 
>>>>>>>> If that's the case, IMO, any conflicts that were there in 7.x, we
>>>>> ignore
>>>>>>>> for now.  So if this one is status quo, it's fine.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> -David
>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> --
>>>>>> Sent from Gmail Mobile
>>>>>> 
>>>>> --
>>>>> Sent from Gmail Mobile
>>>>> 
>>>> 
>>> 
>> --
>> Sent from Gmail Mobile
>> 

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
That's a good suggestion, thank you. Must admit, I'm surprised. I thought
the whole bom thing was meant to make this easier. I must be missing
something.

Jon

On Fri, Sep 13, 2019 at 12:00 AM David Blevins <db...@tomitribe.com>
wrote:

> If you find it too difficult a plan b could be to hack the Setup (or
> whatever it’s called) java code that turns the war files into the assembly.
>
> I.e. add a line to delete it.
>
> On Thu, Sep 12, 2019 at 3:46 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > If anyone knows how to exclude jakarta.activation-api in the new bom
> > module, I'd sure appreciate the help. I'd expect
> >
> >           <exclusion> <!-- Is already included in java-ee-api -->
> >             <artifactId>jakarta.activation</artifactId>
> >             <groupId>jakarta.activation-api</groupId>
> >           </exclusion>
> >
> > to work, but it seems like no matter where I exclude it, it keeps popping
> > up.
> >
> > Jon
> >
> > On Thu, Sep 12, 2019 at 10:03 PM Jonathan Gallimore <
> > jonathan.gallimore@gmail.com> wrote:
> >
> > > Awesome, thanks for the detail. I'm working on the PR now. I post
> updates
> > > here as I have them. Intention is to have take 2 rolled by the end of
> the
> > > evening.
> > >
> > > Have a safe flight!
> > >
> > > Jon
> > >
> > > On Thu, Sep 12, 2019 at 9:55 PM David Blevins <db...@tomitribe.com>
> > > wrote:
> > >
> > >> Plane, but planet works too — although a slight exaggeration :)
> > >>
> > >> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <dblevins@tomitribe.com
> >
> > >> wrote:
> > >>
> > >> > Had a longer response but the planet started boarding and now I have
> > to
> > >> > start again on cell :)
> > >> >
> > >> > Agree with all your removals.  Note on Jakarta activation 1.2, we’ll
> > >> want
> > >> > to eventually switch to Geronimo Activation 1.2 when we get that
> > ready.
> > >> >
> > >> > We need to update the LICENSE and NOTICE files of each dust to add
> the
> > >> EPL
> > >> > v2.  When I looked at this a few days ago, I also noticed only some
> of
> > >> them
> > >> > had the EPL v1, so that should get fixed as well; all our dists have
> > the
> > >> > ecj jar so need the EPL v1.
> > >> >
> > >> >
> > >> >
> > >> > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> > >> > jonathan.gallimore@gmail.com> wrote:
> > >> >
> > >> >> Here's the same analysis on TomEE 7.0.6:
> > >> >>
> > >> >> javax.activation:
> > >> >> - lib/activation-1.1.jar
> > >> >> - lib/javaee-api-7.0-1.jar
> > >> >>
> > >> >> javax.xml.stream:
> > >> >> - lib/stax-api-1.0-2.jar
> > >> >> - lib/javaee-api-7.0-1.jar
> > >> >>
> > >> >> javax/xml/ws/EndpointReference.class,
> > >> javax/xml/ws/WebServiceFeature.class
> > >> >> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > >> >> - lib/openejb-client-7.0.6.jar
> > >> >> - lib/javaee-api-7.0-1.jar
> > >> >>
> > >> >> So I think removing the following is the way to go:
> > >> >>
> > >> >> geronimo-activation_1.1_spec-1.1.jar (covered by
> > >> >> jakarta.activation-1.2.1.jar)
> > >> >> jakarta.activation-api-1.2.1.jar  (covered by
> > >> >> jakarta.activation-1.2.1.jar)
> > >> >> geronimo-interceptor_1.2_spec-1.0.jar (covered by
> > javaee-api-8.0-2.jar)
> > >> >> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> > >> >> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> > >> >> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> > >> >> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
> > >> >>
> > >> >> I'll get started, but please do shout if that looks wrong.
> > >> >>
> > >> >> Jon
> > >> >>
> > >> >> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
> > david.blevins@gmail.com
> > >> >
> > >> >> wrote:
> > >> >>
> > >> >> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> > >> >> > jonathan.gallimore@gmail.com> wrote:
> > >> >> > >
> > >> >> > > Also, I'll take a look at openejb-client, but I'm not too sure
> > >> what do
> > >> >> > with
> > >> >> > > this conflict:
> > >> >> > >
> > >> >> > > javax/xml/ws/EndpointReference.class,
> > >> >> > javax/xml/ws/WebServiceFeature.class
> > >> >> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > >> >> > >
> > >> >> > > - javaee-api-8.0-2.jar
> > >> >> > > - openejb-client-8.0.0.jar
> > >> >> > >
> > >> >> > > Any thoughts?
> > >> >> >
> > >> >> > Only suspecting it might have already been there in a past
> release.
> > >> >> >
> > >> >> > If that's the case, IMO, any conflicts that were there in 7.x, we
> > >> ignore
> > >> >> > for now.  So if this one is status quo, it's fine.
> > >> >> >
> > >> >> >
> > >> >> > -David
> > >> >> >
> > >> >> >
> > >> >>
> > >> > --
> > >> > Sent from Gmail Mobile
> > >> >
> > >> --
> > >> Sent from Gmail Mobile
> > >>
> > >
> >
> --
> Sent from Gmail Mobile
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by David Blevins <db...@tomitribe.com>.
If you find it too difficult a plan b could be to hack the Setup (or
whatever it’s called) java code that turns the war files into the assembly.

I.e. add a line to delete it.

On Thu, Sep 12, 2019 at 3:46 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> If anyone knows how to exclude jakarta.activation-api in the new bom
> module, I'd sure appreciate the help. I'd expect
>
>           <exclusion> <!-- Is already included in java-ee-api -->
>             <artifactId>jakarta.activation</artifactId>
>             <groupId>jakarta.activation-api</groupId>
>           </exclusion>
>
> to work, but it seems like no matter where I exclude it, it keeps popping
> up.
>
> Jon
>
> On Thu, Sep 12, 2019 at 10:03 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > Awesome, thanks for the detail. I'm working on the PR now. I post updates
> > here as I have them. Intention is to have take 2 rolled by the end of the
> > evening.
> >
> > Have a safe flight!
> >
> > Jon
> >
> > On Thu, Sep 12, 2019 at 9:55 PM David Blevins <db...@tomitribe.com>
> > wrote:
> >
> >> Plane, but planet works too — although a slight exaggeration :)
> >>
> >> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <db...@tomitribe.com>
> >> wrote:
> >>
> >> > Had a longer response but the planet started boarding and now I have
> to
> >> > start again on cell :)
> >> >
> >> > Agree with all your removals.  Note on Jakarta activation 1.2, we’ll
> >> want
> >> > to eventually switch to Geronimo Activation 1.2 when we get that
> ready.
> >> >
> >> > We need to update the LICENSE and NOTICE files of each dust to add the
> >> EPL
> >> > v2.  When I looked at this a few days ago, I also noticed only some of
> >> them
> >> > had the EPL v1, so that should get fixed as well; all our dists have
> the
> >> > ecj jar so need the EPL v1.
> >> >
> >> >
> >> >
> >> > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> >> > jonathan.gallimore@gmail.com> wrote:
> >> >
> >> >> Here's the same analysis on TomEE 7.0.6:
> >> >>
> >> >> javax.activation:
> >> >> - lib/activation-1.1.jar
> >> >> - lib/javaee-api-7.0-1.jar
> >> >>
> >> >> javax.xml.stream:
> >> >> - lib/stax-api-1.0-2.jar
> >> >> - lib/javaee-api-7.0-1.jar
> >> >>
> >> >> javax/xml/ws/EndpointReference.class,
> >> javax/xml/ws/WebServiceFeature.class
> >> >> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >> >> - lib/openejb-client-7.0.6.jar
> >> >> - lib/javaee-api-7.0-1.jar
> >> >>
> >> >> So I think removing the following is the way to go:
> >> >>
> >> >> geronimo-activation_1.1_spec-1.1.jar (covered by
> >> >> jakarta.activation-1.2.1.jar)
> >> >> jakarta.activation-api-1.2.1.jar  (covered by
> >> >> jakarta.activation-1.2.1.jar)
> >> >> geronimo-interceptor_1.2_spec-1.0.jar (covered by
> javaee-api-8.0-2.jar)
> >> >> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> >> >> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> >> >> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> >> >> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
> >> >>
> >> >> I'll get started, but please do shout if that looks wrong.
> >> >>
> >> >> Jon
> >> >>
> >> >> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <
> david.blevins@gmail.com
> >> >
> >> >> wrote:
> >> >>
> >> >> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> >> >> > jonathan.gallimore@gmail.com> wrote:
> >> >> > >
> >> >> > > Also, I'll take a look at openejb-client, but I'm not too sure
> >> what do
> >> >> > with
> >> >> > > this conflict:
> >> >> > >
> >> >> > > javax/xml/ws/EndpointReference.class,
> >> >> > javax/xml/ws/WebServiceFeature.class
> >> >> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >> >> > >
> >> >> > > - javaee-api-8.0-2.jar
> >> >> > > - openejb-client-8.0.0.jar
> >> >> > >
> >> >> > > Any thoughts?
> >> >> >
> >> >> > Only suspecting it might have already been there in a past release.
> >> >> >
> >> >> > If that's the case, IMO, any conflicts that were there in 7.x, we
> >> ignore
> >> >> > for now.  So if this one is status quo, it's fine.
> >> >> >
> >> >> >
> >> >> > -David
> >> >> >
> >> >> >
> >> >>
> >> > --
> >> > Sent from Gmail Mobile
> >> >
> >> --
> >> Sent from Gmail Mobile
> >>
> >
>
-- 
Sent from Gmail Mobile

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
If anyone knows how to exclude jakarta.activation-api in the new bom
module, I'd sure appreciate the help. I'd expect

          <exclusion> <!-- Is already included in java-ee-api -->
            <artifactId>jakarta.activation</artifactId>
            <groupId>jakarta.activation-api</groupId>
          </exclusion>

to work, but it seems like no matter where I exclude it, it keeps popping
up.

Jon

On Thu, Sep 12, 2019 at 10:03 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Awesome, thanks for the detail. I'm working on the PR now. I post updates
> here as I have them. Intention is to have take 2 rolled by the end of the
> evening.
>
> Have a safe flight!
>
> Jon
>
> On Thu, Sep 12, 2019 at 9:55 PM David Blevins <db...@tomitribe.com>
> wrote:
>
>> Plane, but planet works too — although a slight exaggeration :)
>>
>> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <db...@tomitribe.com>
>> wrote:
>>
>> > Had a longer response but the planet started boarding and now I have to
>> > start again on cell :)
>> >
>> > Agree with all your removals.  Note on Jakarta activation 1.2, we’ll
>> want
>> > to eventually switch to Geronimo Activation 1.2 when we get that ready.
>> >
>> > We need to update the LICENSE and NOTICE files of each dust to add the
>> EPL
>> > v2.  When I looked at this a few days ago, I also noticed only some of
>> them
>> > had the EPL v1, so that should get fixed as well; all our dists have the
>> > ecj jar so need the EPL v1.
>> >
>> >
>> >
>> > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
>> > jonathan.gallimore@gmail.com> wrote:
>> >
>> >> Here's the same analysis on TomEE 7.0.6:
>> >>
>> >> javax.activation:
>> >> - lib/activation-1.1.jar
>> >> - lib/javaee-api-7.0-1.jar
>> >>
>> >> javax.xml.stream:
>> >> - lib/stax-api-1.0-2.jar
>> >> - lib/javaee-api-7.0-1.jar
>> >>
>> >> javax/xml/ws/EndpointReference.class,
>> javax/xml/ws/WebServiceFeature.class
>> >> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>> >> - lib/openejb-client-7.0.6.jar
>> >> - lib/javaee-api-7.0-1.jar
>> >>
>> >> So I think removing the following is the way to go:
>> >>
>> >> geronimo-activation_1.1_spec-1.1.jar (covered by
>> >> jakarta.activation-1.2.1.jar)
>> >> jakarta.activation-api-1.2.1.jar  (covered by
>> >> jakarta.activation-1.2.1.jar)
>> >> geronimo-interceptor_1.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
>> >> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
>> >> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
>> >> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
>> >> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
>> >>
>> >> I'll get started, but please do shout if that looks wrong.
>> >>
>> >> Jon
>> >>
>> >> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <david.blevins@gmail.com
>> >
>> >> wrote:
>> >>
>> >> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
>> >> > jonathan.gallimore@gmail.com> wrote:
>> >> > >
>> >> > > Also, I'll take a look at openejb-client, but I'm not too sure
>> what do
>> >> > with
>> >> > > this conflict:
>> >> > >
>> >> > > javax/xml/ws/EndpointReference.class,
>> >> > javax/xml/ws/WebServiceFeature.class
>> >> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>> >> > >
>> >> > > - javaee-api-8.0-2.jar
>> >> > > - openejb-client-8.0.0.jar
>> >> > >
>> >> > > Any thoughts?
>> >> >
>> >> > Only suspecting it might have already been there in a past release.
>> >> >
>> >> > If that's the case, IMO, any conflicts that were there in 7.x, we
>> ignore
>> >> > for now.  So if this one is status quo, it's fine.
>> >> >
>> >> >
>> >> > -David
>> >> >
>> >> >
>> >>
>> > --
>> > Sent from Gmail Mobile
>> >
>> --
>> Sent from Gmail Mobile
>>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Awesome, thanks for the detail. I'm working on the PR now. I post updates
here as I have them. Intention is to have take 2 rolled by the end of the
evening.

Have a safe flight!

Jon

On Thu, Sep 12, 2019 at 9:55 PM David Blevins <db...@tomitribe.com>
wrote:

> Plane, but planet works too — although a slight exaggeration :)
>
> On Thu, Sep 12, 2019 at 1:53 PM David Blevins <db...@tomitribe.com>
> wrote:
>
> > Had a longer response but the planet started boarding and now I have to
> > start again on cell :)
> >
> > Agree with all your removals.  Note on Jakarta activation 1.2, we’ll want
> > to eventually switch to Geronimo Activation 1.2 when we get that ready.
> >
> > We need to update the LICENSE and NOTICE files of each dust to add the
> EPL
> > v2.  When I looked at this a few days ago, I also noticed only some of
> them
> > had the EPL v1, so that should get fixed as well; all our dists have the
> > ecj jar so need the EPL v1.
> >
> >
> >
> > On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> > jonathan.gallimore@gmail.com> wrote:
> >
> >> Here's the same analysis on TomEE 7.0.6:
> >>
> >> javax.activation:
> >> - lib/activation-1.1.jar
> >> - lib/javaee-api-7.0-1.jar
> >>
> >> javax.xml.stream:
> >> - lib/stax-api-1.0-2.jar
> >> - lib/javaee-api-7.0-1.jar
> >>
> >> javax/xml/ws/EndpointReference.class,
> javax/xml/ws/WebServiceFeature.class
> >> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >> - lib/openejb-client-7.0.6.jar
> >> - lib/javaee-api-7.0-1.jar
> >>
> >> So I think removing the following is the way to go:
> >>
> >> geronimo-activation_1.1_spec-1.1.jar (covered by
> >> jakarta.activation-1.2.1.jar)
> >> jakarta.activation-api-1.2.1.jar  (covered by
> >> jakarta.activation-1.2.1.jar)
> >> geronimo-interceptor_1.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> >> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> >> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> >> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> >> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
> >>
> >> I'll get started, but please do shout if that looks wrong.
> >>
> >> Jon
> >>
> >> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <da...@gmail.com>
> >> wrote:
> >>
> >> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> >> > jonathan.gallimore@gmail.com> wrote:
> >> > >
> >> > > Also, I'll take a look at openejb-client, but I'm not too sure what
> do
> >> > with
> >> > > this conflict:
> >> > >
> >> > > javax/xml/ws/EndpointReference.class,
> >> > javax/xml/ws/WebServiceFeature.class
> >> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >> > >
> >> > > - javaee-api-8.0-2.jar
> >> > > - openejb-client-8.0.0.jar
> >> > >
> >> > > Any thoughts?
> >> >
> >> > Only suspecting it might have already been there in a past release.
> >> >
> >> > If that's the case, IMO, any conflicts that were there in 7.x, we
> ignore
> >> > for now.  So if this one is status quo, it's fine.
> >> >
> >> >
> >> > -David
> >> >
> >> >
> >>
> > --
> > Sent from Gmail Mobile
> >
> --
> Sent from Gmail Mobile
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by David Blevins <db...@tomitribe.com>.
Plane, but planet works too — although a slight exaggeration :)

On Thu, Sep 12, 2019 at 1:53 PM David Blevins <db...@tomitribe.com>
wrote:

> Had a longer response but the planet started boarding and now I have to
> start again on cell :)
>
> Agree with all your removals.  Note on Jakarta activation 1.2, we’ll want
> to eventually switch to Geronimo Activation 1.2 when we get that ready.
>
> We need to update the LICENSE and NOTICE files of each dust to add the EPL
> v2.  When I looked at this a few days ago, I also noticed only some of them
> had the EPL v1, so that should get fixed as well; all our dists have the
> ecj jar so need the EPL v1.
>
>
>
> On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
>> Here's the same analysis on TomEE 7.0.6:
>>
>> javax.activation:
>> - lib/activation-1.1.jar
>> - lib/javaee-api-7.0-1.jar
>>
>> javax.xml.stream:
>> - lib/stax-api-1.0-2.jar
>> - lib/javaee-api-7.0-1.jar
>>
>> javax/xml/ws/EndpointReference.class, javax/xml/ws/WebServiceFeature.class
>> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>> - lib/openejb-client-7.0.6.jar
>> - lib/javaee-api-7.0-1.jar
>>
>> So I think removing the following is the way to go:
>>
>> geronimo-activation_1.1_spec-1.1.jar (covered by
>> jakarta.activation-1.2.1.jar)
>> jakarta.activation-api-1.2.1.jar  (covered by
>> jakarta.activation-1.2.1.jar)
>> geronimo-interceptor_1.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
>> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
>> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
>> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
>> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
>>
>> I'll get started, but please do shout if that looks wrong.
>>
>> Jon
>>
>> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <da...@gmail.com>
>> wrote:
>>
>> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
>> > jonathan.gallimore@gmail.com> wrote:
>> > >
>> > > Also, I'll take a look at openejb-client, but I'm not too sure what do
>> > with
>> > > this conflict:
>> > >
>> > > javax/xml/ws/EndpointReference.class,
>> > javax/xml/ws/WebServiceFeature.class
>> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>> > >
>> > > - javaee-api-8.0-2.jar
>> > > - openejb-client-8.0.0.jar
>> > >
>> > > Any thoughts?
>> >
>> > Only suspecting it might have already been there in a past release.
>> >
>> > If that's the case, IMO, any conflicts that were there in 7.x, we ignore
>> > for now.  So if this one is status quo, it's fine.
>> >
>> >
>> > -David
>> >
>> >
>>
> --
> Sent from Gmail Mobile
>
-- 
Sent from Gmail Mobile

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by David Blevins <db...@tomitribe.com>.
Had a longer response but the planet started boarding and now I have to
start again on cell :)

Agree with all your removals.  Note on Jakarta activation 1.2, we’ll want
to eventually switch to Geronimo Activation 1.2 when we get that ready.

We need to update the LICENSE and NOTICE files of each dust to add the EPL
v2.  When I looked at this a few days ago, I also noticed only some of them
had the EPL v1, so that should get fixed as well; all our dists have the
ecj jar so need the EPL v1.



On Thu, Sep 12, 2019 at 1:38 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Here's the same analysis on TomEE 7.0.6:
>
> javax.activation:
> - lib/activation-1.1.jar
> - lib/javaee-api-7.0-1.jar
>
> javax.xml.stream:
> - lib/stax-api-1.0-2.jar
> - lib/javaee-api-7.0-1.jar
>
> javax/xml/ws/EndpointReference.class, javax/xml/ws/WebServiceFeature.class
> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> - lib/openejb-client-7.0.6.jar
> - lib/javaee-api-7.0-1.jar
>
> So I think removing the following is the way to go:
>
> geronimo-activation_1.1_spec-1.1.jar (covered by
> jakarta.activation-1.2.1.jar)
> jakarta.activation-api-1.2.1.jar  (covered by jakarta.activation-1.2.1.jar)
> geronimo-interceptor_1.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> geronimo-javamail_1.4_spec-1.7.1.jar (covered by
> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
>
> I'll get started, but please do shout if that looks wrong.
>
> Jon
>
> On Thu, Sep 12, 2019 at 9:19 PM David Blevins <da...@gmail.com>
> wrote:
>
> > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> > jonathan.gallimore@gmail.com> wrote:
> > >
> > > Also, I'll take a look at openejb-client, but I'm not too sure what do
> > with
> > > this conflict:
> > >
> > > javax/xml/ws/EndpointReference.class,
> > javax/xml/ws/WebServiceFeature.class
> > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> > >
> > > - javaee-api-8.0-2.jar
> > > - openejb-client-8.0.0.jar
> > >
> > > Any thoughts?
> >
> > Only suspecting it might have already been there in a past release.
> >
> > If that's the case, IMO, any conflicts that were there in 7.x, we ignore
> > for now.  So if this one is status quo, it's fine.
> >
> >
> > -David
> >
> >
>
-- 
Sent from Gmail Mobile

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Here's the same analysis on TomEE 7.0.6:

javax.activation:
- lib/activation-1.1.jar
- lib/javaee-api-7.0-1.jar

javax.xml.stream:
- lib/stax-api-1.0-2.jar
- lib/javaee-api-7.0-1.jar

javax/xml/ws/EndpointReference.class, javax/xml/ws/WebServiceFeature.class
and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
- lib/openejb-client-7.0.6.jar
- lib/javaee-api-7.0-1.jar

So I think removing the following is the way to go:

geronimo-activation_1.1_spec-1.1.jar (covered by
jakarta.activation-1.2.1.jar)
jakarta.activation-api-1.2.1.jar  (covered by jakarta.activation-1.2.1.jar)
geronimo-interceptor_1.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
geronimo-javamail_1.4_spec-1.7.1.jar (covered by
geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)

I'll get started, but please do shout if that looks wrong.

Jon

On Thu, Sep 12, 2019 at 9:19 PM David Blevins <da...@gmail.com>
wrote:

> > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
> >
> > Also, I'll take a look at openejb-client, but I'm not too sure what do
> with
> > this conflict:
> >
> > javax/xml/ws/EndpointReference.class,
> javax/xml/ws/WebServiceFeature.class
> > and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> >
> > - javaee-api-8.0-2.jar
> > - openejb-client-8.0.0.jar
> >
> > Any thoughts?
>
> Only suspecting it might have already been there in a past release.
>
> If that's the case, IMO, any conflicts that were there in 7.x, we ignore
> for now.  So if this one is status quo, it's fine.
>
>
> -David
>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by David Blevins <da...@gmail.com>.
> On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore <jo...@gmail.com> wrote:
> 
> Also, I'll take a look at openejb-client, but I'm not too sure what do with
> this conflict:
> 
> javax/xml/ws/EndpointReference.class, javax/xml/ws/WebServiceFeature.class
> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
> 
> - javaee-api-8.0-2.jar
> - openejb-client-8.0.0.jar
> 
> Any thoughts?

Only suspecting it might have already been there in a past release.

If that's the case, IMO, any conflicts that were there in 7.x, we ignore for now.  So if this one is status quo, it's fine.


-David


Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Also, I'll take a look at openejb-client, but I'm not too sure what do with
this conflict:

javax/xml/ws/EndpointReference.class, javax/xml/ws/WebServiceFeature.class
and javax/xml/ws/wsaddressing/W3CEndpointReference.class:

- javaee-api-8.0-2.jar
- openejb-client-8.0.0.jar

Any thoughts?

Jon

On Thu, Sep 12, 2019 at 9:02 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Hi David!
>
> Thanks for pointing this out. I've got the list of duplicate - I'd
> appreciate yours (and anyone else's) view on the conflicts below:
>
> Full set of duplicate classes is here:
> https://gist.github.com/jgallimore/9f653f4fa3aec515051f6cd76af7c48f
>
> Essentially we have the following conflicts:
>
> javax.activation:
>
> - jakarta.activation-1.2.1.jar
> - jakarta.activation-api-1.2.1.jar (*)
> - geronimo-activation_1.1_spec-1.1.jar (*)
>
> javax.interceptor:
>
> - javaee-api-8.0-2.jar
> - geronimo-interceptor_1.2_spec-1.0.jar (*)
>
> javax.mail:
>
> - geronimo-javamail_1.4_spec-1.7.1.jar (*)
> - geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar
>
> javax.persistence:
>
> - javaee-api-8.0-2.jar
> - geronimo-jpa_2.2_spec-1.0.jar (*)
>
> javax.xml.soap:
>
> - javaee-api-8.0-2.jar
> - jakarta.xml.soap-api-1.4.1.jar (*)
>
> javax/xml/ws/EndpointReference.class, javax/xml/ws/WebServiceFeature.class
> and javax/xml/ws/wsaddressing/W3CEndpointReference.class:
>
> - javaee-api-8.0-2.jar
> - openejb-client-8.0.0.jar
>
> org.apache.geronimo.mail:
>
> - geronimo-javamail_1.4_spec-1.7.1.jar (*)
> - geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar
>
> org.apache.geronimo.osgi.locator:
>
> - geronimo-javamail_1.4_spec-1.7.1.jar (*)
> - geronimo-activation_1.1_spec-1.1.jar (*)
> - geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar
>
> The lines with a (*) are the jars I'd suggest *removing*, but I'd
> appreciate guidance. The set to remove would be:
>
> geronimo-activation_1.1_spec-1.1.jar (covered
> by jakarta.activation-1.2.1.jar)
> jakarta.activation-api-1.2.1.jar  (covered
> by jakarta.activation-1.2.1.jar) <-- this seems strange to me, but I can
> confirm that jakarta.activation-1.2.1.jar contains both the api and impl -
> is that intended?
> geronimo-interceptor_1.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> geronimo-javamail_1.4_spec-1.7.1.jar (covered
> by geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
> geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
> jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)
>
> Does that sound reasonable?
>
> Jon
>
>
> On Thu, Sep 12, 2019 at 7:39 PM David Blevins <da...@gmail.com>
> wrote:
>
>>
>> > On Sep 12, 2019, at 7:09 AM, Jonathan Gallimore <
>> jonathan.gallimore@gmail.com> wrote:
>> >
>> >  ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>> >  ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>> >  ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>>
>> Befor the reroll, do a quick check to see if any of the above are already
>> in other jars. (the javaee-8 jar)
>>
>> >  ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>>
>> We should cut this one out in favor of
>> geronimo-activation_1.1_spec-1.1.jar.
>>
>>
>> -David
>>
>>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Hi David!

Thanks for pointing this out. I've got the list of duplicate - I'd
appreciate yours (and anyone else's) view on the conflicts below:

Full set of duplicate classes is here:
https://gist.github.com/jgallimore/9f653f4fa3aec515051f6cd76af7c48f

Essentially we have the following conflicts:

javax.activation:

- jakarta.activation-1.2.1.jar
- jakarta.activation-api-1.2.1.jar (*)
- geronimo-activation_1.1_spec-1.1.jar (*)

javax.interceptor:

- javaee-api-8.0-2.jar
- geronimo-interceptor_1.2_spec-1.0.jar (*)

javax.mail:

- geronimo-javamail_1.4_spec-1.7.1.jar (*)
- geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar

javax.persistence:

- javaee-api-8.0-2.jar
- geronimo-jpa_2.2_spec-1.0.jar (*)

javax.xml.soap:

- javaee-api-8.0-2.jar
- jakarta.xml.soap-api-1.4.1.jar (*)

javax/xml/ws/EndpointReference.class, javax/xml/ws/WebServiceFeature.class
and javax/xml/ws/wsaddressing/W3CEndpointReference.class:

- javaee-api-8.0-2.jar
- openejb-client-8.0.0.jar

org.apache.geronimo.mail:

- geronimo-javamail_1.4_spec-1.7.1.jar (*)
- geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar

org.apache.geronimo.osgi.locator:

- geronimo-javamail_1.4_spec-1.7.1.jar (*)
- geronimo-activation_1.1_spec-1.1.jar (*)
- geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar

The lines with a (*) are the jars I'd suggest *removing*, but I'd
appreciate guidance. The set to remove would be:

geronimo-activation_1.1_spec-1.1.jar (covered
by jakarta.activation-1.2.1.jar)
jakarta.activation-api-1.2.1.jar  (covered by jakarta.activation-1.2.1.jar)
<-- this seems strange to me, but I can confirm that
jakarta.activation-1.2.1.jar contains both the api and impl - is that
intended?
geronimo-interceptor_1.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
geronimo-javamail_1.4_spec-1.7.1.jar (covered
by geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar)
geronimo-jpa_2.2_spec-1.0.jar (covered by javaee-api-8.0-2.jar)
jakarta.xml.soap-api-1.4.1.jar (covered by javaee-api-8.0-2.jar)

Does that sound reasonable?

Jon


On Thu, Sep 12, 2019 at 7:39 PM David Blevins <da...@gmail.com>
wrote:

>
> > On Sep 12, 2019, at 7:09 AM, Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
> >
> >  ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> >  ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> >  ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>
> Befor the reroll, do a quick check to see if any of the above are already
> in other jars. (the javaee-8 jar)
>
> >  ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>
> We should cut this one out in favor of
> geronimo-activation_1.1_spec-1.1.jar.
>
>
> -David
>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Will do! Thanks for pointer.

Jon

On Thu, Sep 12, 2019 at 7:39 PM David Blevins <da...@gmail.com>
wrote:

>
> > On Sep 12, 2019, at 7:09 AM, Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
> >
> >  ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
> >  ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
> >  ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>
> Befor the reroll, do a quick check to see if any of the above are already
> in other jars. (the javaee-8 jar)
>
> >  ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>
> We should cut this one out in favor of
> geronimo-activation_1.1_spec-1.1.jar.
>
>
> -David
>
>

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by David Blevins <da...@gmail.com>.
> On Sep 12, 2019, at 7:09 AM, Jonathan Gallimore <jo...@gmail.com> wrote:
> 
>  ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>  ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>  ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]

Befor the reroll, do a quick check to see if any of the above are already in other jars. (the javaee-8 jar)

>  ADD jakarta.activation-api-1.2.1.jar [44.40 ko]

We should cut this one out in favor of geronimo-activation_1.1_spec-1.1.jar.


-David


Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Cesar Hernandez <ce...@gmail.com>.
Thanks for the update, Jonathan.
+1

El jue., 12 sept. 2019 a las 8:09, Jonathan Gallimore (<
jonathan.gallimore@gmail.com>) escribió:

> Hi
>
> To assist with the review - here are the library changes from 8.0.0-M3:
>
>
> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/DIFF.txt
>
> To save you clicking, here's the content:
>
> apache-tomee 8.0.0 webprofile
>
>   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>   ADD jackson-annotations-2.9.0.jar [66.52 ko]
>   ADD jackson-core-2.9.9.jar [325.63 ko]
>   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
>   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>
>   change: +2.01 MB
>   total : 43.72 MB
>
>
> apache-tomee 8.0.0 microprofile
>
>   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>
>   change: +0.52 MB
>   total : 45.07 MB
>
>
> apache-tomee 8.0.0 plus
>
>   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>
>   change: +0.57 MB
>   total : 61.92 MB
>
>
> apache-tomee 8.0.0 plume
>
>   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>
>   change: +0.57 MB
>   total : 68.76 MB
>
>
> openejb-standalone 8.0.0
>
>   DEL javax.xml.soap-api-1.3.5.jar [40.81 ko]
>   ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
>   ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
>   ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
>   ADD jackson-annotations-2.9.0.jar [66.52 ko]
>   ADD jackson-core-2.9.9.jar [325.63 ko]
>   ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
>   ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
>   ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]
>
>   change: +1.98 MB
>   total : 42.08 MB
>
> On Wed, Sep 11, 2019 at 11:54 PM Jonathan Gallimore <
> jonathan.gallimore@gmail.com> wrote:
>
> > Hi All,
> >
> > Here's a first attempt at roll of a TomEE 8.0.0. Please can you take a
> > careful look, review, test and provide feedback.
> >
> > Maven Repo:
> >
> > https://repository.apache.org/content/repositories/orgapachetomee-1145
> >
> > Binaries & Source:
> >
> > https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/
> >
> > Tag:
> >
> >
> >
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-8.0.0
> >
> > Release notes:
> >
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12344635
> >
> > Please VOTE:
> >
> > [+1] Yes, release it
> > [+0] Not fussed
> > [-1] Don't release, there's a showstopper (please specify what the
> > showstopper is)
> >
> > Vote will be open for 72 hours or as needed.
> >
> > Thanks
> >
> > Jon
> >
>


-- 
Atentamente:
César Hernández.

Re: [VOTE] Release Apache TomEE 8.0.0 (take 1)

Posted by Jonathan Gallimore <jo...@gmail.com>.
Hi

To assist with the review - here are the library changes from 8.0.0-M3:

https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/DIFF.txt

To save you clicking, here's the content:

apache-tomee 8.0.0 webprofile

  ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
  ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
  ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
  ADD jackson-annotations-2.9.0.jar [66.52 ko]
  ADD jackson-core-2.9.9.jar [325.63 ko]
  ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
  ADD jakarta.activation-api-1.2.1.jar [44.40 ko]

  change: +2.01 MB
  total : 43.72 MB


apache-tomee 8.0.0 microprofile

  ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
  ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
  ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
  ADD jakarta.activation-api-1.2.1.jar [44.40 ko]

  change: +0.52 MB
  total : 45.07 MB


apache-tomee 8.0.0 plus

  ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
  ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
  ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
  ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
  ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]

  change: +0.57 MB
  total : 61.92 MB


apache-tomee 8.0.0 plume

  ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
  ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
  ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
  ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
  ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]

  change: +0.57 MB
  total : 68.76 MB


openejb-standalone 8.0.0

  DEL javax.xml.soap-api-1.3.5.jar [40.81 ko]
  ADD geronimo-activation_1.1_spec-1.1.jar [47.47 ko]
  ADD geronimo-javamail_1.4_spec-1.7.1.jar [223.30 ko]
  ADD geronimo-jpa_2.2_spec-1.0.jar [128.50 ko]
  ADD jackson-annotations-2.9.0.jar [66.52 ko]
  ADD jackson-core-2.9.9.jar [325.63 ko]
  ADD jackson-databind-2.9.9.3.jar [1348.39 ko]
  ADD jakarta.activation-api-1.2.1.jar [44.40 ko]
  ADD jakarta.xml.soap-api-1.4.1.jar [36.16 ko]

  change: +1.98 MB
  total : 42.08 MB

On Wed, Sep 11, 2019 at 11:54 PM Jonathan Gallimore <
jonathan.gallimore@gmail.com> wrote:

> Hi All,
>
> Here's a first attempt at roll of a TomEE 8.0.0. Please can you take a
> careful look, review, test and provide feedback.
>
> Maven Repo:
>
> https://repository.apache.org/content/repositories/orgapachetomee-1145
>
> Binaries & Source:
>
> https://dist.apache.org/repos/dist/dev/tomee/staging-1145/tomee-8.0.0/
>
> Tag:
>
>
> https://gitbox.apache.org/repos/asf?p=tomee.git;a=tag;h=refs/tags/tomee-8.0.0
>
> Release notes:
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12344635
>
> Please VOTE:
>
> [+1] Yes, release it
> [+0] Not fussed
> [-1] Don't release, there's a showstopper (please specify what the
> showstopper is)
>
> Vote will be open for 72 hours or as needed.
>
> Thanks
>
> Jon
>