Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-11507 Commons Split (and fibers!) #8081

Merged
merged 3 commits into from Mar 24, 2020

Conversation

tristantarrant
Copy link
Member

https://issues.redhat.com/browse/ISPN-10507
ISPN-11507 Split commons into multiple modules

https://issues.redhat.com/browse/ISPN-10508
ISPN-11508 JDK-specific utility class to retrieve process information

https://issues.redhat.com/browse/ISPN-10509
ISPN-11509 Project Loom fibers

@tristantarrant tristantarrant changed the title Ispn 10507/commons split ISPN-11507 Commons Split (and fibers!) Mar 23, 2020
commons/loom/pom.xml Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
@pruivo
Copy link
Member

pruivo commented Mar 23, 2020

are you able to run the core testsuite with "JDK Loom"?
I'm getting this error:

[Byte Buddy] ERROR java.util.stream.MatchOps [null, module java.base, loaded=false]
java.lang.IllegalArgumentException: Unsupported class file major version 59
	at reactor.blockhound.shaded.net.bytebuddy.jar.asm.ClassReader.<init>(ClassReader.java:195)
	at reactor.blockhound.shaded.net.bytebuddy.jar.asm.ClassReader.<init>(ClassReader.java:176)
	at reactor.blockhound.shaded.net.bytebuddy.jar.asm.ClassReader.<init>(ClassReader.java:162)

Version

$ mvn -version
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T16:06:16+01:00)
Maven home: /mnt/data/pedro/opt/maven
Java version: 15-loom, vendor: Oracle Corporation, runtime: /mnt/data/pedro/opt/jdk-15-loom
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.5.8-1-manjaro", arch: "amd64", family: "unix"

@tristantarrant
Copy link
Member Author

We need a new release of BlockHound with bytebuddy 1.10.8. @bsideup @wburns

@bsideup
Copy link

bsideup commented Mar 24, 2020

@tristantarrant thanks for pinging me! BlockHound 1.0.3 will be released very soon, probably today. Meanwhile, you can try the latest SNAPSHOT.

@pruivo
Copy link
Member

pruivo commented Mar 24, 2020

It works with BlockHound 1.0.3.BUILD-SNAPSHOT
I have 12 tests failing with java.lang.NoClassDefFoundError: java/security/acl/Group. We can fix them later since JDK15 isn't released yet.

@tristantarrant
Copy link
Member Author

I need to kill that use of java.security.acl.Group asap

@tristantarrant
Copy link
Member Author

#8083

@pruivo pruivo merged commit 38d42d2 into infinispan:master Mar 24, 2020
@pruivo
Copy link
Member

pruivo commented Mar 24, 2020

integrated! thanks @tristantarrant !

@tristantarrant tristantarrant deleted the ISPN-10507/commons_split branch July 5, 2022 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants