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

Key: BATCH-271
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Ben Hale
Reporter: Lucas Ward
Votes: 1
Watchers: 0
Operations

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

Non-essential spring dependencies should be made optional

Created: 07/Jan/08 03:04 PM   Updated: 11/Mar/08 11:28 AM
Component/s: Infrastructure, Core, Execution
Affects Version/s: 1.0-m3
Fix Version/s: 1.0.0.rc1

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


 Description  « Hide
Most of the dependencies within spring batch poms are listed as optional. However, the spring projects themselves aren't. For example, in infrastructure there are the following projects:

spring-aop
spring-core
spring-jdbc
spring-jms
spring-orm
spring-tx

Each of these comes with it's own dependency. However, if someone writing a file to file batch job, and using the Map dao's, they don't have a need for jms, jdbc, orm, etc. Therefore, they should be optional as well.

 All   Comments   Work Log   Change History   FishEye   Related Builds      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.