Re: TomEE 8 Release Preview

2018-12-07 Thread Jean-Louis Monteiro
Yes we are trying to work on Java EE 8, Java 11 support, the website update, and MicroProfile compliancy. If you are willing to help, we can definitely guide you. JLouis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Dec 5, 2018 at 2:59 PM j4fm

Re: TomEE 8 Release Preview

2018-12-05 Thread j4fm
I know there is an incredible amount of work going on. Is there any chance that MP can be added to Plus anytime soon? I think there was an offer of some help above too. Thanks! -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: TomEE 8 Release Preview

2018-11-13 Thread David Blevins
> On Oct 14, 2018, at 6:07 AM, Romain Manni-Bucau wrote: > > I think plume was more a webprofile with oracle defaults providers Close, it's Plus with Oracle default providers. The name is an attempt at a portmanteau of: TomEE PLUs with Mojarra and Eclipselink --- - -

Re: TomEE 8 Release Preview

2018-11-13 Thread dkwakkel
@Roberto: Thanks, if I can help somehow please let me know. -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: TomEE 8 Release Preview

2018-11-12 Thread Roberto Cortez
Hey, Unfortunately, I didn’t have much time to work on it. I’ll see what I can do. Cheers, Roberto > On 12 Nov 2018, at 07:30, dkwakkel wrote: > > @Roberto Cortez: I do not see Microprofile added to plus in trunk yet, hope > it will make it? > After that maybe change

Re: TomEE 8 Release Preview

2018-11-12 Thread dkwakkel
@Roberto Cortez: I do not see Microprofile added to plus in trunk yet, hope it will make it? After that maybe change http://tomee.apache.org/comparison.html to have a row for MicroProfile so it is clear in which versions it is included. -- Sent from:

Re: TomEE 8 Release Preview

2018-11-02 Thread Matthew Broadhead
i thought microprofile would be in plus On 02/11/2018 12:15, Jean-Louis Monteiro wrote: I'm ok with it let's see if this does not break anything. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Tue, Oct 23, 2018 at 11:47 AM Roberto Cortez wrote: I think

Re: TomEE 8 Release Preview

2018-11-02 Thread Jean-Louis Monteiro
I'm ok with it let's see if this does not break anything. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Tue, Oct 23, 2018 at 11:47 AM Roberto Cortez wrote: > I think we can add it. > > Also, I think we wanted to be careful about it, so to not disrupt any

Re: TomEE 8 Release Preview

2018-10-23 Thread Roberto Cortez
I think we can add it. Also, I think we wanted to be careful about it, so to not disrupt any of the other profiles and people could test it. We could add MP specs for M2. > On 23 Oct 2018, at 08:26, Jonathan Gallimore > wrote: > > I'd also like to see it part of Plus and Plume. It adds

Re: TomEE 8 Release Preview

2018-10-23 Thread Jonathan Gallimore
I'd also like to see it part of Plus and Plume. It adds about 3MB to the distribution size. Any other thoughts? Jon On Tue, Oct 23, 2018 at 4:44 PM dkwakkel wrote: > I was also planning to use Plus and expected micro profile being part of > it. > We don't see that our customers maintain their

Re: TomEE 8 Release Preview

2018-10-23 Thread dkwakkel
I was also planning to use Plus and expected micro profile being part of it. We don't see that our customers maintain their own distro. We just instruct them how to download/install tomee. Could you reconsider making microprofile part of Plus? -- Sent from:

Re: TomEE 8 Release Preview

2018-10-14 Thread Romain Manni-Bucau
I think plume was more a webprofile with oracle defaults providers, we added a few lib cause of requests but we now hit the limit of that strategy so we should probably revert it maybe? In companies you often maintain your own distro anyway to add enterprise specific monitoring solutions

Re: TomEE 8 Release Preview

2018-10-14 Thread j4fm
I just understood that Plus was supposed to include everything from RS plus more. And PluME included everything from Plus and more. That seems to not be the case anymore. Now, Plus contains stuff not in PluMe and RS/MP contains stuff not in either and the comparisons page doesn't reflect this

Re: TomEE 8 Release Preview

2018-10-14 Thread Romain Manni-Bucau
What about using tomee maven plugin to build your own distro? Build goal was designed for it and this use case. We cant match all potential flavors or we would deliver like 150 distro ;) Le dim. 14 oct. 2018 14:02, j4fm a écrit : > Hi, I'm taking a look at the TomEE 8 release preview for the MP

Re: TomEE 8 Release Preview

2018-10-14 Thread j4fm
Hi, I'm taking a look at the TomEE 8 release preview for the MP 1.3 support. I was wondering about the profiles/editions and what's in them. As I understood RS/MP Plus <> Plume. Plus has the following but Plume doesn't. --batchee-jbatch-0.5-incubating.jar --commons-jcs-core-2.1.jar

