Description of problem: There is a known behavior change with Zip Streaming between JDK6 and JDK7. This has caused a unit test to fail. Development should search the JON 3.1.1 codebase for other uses of the same Zip Streaming methods ... identify, review, and test. Reference: https://bugzilla.redhat.com/show_bug.cgi?id=838681
<mfoley> the unit test that failed in that area <mfoley> here we have a known change in behavior ... <mfoley> between JDK6 and JDK7 <mfoley> can there be a development activity to do a code search and identify other areas that use the same zipstream method? <ccrouch> mfoley: thats an excellent idea too, can you create a BZ for that and target it at jon311 <mfoley> will do
IntelliJ finds 67 occurrences of ZipOutputStream in the code base. 40 in production code and 27 in tests.
I went through all of those and I think they are fine now (especially given that John Sanda has fixed Bug 838681).
java7 removed as a feature from jon 3.1.1 not a bag, as no requirement exists.