[jira] [Resolved] (ARIES-2072) Aries CDI doesn't support Java 17

2022-05-04 Thread Jira


 [ 
https://issues.apache.org/jira/browse/ARIES-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Raymond Augé resolved ARIES-2072.
-
Resolution: Fixed

> Aries CDI doesn't support Java 17
> -
>
> Key: ARIES-2072
> URL: https://issues.apache.org/jira/browse/ARIES-2072
> Project: Aries
>  Issue Type: Bug
>  Components: CDI
>Affects Versions: cdi-1.1.5
> Environment: Apache Karaf 4.3.6
> Openjdk 17
> Fedora 36
>Reporter: Jakub Herkel
>Priority: Major
>
> I tried the latest unreleased version 1.1.5 with a Apache Karaf running under 
> Java17 (with classes compiled with Java17) and I can see this exception:
> {code:java}
>  The activate method has thrown an exception
> java.lang.IllegalArgumentException: Unsupported class file major version 61
>     at org.apache.xbean.asm8.ClassReader.(ClassReader.java:196) ~[?:?]
>     at org.apache.xbean.asm8.ClassReader.(ClassReader.java:177) ~[?:?]
>     at org.apache.xbean.asm8.ClassReader.(ClassReader.java:163) ~[?:?]
>     at org.apache.xbean.asm8.ClassReader.(ClassReader.java:284) ~[?:?]
>     at 
> org.apache.xbean.finder.BundleAssignableClassFinder.isSuperClassAssignable(BundleAssignableClassFinder.java:222)
>  ~[?:?]
>     at 
> org.apache.xbean.finder.BundleAssignableClassFinder.isClassAcceptable(BundleAssignableClassFinder.java:114)
>  ~[?:?]
>     at 
> org.apache.xbean.finder.BundleAssignableClassFinder.isClassAcceptable(BundleAssignableClassFinder.java:125)
>  ~[?:?]
>     at 
> org.apache.xbean.osgi.bundle.util.BundleClassFinder.scanDirectory(BundleClassFinder.java:257)
>  ~[?:?] {code}
> Probably aries cdi should be updated from org.apache.xbean/xbean-asm8-shaded 
> to xbean-asm9-shaded.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[GitHub] [aries-cdi] rotty3000 commented on pull request #138: ARIES-2072 update karaf feature.xml & create a karaf feature for weld CDI provider

2022-05-04 Thread GitBox


rotty3000 commented on PR #138:
URL: https://github.com/apache/aries-cdi/pull/138#issuecomment-1118095774

   Nice! thanks for the contribution @jherkel .


-- 
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: dev-unsubscr...@aries.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [aries-cdi] rotty3000 merged pull request #138: ARIES-2072 update karaf feature.xml & create a karaf feature for weld CDI provider

2022-05-04 Thread GitBox


rotty3000 merged PR #138:
URL: https://github.com/apache/aries-cdi/pull/138


-- 
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: dev-unsubscr...@aries.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (ARIES-2072) Aries CDI doesn't support Java 17

2022-05-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ARIES-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17531998#comment-17531998
 ] 

ASF subversion and git services commented on ARIES-2072:


Commit ea3e639b781ab3e111661c92afdb61f5d574bd61 in aries-cdi's branch 
refs/heads/master from Jakub Herkel
[ https://gitbox.apache.org/repos/asf?p=aries-cdi.git;h=ea3e639 ]

ARIES-2072 update karaf feature.xml & create a karaf feature for weld CDI 
provider


> Aries CDI doesn't support Java 17
> -
>
> Key: ARIES-2072
> URL: https://issues.apache.org/jira/browse/ARIES-2072
> Project: Aries
>  Issue Type: Bug
>  Components: CDI
>Affects Versions: cdi-1.1.5
> Environment: Apache Karaf 4.3.6
> Openjdk 17
> Fedora 36
>Reporter: Jakub Herkel
>Priority: Major
>
> I tried the latest unreleased version 1.1.5 with a Apache Karaf running under 
> Java17 (with classes compiled with Java17) and I can see this exception:
> {code:java}
>  The activate method has thrown an exception
> java.lang.IllegalArgumentException: Unsupported class file major version 61
>     at org.apache.xbean.asm8.ClassReader.(ClassReader.java:196) ~[?:?]
>     at org.apache.xbean.asm8.ClassReader.(ClassReader.java:177) ~[?:?]
>     at org.apache.xbean.asm8.ClassReader.(ClassReader.java:163) ~[?:?]
>     at org.apache.xbean.asm8.ClassReader.(ClassReader.java:284) ~[?:?]
>     at 
> org.apache.xbean.finder.BundleAssignableClassFinder.isSuperClassAssignable(BundleAssignableClassFinder.java:222)
>  ~[?:?]
>     at 
> org.apache.xbean.finder.BundleAssignableClassFinder.isClassAcceptable(BundleAssignableClassFinder.java:114)
>  ~[?:?]
>     at 
> org.apache.xbean.finder.BundleAssignableClassFinder.isClassAcceptable(BundleAssignableClassFinder.java:125)
>  ~[?:?]
>     at 
> org.apache.xbean.osgi.bundle.util.BundleClassFinder.scanDirectory(BundleClassFinder.java:257)
>  ~[?:?] {code}
> Probably aries cdi should be updated from org.apache.xbean/xbean-asm8-shaded 
> to xbean-asm9-shaded.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)


