diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/annotation/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/annotation/package-info.java new file mode 100644 index 000000000..bb88ba4d6 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/annotation/package-info.java @@ -0,0 +1,6 @@ +/** + * Annotations for java based configuration of listeners. + * + * @author Michael Minella + */ +package org.springframework.batch.core.annotation; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/annotation/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/annotation/package-info.java new file mode 100644 index 000000000..bdff91cd4 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/annotation/package-info.java @@ -0,0 +1,6 @@ +/** + * Annotations and builder factories for java based configuration + * + * @author Michael Minella + */ +package org.springframework.batch.core.configuration.annotation; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/package-info.java new file mode 100644 index 000000000..41c459857 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/package-info.java @@ -0,0 +1,6 @@ +/** + * Interfaces for registration and location of job configurations. + * + * @author Michael Minella + */ +package org.springframework.batch.core.configuration; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/package.html deleted file mode 100644 index 19c3ad676..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/package.html +++ /dev/null @@ -1,7 +0,0 @@ - -
--Interfaces for registration and location of job configurations. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/support/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/support/package-info.java new file mode 100644 index 000000000..96ca6d0b6 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/support/package-info.java @@ -0,0 +1,6 @@ +/** + * Specific implementations of configuration concerns. + * + * @author Michael Minella + */ +package org.springframework.batch.core.configuration.support; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/support/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/support/package.html deleted file mode 100644 index f0c19561d..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/support/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Specific implementations of configuration concerns. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/xml/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/xml/package-info.java new file mode 100644 index 000000000..4f66d82c9 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/configuration/xml/package-info.java @@ -0,0 +1,6 @@ +/** + * Parsers for XML based configuration + * + * @author Michael Minella + */ +package org.springframework.batch.core.configuration.xml; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/converter/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/converter/package-info.java new file mode 100644 index 000000000..d4a504ced --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/converter/package-info.java @@ -0,0 +1,7 @@ +/** + * Support classes for implementations of the batch APIs. Things like converters and resource location and management + * concerns. + * + * @author Michael Minella + */ +package org.springframework.batch.core.converter; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/converter/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/converter/package.html deleted file mode 100644 index 72f5b5cf6..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/converter/package.html +++ /dev/null @@ -1,6 +0,0 @@ - - -Support classes for implementations of the batch APIs. Things -like converters and resource location and management concerns.
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/explore/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/explore/package-info.java new file mode 100644 index 000000000..27a8fb739 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/explore/package-info.java @@ -0,0 +1,6 @@ +/** + * Interfaces and related classes to support meta data browsing. + * + * @author Michael Minella + */ +package org.springframework.batch.core.explore; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/explore/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/explore/package.html deleted file mode 100644 index d8d027732..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/explore/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Interfaces and related classes to support meta data browsing. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/explore/support/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/explore/support/package-info.java new file mode 100644 index 000000000..88b776115 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/explore/support/package-info.java @@ -0,0 +1,6 @@ +/** + * Specific implementations of explorer concerns. + * + * @author Michael Minella + */ +package org.springframework.batch.core.explore.support; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/explore/support/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/explore/support/package.html deleted file mode 100644 index 68494a733..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/explore/support/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Specific implementations of explorer concerns. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/job/builder/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/job/builder/package-info.java new file mode 100644 index 000000000..8f6190c87 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/job/builder/package-info.java @@ -0,0 +1,6 @@ +/** + * Job and flow level builders for java based configuration of batch jobs + * + * @author Michael Minella + */ +package org.springframework.batch.core.job.builder; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/package-info.java new file mode 100644 index 000000000..09763a929 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/package-info.java @@ -0,0 +1,6 @@ +/** + * Flow related constructs including Flow interface, executors, and related exceptions + * + * @author Michael Minella + */ +package org.springframework.batch.core.job.flow; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/support/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/support/package-info.java new file mode 100644 index 000000000..767f5956d --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/support/package-info.java @@ -0,0 +1,6 @@ +/** + * Basic implementations of flow constructs + * + * @author Michael Minella + */ +package org.springframework.batch.core.job.flow.support; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/support/state/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/support/state/package-info.java new file mode 100644 index 000000000..b8df3f9ed --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/job/flow/support/state/package-info.java @@ -0,0 +1,6 @@ +/** + * States used in defining the underlying Spring Batch state machine + * + * @author Michael Minella + */ +package org.springframework.batch.core.job.flow.support.state; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/job/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/job/package-info.java new file mode 100644 index 000000000..dee6142fc --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/job/package-info.java @@ -0,0 +1,6 @@ +/** + * Specific implementations of job concerns. + * + * @author Michael Minella + */ +package org.springframework.batch.core.job; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/job/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/job/package.html deleted file mode 100644 index 3e790dbd7..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/job/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Specific implementations of job concerns. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/configuration/support/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/configuration/support/package-info.java new file mode 100644 index 000000000..cef532674 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/configuration/support/package-info.java @@ -0,0 +1,6 @@ +/** + * Extensions of Spring components to support JSR-352 functionality. + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.configuration.support; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/configuration/xml/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/configuration/xml/package-info.java new file mode 100644 index 000000000..b23012081 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/configuration/xml/package-info.java @@ -0,0 +1,6 @@ +/** + * XML parsers for JSR-352 based Job Specification Language (JSL). + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.configuration.xml; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/flow/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/flow/package-info.java new file mode 100644 index 000000000..e56669cb8 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/flow/package-info.java @@ -0,0 +1,6 @@ +/** + * JSR-352 specific extensions of Flow constructs (executor and job). + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.job.flow; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/flow/support/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/flow/support/package-info.java new file mode 100644 index 000000000..10e3df393 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/flow/support/package-info.java @@ -0,0 +1,6 @@ +/** + * JSR-352 specific flow extensions. + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.job.flow.support; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/flow/support/state/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/flow/support/state/package-info.java new file mode 100644 index 000000000..fcf0bd840 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/flow/support/state/package-info.java @@ -0,0 +1,6 @@ +/** + * JSR-352 specific states used in flow execution. + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.job.flow.support.state; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/package-info.java new file mode 100644 index 000000000..cc81ea2ca --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/job/package-info.java @@ -0,0 +1,6 @@ +/** + * JSR-352 specific handler implementations. + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.job; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/launch/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/launch/package-info.java new file mode 100644 index 000000000..39b54c34d --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/launch/package-info.java @@ -0,0 +1,6 @@ +/** + * Implementation of the JSR-352 specific job launching facilities. + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.launch; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/package-info.java new file mode 100644 index 000000000..11c6dbbf0 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/package-info.java @@ -0,0 +1,6 @@ +/** + * Extensions of core batch components to apply JSR-352 specific logic. + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/partition/JsrPartitionHandler.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/partition/JsrPartitionHandler.java index 47b93cf39..403ee2320 100644 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/partition/JsrPartitionHandler.java +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/partition/JsrPartitionHandler.java @@ -41,7 +41,6 @@ import org.springframework.batch.core.JobExecutionException; import org.springframework.batch.core.Step; import org.springframework.batch.core.StepExecution; import org.springframework.batch.core.jsr.configuration.support.BatchPropertyContext; -import org.springframework.batch.core.partition.JsrStepExecutionSplitter; import org.springframework.batch.core.partition.PartitionHandler; import org.springframework.batch.core.partition.StepExecutionSplitter; import org.springframework.batch.core.repository.JobRepository; diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/partition/JsrStepExecutionSplitter.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/partition/JsrStepExecutionSplitter.java similarity index 98% rename from spring-batch-core/src/main/java/org/springframework/batch/core/partition/JsrStepExecutionSplitter.java rename to spring-batch-core/src/main/java/org/springframework/batch/core/jsr/partition/JsrStepExecutionSplitter.java index ec20f4c33..31f2980a6 100644 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/partition/JsrStepExecutionSplitter.java +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/partition/JsrStepExecutionSplitter.java @@ -13,11 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.springframework.batch.core.partition; - -import java.util.Comparator; -import java.util.Set; -import java.util.TreeSet; +package org.springframework.batch.core.jsr.partition; import org.springframework.batch.core.JobExecution; import org.springframework.batch.core.JobExecutionException; @@ -27,6 +23,10 @@ import org.springframework.batch.core.partition.support.SimpleStepExecutionSplit import org.springframework.batch.core.repository.JobRepository; import org.springframework.batch.item.ExecutionContext; +import java.util.Comparator; +import java.util.Set; +import java.util.TreeSet; + /** * Provides JSR-352 specific behavior for the splitting of {@link StepExecution}s. * diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/partition/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/partition/package-info.java new file mode 100644 index 000000000..2f3389524 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/partition/package-info.java @@ -0,0 +1,6 @@ +/** + * Implementation of JSR-352 specific partitioning extensions. + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.partition; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/batchlet/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/batchlet/package-info.java new file mode 100644 index 000000000..d3e6c16a3 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/batchlet/package-info.java @@ -0,0 +1,6 @@ +/** + * Classes for supporting JSR-352's {@link javax.batch.api.Batchlet}. + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.step.batchlet; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/builder/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/builder/package-info.java new file mode 100644 index 000000000..1efe54ec9 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/builder/package-info.java @@ -0,0 +1,6 @@ +/** + * Extensions to step related builders to implement JSR-352 specific functionality + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.step.builder; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/item/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/item/package-info.java new file mode 100644 index 000000000..9196bd276 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/item/package-info.java @@ -0,0 +1,6 @@ +/** + * JSR-352 specific components for implementing item based processing including fault tolerance. + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.step.item; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/package-info.java new file mode 100644 index 000000000..a0e7f8cf2 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/jsr/step/package-info.java @@ -0,0 +1,6 @@ +/** + * JSR-352 extensions of existing batch {@link org.springframework.batch.core.Step} types. + * + * @author Michael Minella + */ +package org.springframework.batch.core.jsr.step; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/launch/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/launch/package-info.java new file mode 100644 index 000000000..a05bbd7ac --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/launch/package-info.java @@ -0,0 +1,6 @@ +/** + * Interfaces and simple implementations of launch concerns. + * + * @author Michael Minella + */ +package org.springframework.batch.core.launch; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/launch/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/launch/package.html deleted file mode 100644 index b302ca258..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/launch/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Interfaces and simple implementations of launch concerns. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/package-info.java new file mode 100644 index 000000000..3ff35d572 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/package-info.java @@ -0,0 +1,6 @@ +/** + * Support classes for use in bootstrap and launch implementations or configurations. + * + * @author Michael Minella + */ +package org.springframework.batch.core.launch.support; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/package.html deleted file mode 100644 index 0401779d5..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Support classes for use in bootstrap and launch implementations or configurations. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/listener/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/listener/package-info.java new file mode 100644 index 000000000..1ed2f761b --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/listener/package-info.java @@ -0,0 +1,6 @@ +/** + * Generic implementations of core batch listener interfaces. + * + * @author Michael Minella + */ +package org.springframework.batch.core.listener; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/listener/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/listener/package.html deleted file mode 100644 index c8f398aa3..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/listener/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Generic implementations of core batch listener interfaces. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/package-info.java new file mode 100644 index 000000000..b5181edd4 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/package-info.java @@ -0,0 +1,8 @@ +/** + * Core domain context for Spring Batch covering jobs, steps, configuration and execution abstractions. Most classes + * here are interfaces with implementations saved for specific applications. This is the public API of Spring Batch. + * There is a reference implementation of the core interfaces in the execution module. + * + * @author Michael Minella + */ +package org.springframework.batch.core; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/package.html deleted file mode 100644 index 51b136d97..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/package.html +++ /dev/null @@ -1,11 +0,0 @@ - - --Core domain context for Spring Batch covering jobs, steps, -configuration and execution abstractions. Most classes here are -interfaces with implementations saved for specific applications. This -is the public API of Spring Batch. There is a reference -implementation of the core interfaces in the execution module. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/partition/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/partition/package-info.java new file mode 100644 index 000000000..faed3103c --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/partition/package-info.java @@ -0,0 +1,6 @@ +/** + * Interfaces for partitioning components. + * + * @author Michael Minella + */ +package org.springframework.batch.core.partition; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/partition/support/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/partition/support/package-info.java new file mode 100644 index 000000000..9fb238289 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/partition/support/package-info.java @@ -0,0 +1,6 @@ +/** + * Implementation of common partition components. + * + * @author Michael Minella + */ +package org.springframework.batch.core.partition.support; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/package-info.java new file mode 100644 index 000000000..9ef134d00 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/package-info.java @@ -0,0 +1,6 @@ +/** + * Specific implementations of dao concerns. + * + * @author Michael Minella + */ +package org.springframework.batch.core.repository.dao; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/package.html deleted file mode 100644 index 480b83c4f..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Specific implementations of dao concerns. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/repository/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/repository/package-info.java new file mode 100644 index 000000000..550508154 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/repository/package-info.java @@ -0,0 +1,6 @@ +/** + * Interfaces and generic implementations of repository concerns. + * + * @author Michael Minella + */ +package org.springframework.batch.core.repository; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/repository/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/repository/package.html deleted file mode 100644 index 88ab2c6da..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/repository/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Interfaces and generic implementations of repository concerns. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/repository/support/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/repository/support/package-info.java new file mode 100644 index 000000000..463c1b466 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/repository/support/package-info.java @@ -0,0 +1,6 @@ +/** + * Specific implementations of repository concerns. + * + * @author Michael Minella + */ +package org.springframework.batch.core.repository.support; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/repository/support/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/repository/support/package.html deleted file mode 100644 index d8f255db5..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/repository/support/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Specific implementations of repository concerns. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/scope/context/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/scope/context/package-info.java new file mode 100644 index 000000000..d158cc937 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/scope/context/package-info.java @@ -0,0 +1,6 @@ +/** + * Implementation of the contexts for each of the custom bean scopes in Spring Batch (Job and Step). + * + * @author Michael Minella + */ +package org.springframework.batch.core.scope.context; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/scope/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/scope/package-info.java new file mode 100644 index 000000000..9714c68d6 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/scope/package-info.java @@ -0,0 +1,6 @@ +/** + * Implementation of Spring Batch specific bean scopes (Job and Step). + * + * @author Michael Minella + */ +package org.springframework.batch.core.scope; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/builder/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/step/builder/package-info.java new file mode 100644 index 000000000..e148dc4a6 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/step/builder/package-info.java @@ -0,0 +1,6 @@ +/** + * Step level builders for java based job configuration. + * + * @author Michael Minella + */ +package org.springframework.batch.core.step.builder; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/factory/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/step/factory/package-info.java new file mode 100644 index 000000000..ae8f986c1 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/step/factory/package-info.java @@ -0,0 +1,6 @@ +/** + * Factories for step level components. + * + * @author Michael Minella + */ +package org.springframework.batch.core.step.factory; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/item/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/step/item/package-info.java new file mode 100644 index 000000000..7b629a338 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/step/item/package-info.java @@ -0,0 +1,6 @@ +/** + * Specific implementations of step concerns for item-oriented approach. + * + * @author Michael Minella + */ +package org.springframework.batch.core.step.item; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/item/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/step/item/package.html deleted file mode 100644 index 7ef763400..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/step/item/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Specific implementations of step concerns for item-oriented approach. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/job/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/step/job/package-info.java new file mode 100644 index 000000000..fe22ae868 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/step/job/package-info.java @@ -0,0 +1,6 @@ +/** + * {@link org.springframework.batch.core.step.job.JobStep} and related components. + * + * @author Michael Minella + */ +package org.springframework.batch.core.step.job; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/step/package-info.java new file mode 100644 index 000000000..6834b2874 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/step/package-info.java @@ -0,0 +1,6 @@ +/** + * Specific implementations of step concerns. + * + * @author Michael Minella + */ +package org.springframework.batch.core.step; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/step/package.html deleted file mode 100644 index 25753d39d..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/step/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Specific implementations of step concerns. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/skip/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/step/skip/package-info.java new file mode 100644 index 000000000..51353a268 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/step/skip/package-info.java @@ -0,0 +1,6 @@ +/** + * Specific implementations of skip concerns for items in a step. + * + * @author Michael Minella + */ +package org.springframework.batch.core.step.skip; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/skip/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/step/skip/package.html deleted file mode 100644 index 6637a1371..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/step/skip/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Specific implementations of skip concerns for items in a step. -
- - diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/tasklet/package-info.java b/spring-batch-core/src/main/java/org/springframework/batch/core/step/tasklet/package-info.java new file mode 100644 index 000000000..ee1457df3 --- /dev/null +++ b/spring-batch-core/src/main/java/org/springframework/batch/core/step/tasklet/package-info.java @@ -0,0 +1,6 @@ +/** + * Interfaces and generic implementations of tasklet concerns. + * + * @author Michael Minella + */ +package org.springframework.batch.core.step.tasklet; \ No newline at end of file diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/step/tasklet/package.html b/spring-batch-core/src/main/java/org/springframework/batch/core/step/tasklet/package.html deleted file mode 100644 index 5bf66aab7..000000000 --- a/spring-batch-core/src/main/java/org/springframework/batch/core/step/tasklet/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Interfaces and generic implementations of tasklet concerns. -
- - diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/job/flow/FlowJobTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/job/flow/FlowJobTests.java index 84bb1ca38..b8e6ec409 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/job/flow/FlowJobTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/job/flow/FlowJobTests.java @@ -36,7 +36,7 @@ import org.springframework.batch.core.job.flow.support.state.StepState; import org.springframework.batch.core.jsr.configuration.support.BatchPropertyContext; import org.springframework.batch.core.jsr.partition.JsrPartitionHandler; import org.springframework.batch.core.jsr.step.PartitionStep; -import org.springframework.batch.core.partition.JsrStepExecutionSplitter; +import org.springframework.batch.core.jsr.partition.JsrStepExecutionSplitter; import org.springframework.batch.core.repository.JobRepository; import org.springframework.batch.core.repository.dao.JobExecutionDao; import org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean; diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/jsr/partition/JsrPartitionHandlerTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/jsr/partition/JsrPartitionHandlerTests.java index c16fedda7..b7315365e 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/jsr/partition/JsrPartitionHandlerTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/jsr/partition/JsrPartitionHandlerTests.java @@ -44,7 +44,6 @@ import org.springframework.batch.core.StepExecution; import org.springframework.batch.core.jsr.JsrTestUtils; import org.springframework.batch.core.jsr.configuration.support.BatchPropertyContext; import org.springframework.batch.core.jsr.step.batchlet.BatchletSupport; -import org.springframework.batch.core.partition.JsrStepExecutionSplitter; import org.springframework.batch.core.repository.JobRepository; import org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean; import org.springframework.batch.core.step.JobRepositorySupport; diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/jsr/partition/JsrStepExecutionSplitterTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/jsr/partition/JsrStepExecutionSplitterTests.java index a1c409495..d1f43c552 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/jsr/partition/JsrStepExecutionSplitterTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/jsr/partition/JsrStepExecutionSplitterTests.java @@ -24,7 +24,6 @@ import org.junit.Before; import org.junit.Test; import org.springframework.batch.core.JobExecution; import org.springframework.batch.core.StepExecution; -import org.springframework.batch.core.partition.JsrStepExecutionSplitter; import org.springframework.batch.core.step.JobRepositorySupport; public class JsrStepExecutionSplitterTests { diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/adapter/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/adapter/package-info.java new file mode 100644 index 000000000..45c6f3c5a --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/adapter/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Adapters for Plain Old Java Objects. + *
+ */ +package org.springframework.batch.item.adapter; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/adapter/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/adapter/package.html deleted file mode 100644 index a8e90f1ca..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/adapter/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Adapters for Plain Old Java Objects. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/amqp/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/amqp/package-info.java new file mode 100644 index 000000000..479b6e0bb --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/amqp/package-info.java @@ -0,0 +1,6 @@ +/** + * AMQP related batch components. + * + * @author Michael Minella + */ +package org.springframework.batch.item.amqp; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/data/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/data/package-info.java new file mode 100644 index 000000000..6918b224d --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/data/package-info.java @@ -0,0 +1,6 @@ +/** + * Spring Data related readers and writers. + * + * @author Michael Minella + */ +package org.springframework.batch.item.data; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/orm/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/orm/package-info.java new file mode 100644 index 000000000..edf47c35e --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/orm/package-info.java @@ -0,0 +1,6 @@ +/** + * Support classes for components using various ORM related technologies. + * + * @author Michael Minella + */ +package org.springframework.batch.item.database.orm; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/package-info.java new file mode 100644 index 000000000..056bac1a5 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of database based item readers and writers. + *
+ */ +package org.springframework.batch.item.database; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/package.html deleted file mode 100644 index c73e51f88..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of database based item readers and writers. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/support/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/support/package-info.java new file mode 100644 index 000000000..af23cc46f --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/database/support/package-info.java @@ -0,0 +1,6 @@ +/** + * Support classes for database specific semantics. + * + * @author Michael Minella + */ +package org.springframework.batch.item.database.support; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/mapping/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/mapping/package-info.java new file mode 100644 index 000000000..9d629c503 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/mapping/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of io file support mapping concerns. + *
+ */ +package org.springframework.batch.item.file.mapping; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/mapping/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/mapping/package.html deleted file mode 100644 index f6a1929c8..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/mapping/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of io file support mapping concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/package-info.java new file mode 100644 index 000000000..3b5cdafb3 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of io file concerns. + *
+ */ +package org.springframework.batch.item.file; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/package.html deleted file mode 100644 index acc13f0c6..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of io file concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/separator/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/separator/package-info.java new file mode 100644 index 000000000..3037e3601 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/separator/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of io file support separator concerns. + *
+ */ +package org.springframework.batch.item.file.separator; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/separator/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/separator/package.html deleted file mode 100644 index 11f311caf..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/separator/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of io file support separator concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/transform/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/transform/package-info.java new file mode 100644 index 000000000..7bfc7f725 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/transform/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of io file support transform concerns. + *
+ */ +package org.springframework.batch.item.file.transform; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/transform/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/transform/package.html deleted file mode 100644 index 79853a581..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/transform/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of io file support transform concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/jms/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/jms/package-info.java new file mode 100644 index 000000000..e5e0215ce --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/jms/package-info.java @@ -0,0 +1,6 @@ +/** + * JMS based reader/writer and related components. + * + * @author Michael Minella + */ +package org.springframework.batch.item.jms; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/mail/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/mail/package-info.java new file mode 100644 index 000000000..8bae035ee --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/mail/package-info.java @@ -0,0 +1,6 @@ +/** + * Java Mail based components. + * + * @author Michael Minella + */ +package org.springframework.batch.item.mail; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/package-info.java new file mode 100644 index 000000000..582937b61 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure interfaces and primary dependencies for item concerns. + *
+ */ +package org.springframework.batch.item; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/package.html deleted file mode 100644 index 9a571c389..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure interfaces and primary dependencies for item concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/package-info.java new file mode 100644 index 000000000..d91de2700 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Internal support package + *
+ */ +package org.springframework.batch.item.support; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/package.html deleted file mode 100644 index ca70983df..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Internal support package -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/validator/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/validator/package-info.java new file mode 100644 index 000000000..3498aca64 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/validator/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of item validator concerns. + *
+ */ +package org.springframework.batch.item.validator; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/validator/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/validator/package.html deleted file mode 100644 index 26c82e9c1..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/validator/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of item validator concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/package-info.java new file mode 100644 index 000000000..51faa8be0 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of xml input and output. + *
+ */ +package org.springframework.batch.item.xml; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/package.html deleted file mode 100644 index 1367ff7b4..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of xml input and output. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/jsr/item/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/jsr/item/package-info.java new file mode 100644 index 000000000..bc5408217 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/jsr/item/package-info.java @@ -0,0 +1,6 @@ +/** + * Components for adapting JSR item based components to Spring Batch. + * + * @author Michael Minella + */ +package org.springframework.batch.jsr.item; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/package-info.java new file mode 100644 index 000000000..db2b1bfae --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of . concerns. + *
+ */ +package org.springframework.batch; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/package.html deleted file mode 100644 index 5137c3e68..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of . concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/callback/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/callback/package-info.java new file mode 100644 index 000000000..39c2cbcc6 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/callback/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of repeat callback concerns. + *
+ */ +package org.springframework.batch.repeat.callback; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/callback/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/callback/package.html deleted file mode 100644 index a25a6cf38..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/callback/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of repeat callback concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/context/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/context/package-info.java new file mode 100644 index 000000000..3f9236610 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/context/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of repeat context concerns. + *
+ */ +package org.springframework.batch.repeat.context; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/context/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/context/package.html deleted file mode 100644 index 7bb43facd..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/context/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of repeat context concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/exception/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/exception/package-info.java new file mode 100644 index 000000000..ea2f62961 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/exception/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of repeat exception handler concerns. + *
+ */ +package org.springframework.batch.repeat.exception; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/exception/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/exception/package.html deleted file mode 100644 index edbc051c8..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/exception/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of repeat exception handler concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/interceptor/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/interceptor/package-info.java new file mode 100644 index 000000000..4223c403e --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/interceptor/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of repeat aop concerns. + *
+ */ +package org.springframework.batch.repeat.interceptor; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/interceptor/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/interceptor/package.html deleted file mode 100644 index bb348cede..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/interceptor/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of repeat aop concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/listener/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/listener/package-info.java new file mode 100644 index 000000000..a0aa0698f --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/listener/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of repeat interceptor concerns. + *
+ */ +package org.springframework.batch.repeat.listener; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/listener/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/listener/package.html deleted file mode 100644 index 8a95d8382..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/listener/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of repeat interceptor concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/package-info.java new file mode 100644 index 000000000..83970c534 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of repeat concerns. + *
+ */ +package org.springframework.batch.repeat; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/package.html deleted file mode 100644 index 531b1f8c4..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of repeat concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/policy/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/policy/package-info.java new file mode 100644 index 000000000..379b76c4a --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/policy/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of repeat policy concerns. + *
+ */ +package org.springframework.batch.repeat.policy; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/policy/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/policy/package.html deleted file mode 100644 index e30f24f4e..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/policy/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of repeat policy concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/support/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/support/package-info.java new file mode 100644 index 000000000..35b4879e8 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/support/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of repeat support concerns. + *
+ */ +package org.springframework.batch.repeat.support; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/support/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/support/package.html deleted file mode 100644 index 6e3f0eef5..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/repeat/support/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of repeat support concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/package-info.java new file mode 100644 index 000000000..b24b6ce9b --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of support concerns. + *
+ */ +package org.springframework.batch.support; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/package.html deleted file mode 100644 index 3da319dce..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of support concerns. -
- - diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/transaction/package-info.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/transaction/package-info.java new file mode 100644 index 000000000..80d6d52d8 --- /dev/null +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/transaction/package-info.java @@ -0,0 +1,6 @@ +/** + *+ * Infrastructure implementations of support transaction concerns. + *
+ */ +package org.springframework.batch.support.transaction; \ No newline at end of file diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/transaction/package.html b/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/transaction/package.html deleted file mode 100644 index 77cef996a..000000000 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/transaction/package.html +++ /dev/null @@ -1,7 +0,0 @@ - - --Infrastructure implementations of support transaction concerns. -
- - diff --git a/spring-batch-integration/src/main/java/org/springframework/batch/integration/async/package-info.java b/spring-batch-integration/src/main/java/org/springframework/batch/integration/async/package-info.java new file mode 100644 index 000000000..928d010d6 --- /dev/null +++ b/spring-batch-integration/src/main/java/org/springframework/batch/integration/async/package-info.java @@ -0,0 +1,6 @@ +/** + * Components for executing item processing asynchronously and writing the results when processing is complete. + * + * @author Michael Minella + */ +package org.springframework.batch.integration.async; \ No newline at end of file diff --git a/spring-batch-integration/src/main/java/org/springframework/batch/integration/chunk/package-info.java b/spring-batch-integration/src/main/java/org/springframework/batch/integration/chunk/package-info.java new file mode 100644 index 000000000..e09ccbf4c --- /dev/null +++ b/spring-batch-integration/src/main/java/org/springframework/batch/integration/chunk/package-info.java @@ -0,0 +1,6 @@ +/** + * Components for remote chunking. + * + * @author Michael Minella + */ +package org.springframework.batch.integration.chunk; \ No newline at end of file diff --git a/spring-batch-integration/src/main/java/org/springframework/batch/integration/launch/package-info.java b/spring-batch-integration/src/main/java/org/springframework/batch/integration/launch/package-info.java new file mode 100644 index 000000000..7ad7ab459 --- /dev/null +++ b/spring-batch-integration/src/main/java/org/springframework/batch/integration/launch/package-info.java @@ -0,0 +1,6 @@ +/** + * Message based job launching components. + * + * @author Michael Minella + */ +package org.springframework.batch.integration.launch; \ No newline at end of file diff --git a/spring-batch-integration/src/main/java/org/springframework/batch/integration/partition/package-info.java b/spring-batch-integration/src/main/java/org/springframework/batch/integration/partition/package-info.java new file mode 100644 index 000000000..0615357c3 --- /dev/null +++ b/spring-batch-integration/src/main/java/org/springframework/batch/integration/partition/package-info.java @@ -0,0 +1,6 @@ +/** + * Remote partitioning components. + * + * @author Michael Minella + */ +package org.springframework.batch.integration.partition; \ No newline at end of file