-
Notifications
You must be signed in to change notification settings - Fork 159
ARIES-2165: Build proxy on Java 11, 17 and 21 #414
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
base: trunk
Are you sure you want to change the base?
Conversation
1176684 to
1151543
Compare
proxy/proxy-impl/src/test/java/org/apache/aries/blueprint/proxy/ProxySubclassGeneratorTest.java
Outdated
Show resolved
Hide resolved
f4fff47 to
c016b37
Compare
a893320 to
1d27942
Compare
1d27942 to
0c6cfe4
Compare
fb7afe7 to
b0b1a6f
Compare
105a0f8 to
f44ad3b
Compare
ad43474 to
74303d0
Compare
adc3808 to
becf1b7
Compare
becf1b7 to
cb4d16e
Compare
cb4d16e to
7f565ad
Compare
02e3175 to
3170778
Compare
3170778 to
17fa9c0
Compare
|
I'm testing it fully, it looks good so far. I just wonder if we strictly have to keep JDK8. Thoughts ? |
|
It's probably hard to measure but I think we have still a lot of Java 8 users. Additionally, the biggest subprojects - blueprint and subsystem - are not buildable with Java > 8. Indeed keeping support for Java LTS 8 to 21 is quite hard and now there is also 25, so limiting the number of supported version would make the maintenance easier. What Java version would you recommend @jbonofre ? |
17fa9c0 to
02142d0
Compare
sun.reflect.ReflectionFactoryusage