
| Key: |
BATCH-271
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Ben Hale
|
| Reporter: |
Lucas Ward
|
| Votes: |
1
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
0.12d
|
|
|
Remaining Estimate:
|
0.12d
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
| There are no comments yet on this issue.
|
|