组织ID: |
org.springframework.batch |
项目ID: |
spring-batch-infrastructure |
版本: |
1.1.2.RELEASE |
最后修改时间: |
2019-10-23 11:54:49 |
包类型: |
jar |
标题: |
Infrastructure |
描述: |
|
大小: |
251.23KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.batch:spring-batch-infrastructure:1.1.2.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-infrastructure</artifactId>
<version>1.1.2.RELEASE</version>
<packaging>jar</packaging>
<name>Infrastructure</name>
<description>
<!-- Use CDATA to keep it on a single line in the manifest -->
<![CDATA[The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations.]]>
</description>
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.1.2.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<profiles>
<profile>
<id>clover</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-clover-plugin</artifactId>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<artifactId>maven-clover-plugin</artifactId>
</plugin>
</plugins>
</reporting>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
<dependency>
<!-- This is just for the JMS spec - could use javax.jms -->
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_1.1_spec</artifactId>
<version>1.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>mockobjects</groupId>
<artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
</exclusion>
<exclusion>
<groupId>mockobjects</groupId>
<artifactId>mockobjects-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<version>1.0.3</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<!-- Needed by Hibernate if JTA is excluded -->
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<!-- Force Hibernate to use a particular nodep version of cglib in case of clash with Spring AOP -->
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.ibatis</groupId>
<artifactId>ibatis-sqlmap</artifactId>
<version>2.3.0</version>
<optional>true</optional>
</dependency>
<!-- Spring Dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>emma-maven-plugin</artifactId>
</plugin>
</plugins>
</reporting>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring-batch-infrastructure.mf
org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator.class
org.springframework.batch.item.adapter.DynamicMethodInvocationException.class
org.springframework.batch.item.adapter.ItemReaderAdapter.class
org.springframework.batch.item.adapter.ItemWriterAdapter.class
org.springframework.batch.item.adapter.PropertyExtractingDelegatingItemWriter.class
org.springframework.batch.item.ClearFailedException.class
org.springframework.batch.item.database.AbstractTransactionalResourceItemWriter.class
org.springframework.batch.item.database.BatchSqlUpdateItemWriter$1.class
org.springframework.batch.item.database.BatchSqlUpdateItemWriter.class
org.springframework.batch.item.database.DrivingQueryItemReader.class
org.springframework.batch.item.database.HibernateAwareItemWriter.class
org.springframework.batch.item.database.HibernateCursorItemReader.class
org.springframework.batch.item.database.IbatisDrivingQueryItemReader.class
org.springframework.batch.item.database.ItemPreparedStatementSetter.class
org.springframework.batch.item.database.JdbcCursorItemReader.class
org.springframework.batch.item.database.KeyCollector.class
org.springframework.batch.item.database.support.ColumnMapItemPreparedStatementSetter.class
org.springframework.batch.item.database.support.DataFieldMaxValueIncrementerFactory.class
org.springframework.batch.item.database.support.DefaultDataFieldMaxValueIncrementerFactory.class
org.springframework.batch.item.database.support.IbatisKeyCollector.class
org.springframework.batch.item.database.support.MultipleColumnJdbcKeyCollector$PreparedStatementSetterKeyWrapper.class
org.springframework.batch.item.database.support.MultipleColumnJdbcKeyCollector.class
org.springframework.batch.item.database.support.SingleColumnJdbcKeyCollector.class
org.springframework.batch.item.ExecutionContext.class
org.springframework.batch.item.file.FlatFileItemReader.class
org.springframework.batch.item.file.FlatFileItemWriter$1.class
org.springframework.batch.item.file.FlatFileItemWriter$OutputState.class
org.springframework.batch.item.file.FlatFileItemWriter.class
org.springframework.batch.item.file.FlatFileParseException.class
org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper.class
org.springframework.batch.item.file.mapping.BindingException.class
org.springframework.batch.item.file.mapping.DefaultFieldSet.class
org.springframework.batch.item.file.mapping.FieldSet.class
org.springframework.batch.item.file.mapping.FieldSetCreator.class
org.springframework.batch.item.file.mapping.FieldSetMapper.class
org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper.class
org.springframework.batch.item.file.mapping.PropertyMatches.class
org.springframework.batch.item.file.MultiResourceItemReader$1.class
org.springframework.batch.item.file.MultiResourceItemReader$MultiResourceIndex.class
org.springframework.batch.item.file.MultiResourceItemReader.class
org.springframework.batch.item.file.ResourceAwareItemReaderItemStream.class
org.springframework.batch.item.file.separator.DefaultRecordSeparatorPolicy.class
org.springframework.batch.item.file.separator.LineReader.class
org.springframework.batch.item.file.separator.RecordSeparatorPolicy.class
org.springframework.batch.item.file.separator.ResourceLineReader$1.class
org.springframework.batch.item.file.separator.ResourceLineReader$State.class
org.springframework.batch.item.file.separator.ResourceLineReader.class
org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicy.class
org.springframework.batch.item.file.separator.SuffixRecordSeparatorPolicy.class
org.springframework.batch.item.file.transform.AbstractLineTokenizer.class
org.springframework.batch.item.file.transform.Alignment.class
org.springframework.batch.item.file.transform.ConversionException.class
org.springframework.batch.item.file.transform.DelimitedLineAggregator.class
org.springframework.batch.item.file.transform.DelimitedLineTokenizer.class
org.springframework.batch.item.file.transform.FixedLengthLineAggregator.class
org.springframework.batch.item.file.transform.FixedLengthTokenizer.class
org.springframework.batch.item.file.transform.FlatFileFormatException.class
org.springframework.batch.item.file.transform.IncorrectLineLengthException.class
org.springframework.batch.item.file.transform.IncorrectTokenCountException.class
org.springframework.batch.item.file.transform.LineAggregator.class
org.springframework.batch.item.file.transform.LineAggregatorItemTransformer.class
org.springframework.batch.item.file.transform.LineTokenizer.class
org.springframework.batch.item.file.transform.PrefixMatchingCompositeLineTokenizer.class
org.springframework.batch.item.file.transform.Range.class
org.springframework.batch.item.file.transform.RangeArrayPropertyEditor$1.class
org.springframework.batch.item.file.transform.RangeArrayPropertyEditor.class
org.springframework.batch.item.file.transform.RecursiveCollectionItemTransformer$1.class
org.springframework.batch.item.file.transform.RecursiveCollectionItemTransformer$TransformHolder.class
org.springframework.batch.item.file.transform.RecursiveCollectionItemTransformer.class
org.springframework.batch.item.FlushFailedException.class
org.springframework.batch.item.ItemKeyGenerator.class
org.springframework.batch.item.ItemReader.class
org.springframework.batch.item.ItemReaderException.class
org.springframework.batch.item.ItemRecoverer.class
org.springframework.batch.item.ItemStream.class
org.springframework.batch.item.ItemStreamException.class
org.springframework.batch.item.ItemStreamSupport.class
org.springframework.batch.item.ItemWriter.class
org.springframework.batch.item.ItemWriterException.class
org.springframework.batch.item.jms.JmsItemReader.class
org.springframework.batch.item.MarkFailedException.class
org.springframework.batch.item.NewItemIdentifier.class
org.springframework.batch.item.NoWorkFoundException.class
org.springframework.batch.item.ParseException.class
org.springframework.batch.item.ReaderNotOpenException.class
org.springframework.batch.item.ResetFailedException.class
org.springframework.batch.item.support.AbstractBufferedItemReaderItemStream.class
org.springframework.batch.item.support.AbstractItemReader.class
org.springframework.batch.item.support.AbstractItemStreamItemReader.class
org.springframework.batch.item.support.AbstractItemStreamItemWriter.class
org.springframework.batch.item.support.AbstractItemWriter.class
org.springframework.batch.item.support.AggregateItemReader$1.class
org.springframework.batch.item.support.AggregateItemReader$ResultHolder.class
org.springframework.batch.item.support.AggregateItemReader.class
org.springframework.batch.item.support.CompositeItemStream.class
org.springframework.batch.item.support.CompositeItemWriter.class
org.springframework.batch.item.support.DelegatingItemReader.class
org.springframework.batch.item.support.DelegatingItemWriter.class
org.springframework.batch.item.support.ListItemReader.class
org.springframework.batch.item.transform.CompositeItemTransformer.class
org.springframework.batch.item.transform.ItemTransformer.class
org.springframework.batch.item.transform.ItemTransformerItemWriter.class
org.springframework.batch.item.UnexpectedInputException.class
org.springframework.batch.item.util.ExecutionContextUserSupport.class
org.springframework.batch.item.util.FileUtils.class
org.springframework.batch.item.validator.SpringValidator.class
org.springframework.batch.item.validator.ValidatingItemReader.class
org.springframework.batch.item.validator.ValidationException.class
org.springframework.batch.item.validator.Validator.class
org.springframework.batch.item.WriterNotOpenException.class
org.springframework.batch.item.xml.EventReaderDeserializer.class
org.springframework.batch.item.xml.EventWriterSerializer.class
org.springframework.batch.item.xml.oxm.MarshallingEventWriterSerializer.class
org.springframework.batch.item.xml.oxm.UnmarshallingEventReaderDeserializer.class
org.springframework.batch.item.xml.stax.AbstractEventReaderWrapper.class
org.springframework.batch.item.xml.stax.AbstractEventWriterWrapper.class
org.springframework.batch.item.xml.stax.DefaultFragmentEventReader.class
org.springframework.batch.item.xml.stax.DefaultTransactionalEventReader.class
org.springframework.batch.item.xml.stax.EventSequence.class
org.springframework.batch.item.xml.stax.FragmentEventReader.class
org.springframework.batch.item.xml.stax.NoStartEndDocumentStreamWriter.class
org.springframework.batch.item.xml.stax.TransactionalEventReader.class
org.springframework.batch.item.xml.StaxEventItemReader.class
org.springframework.batch.item.xml.StaxEventItemWriter.class
org.springframework.batch.repeat.callback.ItemReaderRepeatCallback.class
org.springframework.batch.repeat.callback.NestedRepeatCallback.class
org.springframework.batch.repeat.CompletionPolicy.class
org.springframework.batch.repeat.context.AtomicCounter.class
org.springframework.batch.repeat.context.AtomicCounterFactory.class
org.springframework.batch.repeat.context.BackportConcurrentAtomicCounter.class
org.springframework.batch.repeat.context.JdkConcurrentAtomicCounter.class
org.springframework.batch.repeat.context.RepeatContextCounter.class
org.springframework.batch.repeat.context.RepeatContextSupport.class
org.springframework.batch.repeat.context.SynchronizedAttributeAccessor$1.class
org.springframework.batch.repeat.context.SynchronizedAttributeAccessor.class
org.springframework.batch.repeat.exception.CompositeExceptionHandler.class
org.springframework.batch.repeat.exception.DefaultExceptionHandler.class
org.springframework.batch.repeat.exception.ExceptionHandler.class
org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler$1.class
org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.class
org.springframework.batch.repeat.exception.RethrowOnThresholdExceptionHandler.class
org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler$1.class
org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler$2.class
org.springframework.batch.repeat.exception.SimpleLimitExceptionHandler.class
org.springframework.batch.repeat.ExitStatus.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor$1.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor$RepeatOperationsInterceptorException.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor$ResultHolder.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor.class
org.springframework.batch.repeat.listener.CompositeRepeatListener.class
org.springframework.batch.repeat.listener.RepeatListenerSupport.class
org.springframework.batch.repeat.policy.CompletionPolicySupport.class
org.springframework.batch.repeat.policy.CompositeCompletionPolicy$CompositeBatchContext.class
org.springframework.batch.repeat.policy.CompositeCompletionPolicy.class
org.springframework.batch.repeat.policy.CountingCompletionPolicy$CountingBatchContext.class
org.springframework.batch.repeat.policy.CountingCompletionPolicy.class
org.springframework.batch.repeat.policy.DefaultResultCompletionPolicy.class
org.springframework.batch.repeat.policy.SimpleCompletionPolicy$SimpleTerminationContext.class
org.springframework.batch.repeat.policy.SimpleCompletionPolicy.class
org.springframework.batch.repeat.policy.TimeoutTerminationPolicy$TimeoutBatchContext.class
org.springframework.batch.repeat.policy.TimeoutTerminationPolicy.class
org.springframework.batch.repeat.RepeatCallback.class
org.springframework.batch.repeat.RepeatContext.class
org.springframework.batch.repeat.RepeatException.class
org.springframework.batch.repeat.RepeatListener.class
org.springframework.batch.repeat.RepeatOperations.class
org.springframework.batch.repeat.support.AbstractResultQueue.class
org.springframework.batch.repeat.support.BackportConcurrentResultQueue.class
org.springframework.batch.repeat.support.JdkConcurrentResultQueue.class
org.springframework.batch.repeat.support.RepeatInternalState.class
org.springframework.batch.repeat.support.RepeatInternalStateSupport.class
org.springframework.batch.repeat.support.RepeatSynchronizationManager.class
org.springframework.batch.repeat.support.RepeatTemplate.class
org.springframework.batch.repeat.support.ResultHolder.class
org.springframework.batch.repeat.support.ResultQueue.class
org.springframework.batch.repeat.support.ResultQueueFactory.class
org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate$ExecutingRunnable.class
org.springframework.batch.repeat.support.TaskExecutorRepeatTemplate.class
org.springframework.batch.retry.backoff.BackOffContext.class
org.springframework.batch.retry.backoff.BackOffInterruptedException.class
org.springframework.batch.retry.backoff.BackOffPolicy.class
org.springframework.batch.retry.backoff.ExponentialBackOffPolicy$ExponentialBackOffContext.class
org.springframework.batch.retry.backoff.ExponentialBackOffPolicy.class
org.springframework.batch.retry.backoff.FixedBackOffPolicy.class
org.springframework.batch.retry.backoff.NoBackOffPolicy.class
org.springframework.batch.retry.backoff.ObjectWaitSleeper.class
org.springframework.batch.retry.backoff.Sleeper.class
org.springframework.batch.retry.backoff.StatelessBackOffPolicy.class
org.springframework.batch.retry.callback.RecoveryRetryCallback.class
org.springframework.batch.retry.context.RetryContextSupport.class
org.springframework.batch.retry.ExhaustedRetryException.class
org.springframework.batch.retry.interceptor.RetryOperationsInterceptor$1.class
org.springframework.batch.retry.interceptor.RetryOperationsInterceptor.class
org.springframework.batch.retry.interceptor.StatefulRetryOperationsInterceptor$1.class
org.springframework.batch.retry.interceptor.StatefulRetryOperationsInterceptor$ItemRecovererCallback.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
geronimo-jms_1.1_spec-1.0.jar
/org.apache.geronimo.specs/geronimo-jms_1.1_spec/1.0
查看geronimo-jms_1.1_spec所有版本文件
spring-oxm-1.0.3.jar
/org.springframework.ws/spring-oxm/1.0.3
查看spring-oxm所有版本文件
geronimo-jta_1.1_spec-1.1.jar
/org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1
查看geronimo-jta_1.1_spec所有版本文件
ibatis-sqlmap-2.3.0.jar
/org.apache.ibatis/ibatis-sqlmap/2.3.0
查看ibatis-sqlmap所有版本文件
|