Re: TomEE build work to make it stable

2021-07-19 Thread Jean-Louis Monteiro
PR looks good. Thanks Thomas. I'll see if I can do a release tomorrow. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Jul 19, 2021 at 3:12 PM Thomas Andraschko < andraschko.tho...@gmail.com> wrote: > Hi Richard, > > could you please have a look at: >

[GitHub] [tomee-patch-plugin] jeanouii merged pull request #3: TOMEE-3774

2021-07-19 Thread GitBox
jeanouii merged pull request #3: URL: https://github.com/apache/tomee-patch-plugin/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tomee-patch-plugin] LVSMix commented on pull request #3: TOMEE-3774

2021-07-19 Thread GitBox
LVSMix commented on pull request #3: URL: https://github.com/apache/tomee-patch-plugin/pull/3#issuecomment-882612428 Hi Richard, I'm going to test it tonight and close the issue if I check that everything is fine. Thank you very much to all On Mon, Jul 19, 2021 at 11:27 AM

Re: Problems with master branch in Windows 10

2021-07-19 Thread Zowalla, Richard
Hi all, seems we have a PR for it: https://github.com/apache/tomee-patch-plugin/pull/3 Maybe you can have a look, Luis? Gruss Richard Am Freitag, den 09.07.2021, 21:35 + schrieb Zowalla, Richard: > Hi Luis, > > the issue is assigned to you :) feel free to fix it. > > From a quick

[GitHub] [tomee-patch-plugin] rzo1 edited a comment on pull request #3: TOMEE-3774

2021-07-19 Thread GitBox
rzo1 edited a comment on pull request #3: URL: https://github.com/apache/tomee-patch-plugin/pull/3#issuecomment-882594369 @LVSMix can you have look for Windows here, i.e. if it works for you? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [tomee-patch-plugin] rzo1 commented on pull request #3: TOMEE-3774

2021-07-19 Thread GitBox
rzo1 commented on pull request #3: URL: https://github.com/apache/tomee-patch-plugin/pull/3#issuecomment-882594369 @LVSMix can you have look for Windows here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: TomEE build work to make it stable

2021-07-19 Thread Thomas Andraschko
Hi Richard, could you please have a look at: https://github.com/apache/tomee-patch-plugin/pull/3 would be great if someone could merge, test it on your linux and release it. I also upgraded the versions as 0.5 is currently used. Best regards, Thomas Am Mo., 19. Juli 2021 um 13:30 Uhr schrieb

[GitHub] [tomee-patch-plugin] tandraschko closed pull request #2: TOMEE-3774 + upgraded version

2021-07-19 Thread GitBox
tandraschko closed pull request #2: URL: https://github.com/apache/tomee-patch-plugin/pull/2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [tomee-patch-plugin] tandraschko opened a new pull request #2: TOMEE-3774 + upgraded version

2021-07-19 Thread GitBox
tandraschko opened a new pull request #2: URL: https://github.com/apache/tomee-patch-plugin/pull/2 TOMEE-3774 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: TomEE build work to make it stable

2021-07-19 Thread Zowalla, Richard
Hi Thomas, this is an issue with Paths on Windows: - https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-3774 - http://mail-archives.apache.org/mod_mbox/tomee-dev/202107.mbox/%3Cb39d2565000a499c874eea24655ea83c%40hs-heilbronn.de%3E Gruß Richard Am Montag, den 19.07.2021, 13:26

Re: TomEE build work to make it stable

2021-07-19 Thread Thomas Andraschko
Hi Richard, all right, thanks! i just tried to build tomee with Java8 but it fails with: [INFO] --- maven-bundle-plugin:3.3.0:manifest (bundle-manifest) @ openejb-core --- [INFO] Applied 0 patches to 0 locations [ERROR] Failed to apply 365 patches [ERROR]

Re: TomEE build work to make it stable

2021-07-19 Thread Zowalla, Richard
Hi Thomas, the current status AFAIK is: - JAXRS should work in the latest 8.0.8-SNAPSHOT (we deployed a recent snapshot in a non heavily used production environment a few days ago) - The full build with arquillian tests fails with the three tests written in the previous mail. - I pinged Jon

Re: TomEE build work to make it stable

2021-07-19 Thread Thomas Andraschko
Hey guys, how is the current status? i'm asking because tomee-security throws a NPE in 8.0.6 and older, which seems to work in 8.0.7 but JAXRS is broken in 8.0.7 AFAICS? java.lang.NullPointerException at org.apache.cxf.jaxrs.model.ProviderInfo.(ProviderInfo.java:74) at