packaging.asciidoc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [discrete]
  2. [[breaking_80_packaging_changes]]
  3. ==== Packaging changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. .Java 17 is required.
  8. [%collapsible]
  9. ====
  10. *Details* +
  11. Java 17 or higher is now required to run {es} and any of its command
  12. line tools.
  13. *Impact* +
  14. Use Java 17 or higher. Attempts to run {es} 8.0 using earlier Java versions will
  15. fail.
  16. There is not yet a FIPS-certified security module for Java 17
  17. that you can use when running {es} 8.0 in FIPS 140-2 mode.
  18. If you run in FIPS 140-2 mode, you will either need to request an exception
  19. from your security organization to upgrade to {es} 8.0,
  20. or remain on {es} 7.x until Java 17 is certified.
  21. ====
  22. .JAVA_HOME is no longer supported.
  23. [%collapsible]
  24. ====
  25. *Details* +
  26. `JAVA_HOME` is no longer supported to set the path for the JDK. Instead, use
  27. the bundled JDK (preferable), or set `ES_JAVA_HOME`.
  28. *Impact* +
  29. Use the bundled JDK (preferable), or set `ES_JAVA_HOME`. `JAVA_HOME` will be
  30. ignored.
  31. ====
  32. //end::notable-breaking-changes[]