upgrading past java 9 sounds scary
play

Upgrading Past Java 9 Sounds Scary and I dont want to pay for Java - PowerPoint PPT Presentation

Upgrading Past Java 9 Sounds Scary and I dont want to pay for Java Super happy with Java 8, Super happy with Java 8, thanks thanks Starting with Java 11, Oracle will provide JDK releases under the open source GNU General Public License


  1. Upgrading Past Java 9 Sounds Scary …and I don’t want to pay for Java

  2. Super happy with Java 8, Super happy with Java 8, thanks thanks

  3. Starting with Java 11, Oracle will provide JDK releases under the open source GNU General Public License v2, with the Classpath Exception (GPLv2+CPE), and under a commercial license for those using the Oracle JDK as part of an Oracle product or service, or who do not wish to use open source software. This… replaces the historical “ BCL ” license, which had a combination of free and paid commercial terms. https://blogs.oracle.com/java-platform-group/oracle-jdk-releases- for-java-11-and-later Donald Smith, Sr. Director of Product Management (June 2018)

  4. That sounds frightening, and overly complicated. Talk us through it. The Lego Batman Movie

  5. That sounds frightening, and overly complicated. Talk us through it. The Lego Batman Movie

  6. https://flic.kr/p/8xhk74

  7. From Java 11 forward, Oracle JDK builds and OpenJDK builds will be essentially identical. https://blogs.oracle.com/java-platform-group/oracle-jdk-releases- for-java-11-and-later Donald Smith, Sr. Director of Product Management (Sept 2018)

  8. https://blog.joda.org/2018/09/time-to-look-beyond-oracles-jdk.html

  9. https://adoptopenjdk.net

  10. https://adoptopenjdk.net/support.html

  11. Language features Language features

  12. JShell

  13. JShell

  14. JShell

  15. var

  16. var

  17. var

  18. var

  19. var

  20. var

  21. Convenience Factory Methods for Collections

  22. Convenience Factory Methods for Collections

  23. Convenience Factory Methods for Collections

  24. Convenience Factory Methods for Collections

  25. Collecting to Unmodifable Collections items .stream() .filter(Objects:: nonNull ) .map(Object::toString) .collect(Collectors. toUnmodifiableList ());

  26. New Methods on Stream API items .stream() .takeWhile(user -> user.count() < maxCount) .forEach(user -> position.incrementAndGet());

  27. Predicate.not()

  28. New Methods on Optional

  29. Http Client @tddmonkey

  30. Multi Release Jar Files

  31. Jigsaw

  32. Java Module System

  33. Java Module System

  34. JLink

  35. And in the future?

  36. Java 12: Switch expressions

  37. And in the future? • JEP 302: Lambda Leftovers (including underscore for param) • JEP 305: Pattern Matching (Preview) • Data Classes for Java • Project Amber • Valhalla • Loom

  38. Performance

  39. Memory Usage

  40. Garbage Collectors • Java 9: JEP 248: G1 the Default GC • Java 10: JEP 307: Parallel Full GC for G1 • Java 11: JEP 318: Epsilon (Experimental) • Java 11: JEP 333: ZGC (Experimental)

  41. Garbage Collectors • Java 9: JEP 248: G1 the Default GC • Java 10: JEP 307: Parallel Full GC for G1 • Java 11: JEP 318: Epsilon (Experimental) • Java 11: JEP 333: ZGC (Experimental) • Java 12: JEP 189: Shenandoah (Experimental) • Java 12: More Updates to G1 • Java 12: More Improvements to ZGC

  42. Cost Cost £$ €

  43. Catch the 6 month release train

  44. If It Hurts, Do It More Frequently, and Bring the Pain Forward Continuous Delivery – Jez Humble & Dave Farley An idea from Extreme Programming (XP)

  45. Modularity? Modularity?

  46. Miss Missing ing class classes / es / methods methods

  47. Run on updated JDK Run on updated JDK It might “just work”

  48. Address Address compiler compiler warnings warnings …they are there for a reason

  49. Update your dependencies Update your dependencies And add new ones

  50. Update your build Update your build tool tool Maven and Gradle work with Java 12

  51. Compile Compile against updated against updated JDK JDK …and start using the shiny new features

  52. Java Is Changing Java Is Changing …fast

  53. Modern Jav Modern Java a Can Help Can Help You You Performance, cost, maintenance…

  54. Upgrade Now Upgrade Now And Reduce Future And Reduce Future Pain Pain …and keep upgrading, at least in CI

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend