Architecture #8923
closedRequires Java8 (jdk8) for Rudder 4.0
Description
Java 8 was made available on March 2014. Oracle Java 7 is End Of Life since April last year, and most of the jvm ecosystem is switching toward Java 8 requirement.
That means that some of our dependencies are stopping to do updates, even security one, for JVM 7, or will be during the life cycle of Rudder 4.0.
Moreover, most production already switched to Java 8 a long time ago or are deploying new environment on it for security and performance reason.
Regarding distro support, we are in a good shape:
- for RPM based distro, we have the official Sun^WOracle rpms available. We also have open-jdk-1.8 for at least CentOS 6.7 and 7.x., and java-1_8_0-ibm for sles12sp1.
- for Debian 7, we have a backport and openJDK is available on Debian 8
- it is available for Ubuntu 16.04. For Ubuntu 14.04, we have a semi-official ppa: https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa
Given all of that, we will require Java 8 for Rudder 4.0.
For that, we need to:
- update the dependencies, both in maven compilation target and in packages,
- update Rudder init scripts to check the new dependency,
- and of course, update documentation to explain what are the migration path and the implication.
Updated by François ARMAND about 8 years ago
- Related to User story #5617: Detecting and restarting Rudder on OOM (Out Of Memory Exception) added
Updated by François ARMAND about 8 years ago
As we are forcing the use of java, we should also start to use the OOM flags for the JVM that support it, cf related ticket.
Updated by Benoît PECCATTE about 8 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE about 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Jonathan CLARKE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1032
Updated by Benoît PECCATTE about 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|77565c8d58cb5cfa77ce4519205070ce30bed773.
Updated by Benoît PECCATTE about 8 years ago
- Target version changed from 4.0.0~rc2 to 318
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 318 to 4.0.0~rc2
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 4.0.0~rc2 to 4.0.0~rc1
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending release to Rejected
I reject this issue.
This was done but reverted by #9098