[GitHub] [aries-cdi] rotty3000 merged pull request #136: Bump actions/setup-java from 2 to 3

2022-05-04 Thread GitBox


rotty3000 merged PR #136:
URL: https://github.com/apache/aries-cdi/pull/136


-- 
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: dev-unsubscr...@aries.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [aries-cdi] rotty3000 merged pull request #135: Bump org.osgi.service.cm from 1.6.0 to 1.6.1

2022-05-04 Thread GitBox


rotty3000 merged PR #135:
URL: https://github.com/apache/aries-cdi/pull/135


-- 
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: dev-unsubscr...@aries.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [aries-cdi] rotty3000 merged pull request #134: Bump org.osgi.test.bom from 1.0.1 to 1.1.0

2022-05-04 Thread GitBox


rotty3000 merged PR #134:
URL: https://github.com/apache/aries-cdi/pull/134


-- 
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: dev-unsubscr...@aries.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [aries-cdi] rotty3000 merged pull request #133: Bump osgi.annotation from 7.0.0 to 8.1.0

2022-05-04 Thread GitBox


rotty3000 merged PR #133:
URL: https://github.com/apache/aries-cdi/pull/133


-- 
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: dev-unsubscr...@aries.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [aries-cdi] rotty3000 merged pull request #132: Bump org.osgi.service.configurator from 1.0.0 to 1.0.1

2022-05-04 Thread GitBox


rotty3000 merged PR #132:
URL: https://github.com/apache/aries-cdi/pull/132


-- 
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: dev-unsubscr...@aries.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [aries-cdi] rotty3000 merged pull request #131: Bump maven-jar-plugin from 3.2.0 to 3.2.2

2022-05-04 Thread GitBox


rotty3000 merged PR #131:
URL: https://github.com/apache/aries-cdi/pull/131


-- 
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: dev-unsubscr...@aries.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [aries] dependabot[bot] closed pull request #161: Bump maven-bundle-plugin from 5.1.2 to 5.1.4 in /spi-fly

2022-05-04 Thread GitBox


dependabot[bot] closed pull request #161: Bump maven-bundle-plugin from 5.1.2 
to 5.1.4 in /spi-fly
URL: https://github.com/apache/aries/pull/161


-- 
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: dev-unsubscr...@aries.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [aries] dependabot[bot] commented on pull request #161: Bump maven-bundle-plugin from 5.1.2 to 5.1.4 in /spi-fly

2022-05-04 Thread GitBox


dependabot[bot] commented on PR #161:
URL: https://github.com/apache/aries/pull/161#issuecomment-1117637236

   Superseded by #164.


-- 
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: dev-unsubscr...@aries.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[RESULT] [VOTE] Release Apache Aries Transaction Blueprint 2.3.1

2022-05-04 Thread Guillaume Nodet
Closing this vote with 5 +1s and no other votes.
I'll publish the binaries asap.

Guillaume

Le mer. 27 avr. 2022 à 09:47, Guillaume Nodet  a écrit :

> I've staged a release candidate at
>   https://repository.apache.org/content/repositories/orgapachearies-1208
>
> This release only contains two bug fixes:
>  [ARIES-2073] SUPPORTS TX attribute should not create additional coord…
>  [ARIES-2075] Create a coordination for existing transaction when
> needed
>
> Please review and vote !
>
> --
> 
> Guillaume Nodet
>
>

-- 

Guillaume Nodet


Re: [VOTE] Release Apache Aries Transaction Blueprint 2.3.1

2022-05-04 Thread Guillaume Nodet
+1

Le mer. 27 avr. 2022 à 09:47, Guillaume Nodet  a écrit :

> I've staged a release candidate at
>   https://repository.apache.org/content/repositories/orgapachearies-1208
>
> This release only contains two bug fixes:
>  [ARIES-2073] SUPPORTS TX attribute should not create additional coord…
>  [ARIES-2075] Create a coordination for existing transaction when
> needed
>
> Please review and vote !
>
> --
> 
> Guillaume Nodet
>
>

-- 

Guillaume Nodet