[
https://issues.apache.org/jira/browse/KARAF-7754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768043#comment-17768043
]
Robert Varga commented on KARAF-7754:
-------------------------------------
[~jbonofre] I think this would be good to break down into subtasks, so that it
can be solved incrementally.
As a first cut, I this has three parts:
- switch ./bin/karaf to require Java 11+, unblocks everything else (including
KARAF-7544)
- resync jre.properties to jre-11
- switch karaf.git codebase to require Java 11 (included changing all javase,
which is consistent with what the bundles will do if we generate Java 11
bytecode)
After which everything else should be a (mostly) smooth ride :) WDYT?
> Require Java 11 at build and runtime
> ------------------------------------
>
> Key: KARAF-7754
> URL: https://issues.apache.org/jira/browse/KARAF-7754
> Project: Karaf
> Issue Type: Improvement
> Components: karaf
> Reporter: Robert Varga
> Assignee: Jean-Baptiste Onofré
> Priority: Major
>
> Java 11 has been around forever. Jumping to this release is going to make
> things easier, as we do not have to deal with the packaging differences
> between Java 8 and Java 9+, allowing us to address a number of outstanding
> issues.
> This is also a prerequisite for KARAF-7544.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)