[GitHub] [tomee] cocorossello commented on pull request #693: Owb2.0.19

2021-03-23 Thread GitBox
cocorossello commented on pull request #693: URL: https://github.com/apache/tomee/pull/693#issuecomment-804868304 Closing this PR since it doesn't make sense anymore -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [tomee] cocorossello commented on pull request #693: Owb2.0.19

2021-03-23 Thread GitBox
cocorossello commented on pull request #693: URL: https://github.com/apache/tomee/pull/693#issuecomment-804867893 https://issues.apache.org/jira/browse/TOMEE-2987 https://issues.apache.org/jira/browse/TOMEE-2988 An OpenJPA release will be required to support java 16, we can open

[GitHub] [tomee] cocorossello commented on pull request #693: Owb2.0.19

2021-03-23 Thread GitBox
cocorossello commented on pull request #693: URL: https://github.com/apache/tomee/pull/693#issuecomment-804839777 If you want I can try to reopen this PR doing only the xbean upgrade. Actually, CXF 3.4.1 is also required for java 16, I can upgrade that in another PR as well --

[GitHub] [tomee] cocorossello commented on pull request #693: Owb2.0.19

2021-03-23 Thread GitBox
cocorossello commented on pull request #693: URL: https://github.com/apache/tomee/pull/693#issuecomment-804838310 No. From OWB side is ok, but tomee is still using asm7 (xbean-asm7-shaded), CDIScanner will fail. JDK16 requires asm9 -- This is an automated message from the Apache Git

[GitHub] [tomee] cocorossello commented on pull request #693: Owb2.0.19

2020-12-15 Thread GitBox
cocorossello commented on pull request #693: URL: https://github.com/apache/tomee/pull/693#issuecomment-745580735 Hi, I have upgraded to use latest openjpa snapshot. Can I request a full jenkins build to see if anything fails? Right now I can see that dependencies are fine,

[GitHub] [tomee] cocorossello commented on pull request #693: Owb2.0.19

2020-11-17 Thread GitBox
cocorossello commented on pull request #693: URL: https://github.com/apache/tomee/pull/693#issuecomment-729211777 Hi, I've made some dependency alignments. Now the only dependency differences I can see with tomee 8.0.4 are: reactive-streams-1.0.3.jar: New dependency from cxf, I

[GitHub] [tomee] cocorossello commented on pull request #693: Owb2.0.19

2020-11-11 Thread GitBox
cocorossello commented on pull request #693: URL: https://github.com/apache/tomee/pull/693#issuecomment-725288764 Thanks, then I will wait until next openjpa release and I will exclude new dependencies coming from cxf upgrade (comparing with those of tomee 8.0.4)

[GitHub] [tomee] cocorossello commented on pull request #693: Owb2.0.19

2020-11-10 Thread GitBox
cocorossello commented on pull request #693: URL: https://github.com/apache/tomee/pull/693#issuecomment-724989924 Can I ask for a full build to see if anything breaks. It's working in our environment (although we don't use openjpa). The upgrades are needed for jdk 15/16 support

[GitHub] [tomee] cocorossello commented on pull request #693: Owb2.0.19

2020-10-22 Thread GitBox
cocorossello commented on pull request #693: URL: https://github.com/apache/tomee/pull/693#issuecomment-714790946 This cannot be merged, it needs CXF to use xbean 4.18. See org.apache.cxf.common.util.getASMClass This is an