Coder Social home page Coder Social logo

Comments (5)

viktorklang avatar viktorklang commented on July 24, 2024

Java 1.5 is EOL

from config.

rorygibson avatar rorygibson commented on July 24, 2024

Yes - but that doesn't mean that aren't people still forced to deliver against it.
If there are no Java 1.6 - specific features of the codebase, why make it 1.6-only and prevent a segment of the community from using the software?

from config.

viktorklang avatar viktorklang commented on July 24, 2024

For cost reasons we only support current versions of Java, for our customers we can definitely consider EOL supported releases. Please don't hesitate to contact [email protected] if this is something you'd be interested in.

from config.

havocp avatar havocp commented on July 24, 2024

It doesn't compile with Java 1.5 at the moment; there are almost 200 instances of using @Override to override an interface method. If those were removed, I think there would be a bunch of warnings with 1.6. There may then be other problems with 1.5 that show up after fixing the initial batch of compile problems. The main issue here though is that it'd have to be regularly tested vs. JDK 1.5 (just building with -target 1.5 isn't enough since it doesn't find uses of methods or classes that don't exist in 1.5, it's necessary to build with the actual 1.5 JDK). So that's the extra work necessary to support 1.5, it isn't just a matter of adding the 1.5 build option or making a one-time source patch.

from config.

havocp avatar havocp commented on July 24, 2024

Supporting 1.5 does look fairly hard, so I don't think I'm likely to get to this. Java 6 is also EOL at this point, but will continue to build with it for a while.

from config.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.