All Questions
Tagged with software-updates java
2 questions
3
votes
1
answer
338
views
Why are some minor update versions of Java skipped?
Up until around January 2013, the minor updates of major Java versions were always consecutive: 6u30, 6u31, 6u32, 6u33 and so on. The same is true for Java 7 updates.
But, starting around January or ...
14
votes
1
answer
2k
views
Considerations on which Java version to run in Production
Some people run the bleeding edge of technologies - updating the day that something is updated. In production, this isn't as appropriate.
Researching about if the current (Java 7) version is ready ...