History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BATCH-383
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Ben Hale
Reporter: Dave Syer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch

Remove Java 5 features from samples

Created: 25/Feb/08 05:46 AM   Updated: 11/Mar/08 09:32 AM
Component/s: Samples
Affects Version/s: 1.0.0.m5
Fix Version/s: 1.0.0.rc1

Time Tracking:
Original Estimate: 1d
Original Estimate - 1d
Remaining Estimate: 1d
Remaining Estimate - 1d
Time Spent: Not Specified
Remaining Estimate - 1d


 Description  « Hide
Remove Java 5 features from samples: it is OK for the main jars to require Java 5 for compilation, as long as they can be shipped with 1.4 compatibility. But the samples probably need to be 1.4 compatible at the source level (e.g. no StringBuilder, Integer.valueOf, etc.). Once it is fixed an additional build plan in Bamboo would help

 All   Comments   Work Log   Change History   FishEye   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Robert Kasanicky - 04/Mar/08 07:33 AM
samples now compile and run with java 1.4 - can we make Bamboo check this state is preserved?

Dave Syer - 04/Mar/08 07:38 AM
Ben: I guess we need another build plan? Just a compile and test compile?