Re: [VOTE] Apache TomEE 10.1.0

Richard Zowalla <[email protected]>
Newsgroups gmane.comp.java.openejb.devel
Message-ID <[email protected]>
Yes: https://dist.apache.org/repos/dist/dev/tomee/staging-1235/tomee-10.1.0/

On 2025/06/11 08:43:58 Skander Soltane wrote:
> Hello Richard,
> 
> There is a small error in the URL to download the binaries. Do you confirm
> that this (
> https://dist.apache.org/repos/dist/dev/tomee/staging-1235/tomee-10.1.0/) is
> the right one?
> I'll test the new release candidate today and let you know if I find any
> blocker.
> 
> Thank you for your work!
> Skander
> 
> 
> On Tue, Jun 10, 2025 at 5:04 PM Richard Zowalla <[email protected]> wrote:
> 
> > Hi everyone,
> >
> > We're initiating a vote on TomEE 10.1.0, which aligns with Jakarta EE 10
> > and MicroProfile 6.1.
> >
> > This release upgrades the MicroProfile level to 6.1, as we now fully
> > comply with the corresponding MP TCKs.
> >
> > It also includes several bug fixes and updates to CXF, Johnson, and
> > several transitive dependencies such as Tomcat, ActiveMQ, and OpenJPA.
> >
> >
> > Here are the hard facts:
> >
> > ###############
> >
> > Maven Repo:
> > https://repository.apache.org/content/repositories/orgapachetomee-1235
> >
> > <repositories>
> > <repository>
> > <id>tomee-10.1.0</id>
> > <name>Testing TomEE 10.1.0</name>
> > <url>
> > https://repository.apache.org/content/repositories/orgapachetomee-1235
> > </url>
> > </repository>
> > </repositories>
> >
> > Note: If you are trying to test the Maven plugins, you need to add a
> > <pluginRepository> as well.
> >
> > <pluginRepositories> <pluginRepository> <id>tomee-10.1.0</id>
> > <name>Testing TomEE 10.1.0</name> <url>
> > https://repository.apache.org/content/repositories/orgapachetomee-1235</url>
> > </pluginRepository> </pluginRepositories>
> >
> > ###############
> >
> > Binaries & Source:
> >
> > https://dist.apache.org/repos/dist/dev/tomee/staging-1234/tomee-10.1.0/
> >
> > ###############
> >
> > Tag:
> >
> > https://github.com/apache/tomee/releases/tag/tomee-project-10.1.0
> >
> > Hash:
> >
> > fde55fcab79a22594999383e8ee6bbce8ddd82f8
> >
> > ###############
> >
> > Release note
> >
> >
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312320&version=12355826
> >
> > Here is the plain text version:
> >
> > == Dependency upgrade
> >
> > [.compact]
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4492[TOMEE-4492]
> > BouncyCastle 1.81
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4487[TOMEE-4487] CXF
> > 4.1.2
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4476[TOMEE-4476]
> > EclipseLink 4.0.6
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4482[TOMEE-4482]
> > Jackson 2.19.0
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4491[TOMEE-4491]
> > Johnzon 2.0.2
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4472[TOMEE-4472] MP
> > Config 3.12.4
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4490[TOMEE-4490]
> > Omnifaces 4.6.3
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4473[TOMEE-4473]
> > OpenJPA 4.1.0
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4486[TOMEE-4486]
> > OpenJPA 4.1.1
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4488[TOMEE-4488]
> > SmallRye Config 3.13.0
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4493[TOMEE-4493]
> > Smallrye MP Config 3.13.1
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4475[TOMEE-4475]
> > Tomcat 10.1.41
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4494[TOMEE-4494]
> > Tomcat 10.1.42
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4477[TOMEE-4477]
> > XBean 4.27
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4489[TOMEE-4489]
> > commons-fileupload2-core  2.0.0-M3
> >
> > == Bug
> >
> > [.compact]
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4483[TOMEE-4483]
> > Transaction propagated to executor threads through ThreadContext.enter()
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4484[TOMEE-4484] A
> > runtime exception in ejbCreate method exposes InvalidateReferenceException
> > to remote client
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4456[TOMEE-4456]
> > beans.xml <trim/> doesn't work in openejb-core boot
> >
> > == Improvement
> >
> > [.compact]
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4432[TOMEE-4432]
> > MicroProfile 6.1
> >
> > == Sub-task
> >
> > [.compact]
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4480[TOMEE-4480]
> > Metrics 5.1
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4478[TOMEE-4478]
> > OpenTelemetry 1.1
> >  - link:https://issues.apache.org/jira/browse/TOMEE-4479[TOMEE-4479]
> > Config 3.1
> >
> > ###############
> >
> > For signature verification, you can check on the example script here:
> > https://gist.github.com/rzo1/9fb1ca0d58e1fc982d596f2a94b10b32
> >
> >
> > Please VOTE
> >
> > [+1] go ship it
> > [+0] meh, don't care
> > [-1] stop, there is a ${showstopper}
> >
> > The VOTE is open for 72h or as long as needed.
> >
> > Gruß
> > Richard
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.