Re: TomEE 8 Release Preview

2018-10-12 Thread César Hernández Mendoza
Hi everyone, Just to inform that the issue I reported for RC1 for org.apache.cxf.jaxrs.utils.InjectionUtils.reportServerError is now fixed in RC2 :). El mié., 3 oct. 2018 a las 13:55, César Hernández Mendoza (< cesargu...@gmail.com>) escribió: > Hi everyone, > > I have a simple REST app that is

Re: TomEE 8 Release Preview

2018-10-11 Thread cocorossello
Mine are: 15:07:22.170 [http-nio-3-exec-4] INFO org.apache.webbeans.plugins.PluginLoader - Adding OpenWebBeansPlugin : [CdiPlugin] 15:07:25.970 [http-nio-3-exec-4] WARN com.tr2.web.scope.trip.CDILogExtension - AfterTypeDiscovery 265ms 15:07:27.332

Re: TomEE 8 Release Preview

2018-10-11 Thread Thomas Andraschko
Reduced it to: AfterTypeDiscovery 1068ms AfterBeanDiscovery 2500ms AfterDeploymentValidation 3626ms after removing the bval CDI extensions (BValExtension) from the observer list for ProcessAnnotatedType. Still not perfect but we can

Re: TomEE 8 Release Preview

2018-10-11 Thread Thomas Andraschko
Just replaced the embedded-maven-plugin version now and added a CDI Extension to my app: https://gist.github.com/tandraschko/70ab9fb3c9758ee4a3d7d8a257596ea2 TomEE8: AfterTypeDiscovery 4167ms AfterBeanDiscovery 5528ms

Re: TomEE 8 Release Preview

2018-10-11 Thread Thomas Andraschko
Ok, but it's definitily also related to OWB: OpenWebBeans Container has started, it took 9356 ms in 7.0.x, it's 4287 Maybe Mark or Romain can give a hint - i was not very active in OWB when 2.0 was developed. Am Do., 11. Okt. 2018 um 13:11 Uhr schrieb Thomas Andraschko <

Re: TomEE 8 Release Preview

2018-10-11 Thread Thomas Andraschko
Just replaced the owb-impl jar with 2.0.3 but no difference Am Do., 11. Okt. 2018 um 12:49 Uhr schrieb cocorossello < cocorosse...@gmail.com>: > I did notice a slower startup in my application between openwebbeans 2.0.3 > and 2.0.7, so maybe what you can do is try your application replacing >

Re: TomEE 8 Release Preview

2018-10-11 Thread cocorossello
I did notice a slower startup in my application between openwebbeans 2.0.3 and 2.0.7, so maybe what you can do is try your application replacing openwebbeans with 2.0.3 version (if you are still on java 8) and see if the time improves). -- Sent from:

Re: TomEE 8 Release Preview

2018-10-11 Thread Roberto Cortez
Thank you! I’ll have a look. Cheers, Roberto > On 11 Oct 2018, at 09:47, Thomas Andraschko > wrote: > > Also tested one of our applications now. > The application itself is working fine BUT the startup time is much more as > in 7.0.4. > I started both 7.0.4 and 8.0.0.RC2 5 times: > 7.0.4

Re: TomEE 8 Release Preview

2018-10-11 Thread Thomas Andraschko
Also tested one of our applications now. The application itself is working fine BUT the startup time is much more as in 7.0.4. I started both 7.0.4 and 8.0.0.RC2 5 times: 7.0.4 best startup: ~9seconds 8.0.0RC2 best startup: ~14seconds both are tomee-plus. Is this epxected? Am Do., 11. Okt.

Re: TomEE 8 Release Preview

2018-10-11 Thread Matthew Broadhead
i have rc2 working on my development machine Ubuntu 18.04.1 LTS.  it started first time and seems quite a bit snappier than 7.1.0 or maybe it is just my imagination... On 11/10/18 00:27, Roberto Cortez wrote: I’ve deployed a new RC2-SNAPSHOT with the current master:

Re: TomEE 8 Release Preview

2018-10-10 Thread Roberto Cortez
I’ve deployed a new RC2-SNAPSHOT with the current master: https://repository.apache.org/content/repositories/snapshots/org/apache/tomee/apache-tomee/8.0.0-RC2-SNAPSHOT/ Also, here is

Re: TomEE 8 Release Preview

