Difference between revisions of "Java8"

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "= Why Java 8 is not dead = * Because Java 9 breaks things * Because Java 10 breaks more things * Because Java 11 breaks even more things And the cost/benefit relation of movin...")
 
Line 4: Line 4:
 
* Because Java 11 breaks even more things
 
* Because Java 11 breaks even more things
 
And the cost/benefit relation of moving along Oracle's ideas seems not worthwile.
 
And the cost/benefit relation of moving along Oracle's ideas seems not worthwile.
 +
 +
= Examples =
 +
<source lang='bash'>
 +
Mediawiki-Japi/src/main/java/com/bitplan/mediawiki/japi/api/Page.java:[34,33] package javax.xml.bind.annotation does not exist
 +
</source>

Revision as of 10:16, 10 October 2019

Why Java 8 is not dead

  • Because Java 9 breaks things
  • Because Java 10 breaks more things
  • Because Java 11 breaks even more things

And the cost/benefit relation of moving along Oracle's ideas seems not worthwile.

Examples

Mediawiki-Japi/src/main/java/com/bitplan/mediawiki/japi/api/Page.java:[34,33] package javax.xml.bind.annotation does not exist