2018-10-10 Thread Matthew Broadhead
great! thanks On 10/10/18 13:52, Roberto Cortez wrote: Yes, already merged it. On 10 Oct 2018, at 07:59, Matthew Broadhead wrote: is MyFaces update making it into the release? On 09/10/18 22:04, Roberto Cortez wrote: Excellent! I can prepare a RC2-SNAPSHOT for quick testing while we

Re: TomEE 8 Release Preview

2018-10-10 Thread Roberto Cortez
Yes, already merged it. > On 10 Oct 2018, at 07:59, Matthew Broadhead > wrote: > > is MyFaces update making it into the release? > > On 09/10/18 22:04, Roberto Cortez wrote: >> Excellent! >> >> I can prepare a RC2-SNAPSHOT for quick testing while we prepare for the >> actual release. >> >>

Re: TomEE 8 Release Preview

2018-10-10 Thread Matthew Broadhead
is MyFaces update making it into the release? On 09/10/18 22:04, Roberto Cortez wrote: Excellent! I can prepare a RC2-SNAPSHOT for quick testing while we prepare for the actual release. We have a MyFaces update pending. Does anyone object if we move forward with the current state of the

Re: TomEE 8 Release Preview

2018-10-09 Thread Roberto Cortez
Excellent! I can prepare a RC2-SNAPSHOT for quick testing while we prepare for the actual release. We have a MyFaces update pending. Does anyone object if we move forward with the current state of the code? Cheers, Roberto > On 9 Oct 2018, at 19:54, Romain Manni-Bucau wrote: > > Yes, thks

Re: TomEE 8 Release Preview

2018-10-09 Thread Romain Manni-Bucau
Yes, thks Roberto. Le mar. 9 oct. 2018 20:44, Roberto Cortez a écrit : > Is this what you had in mind? > > https://github.com/apache/tomee/commit/795fa40bc76581a1a923805527a780e02c9bf91f > < > https://github.com/apache/tomee/commit/795fa40bc76581a1a923805527a780e02c9bf91f > > > > Cheers, >

Re: TomEE 8 Release Preview

2018-10-09 Thread Roberto Cortez
Is this what you had in mind? https://github.com/apache/tomee/commit/795fa40bc76581a1a923805527a780e02c9bf91f Cheers, Roberto > On 9 Oct 2018, at 05:20, Romain Manni-Bucau wrote: > > Le mar. 9 oct. 2018 01:56,

Re: TomEE 8 Release Preview

2018-10-08 Thread Romain Manni-Bucau
Le mar. 9 oct. 2018 01:56, Roberto Cortez a écrit : > Romain, you mean here: > > https://github.com/radcortez/tomee/blob/426e0c14fede5ee5907e43e1c46e2fd51c904412/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomcatWebAppBuilder.java#L1772-L1774? > < >

Re: TomEE 8 Release Preview

2018-10-08 Thread Roberto Cortez
Romain, you mean here: https://github.com/radcortez/tomee/blob/426e0c14fede5ee5907e43e1c46e2fd51c904412/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomcatWebAppBuilder.java#L1772-L1774?

Re: TomEE 8 Release Preview

2018-10-08 Thread David Blevins
I shot a note out to bval asking of there's a chance of getting a release this week. Assuming that's possible, is there anything standing in our way for putting up a release vote ourselves this week? -David > On Oct 8, 2018, at 8:28 AM, Romain Manni-Bucau wrote: > > one option can be to

Re: TomEE 8 Release Preview

2018-10-08 Thread Romain Manni-Bucau
one option can be to start only one webapp here instead of all and hope there is a single one or others are skipped ;) Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Re: TomEE 8 Release Preview

2018-10-08 Thread Roberto Cortez
Ok, thanks. Can you help to better test it? Cheers, Roberto > On 6 Oct 2018, at 08:26, Romain Manni-Bucau wrote: > > Le sam. 6 oct. 2018 00:30, Roberto Cortez a > écrit : > >> Would something like this work? >> >>

Re: TomEE 8 Release Preview

2018-10-06 Thread Romain Manni-Bucau
Le sam. 6 oct. 2018 00:30, Roberto Cortez a écrit : > Would something like this work? > > https://github.com/apache/tomee/commit/ea13f63f21d7f06388e2c54d70120a5a98e4c65f > < > https://github.com/apache/tomee/commit/ea13f63f21d7f06388e2c54d70120a5a98e4c65f > > > > I’m not exactly sure what the

Re: TomEE 8 Release Preview

2018-10-05 Thread Roberto Cortez
Would something like this work? https://github.com/apache/tomee/commit/ea13f63f21d7f06388e2c54d70120a5a98e4c65f I’m not exactly sure what the problem might be with EAR. Web Modules, seem to also be deployed like

Re: TomEE 8 Release Preview

2018-10-04 Thread Roberto Cortez
I understand. Was just trying to give more detail into it. I’ll have a better look and try to come up with some test scenarios. > On 4 Oct 2018, at 10:47, Romain Manni-Bucau wrote: > > Le jeu. 4 oct. 2018 à 11:42, Roberto Cortez > a > écrit : > >> Hi

Re: TomEE 8 Release Preview

2018-10-04 Thread Romain Manni-Bucau
Le jeu. 4 oct. 2018 à 11:42, Roberto Cortez a écrit : > Hi Romain, > > Well the exception being thrown is not the actual exception. > > This was only happening in the MP binary due to the OpenAPI Geronimo > implementation. In the DefaultLoader the ServletContext is injected, but at > the time

Re: TomEE 8 Release Preview

2018-10-04 Thread Roberto Cortez
Hi Romain, Well the exception being thrown is not the actual exception. This was only happening in the MP binary due to the OpenAPI Geronimo implementation. In the DefaultLoader the ServletContext is injected, but at the time that the JAX-RS app is deployed, which is in the

Re: TomEE 8 Release Preview

2018-10-04 Thread Romain Manni-Bucau
@Roberto: do we have a test to reproduce and prevent future regressions? If your fix is right the error message is quite unexpected so it would be better to ensure we don't break it unintentionnally (a side note is that setting a single webapp context and firing an event for all webapps can have

Re: TomEE 8 Release Preview

2018-10-03 Thread Roberto Cortez
Hi Cesar, I think I’ve found the issue. Just pushed a fix and now waiting to the build bot to check if everything is ok. I’ll let you know when it is done. Cheers, Roberto > On 3 Oct 2018, at 22:50, Roberto Cortez wrote: > > > Not sure. Let me have a look.On Wednesday, October 3, 2018,

Re: TomEE 8 Release Preview

2018-10-03 Thread Roberto Cortez
Not sure. Let me have a look.On Wednesday, October 3, 2018, 8:56:13 PM GMT+1, César Hernández Mendoza wrote: Hi everyone, I have a simple REST app that is working fine with tomee.version  7.1.0, but  tomee:run it's getting issues after updating it to 8.0.0-RC1-SNAPSHOT and also

Re: TomEE 8 Release Preview

2018-10-03 Thread César Hernández Mendoza
Hi everyone, I have a simple REST app that is working fine with tomee.version 7.1.0, but tomee:run it's getting issues after updating it to 8.0.0-RC1-SNAPSHOT and also update the javaee-api to 8.0-SNAPSHOT. mvn test runs fine but when I try to run mvn clean install tomee:run I got a cxf error (I

Re: TomEE 8 Release Preview

2018-10-02 Thread Roberto Cortez
Hi Matthew, Feel free to try it. Yes, no planned changes, unless something required fixing. Cheers, Roberto > On 2 Oct 2018, at 16:37, Matthew Broadhead > wrote: > > should i try out the RC1 or wait for release candidate? i guess they will be > the same unless something needs upgrading? >

Re: TomEE 8 Release Preview

2018-10-02 Thread Matthew Broadhead
should i try out the RC1 or wait for release candidate?  i guess they will be the same unless something needs upgrading? On 02/10/18 12:18, Roberto Cortez wrote: I guess it would be ASAP :) So if anyone wants to have anything in, now its the time. Speak now or forever hold your peace :)

Re: TomEE 8 Release Preview

2018-10-02 Thread Roberto Cortez
I guess it would be ASAP :) So if anyone wants to have anything in, now its the time. Speak now or forever hold your peace :) Cheers, Roberto > On 2 Oct 2018, at 00:16, David Blevins wrote: > > Awesome. If you have a date in mind for the first release attempt, > definitely let people know

Re: TomEE 8 Release Preview

2018-10-01 Thread David Blevins
Awesome. If you have a date in mind for the first release attempt, definitely let people know so they can complete anything they may want to get done. -- David Blevins http://twitter.com/dblevins http://www.tomitribe.com > On Oct 1, 2018, at 2:41 PM, Roberto Cortez > wrote: > > Hi David,

Re: TomEE 8 Release Preview

2018-10-01 Thread Roberto Cortez
Hi David, Thank you. I do intent to keep pushing with the release. Just doing “this” already had me going through some stuff, which Jon helped me out. So consider it a first step :) Cheers, Roberto > On 1 Oct 2018, at 19:28, David Blevins wrote: > > I think the spirit behind this is great.

Re: TomEE 8 Release Preview

2018-10-01 Thread David Blevins
I think the spirit behind this is great. However, I don't think it actually helps as the hardest part which will be for you to learn the release process itself. Time wise you should budget 3 weeks. When you do know what you're doing the process usually takes 2 weeks minimum as there's almost