组织ID: |
org.springframework.batch |
项目ID: |
spring-batch-infrastructure |
版本: |
2.0.0.RC1 |
最后修改时间: |
2019-10-23 11:54:34 |
包类型: |
jar |
标题: |
Infrastructure |
描述: |
The Spring Batch Infrastructure is a set of low-level components, interfaces and tools for batch processing applications and optimisations.
|
大小: |
275.49KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>2.0.0.RC1</version>
</dependency>
|
Gradle引入代码: |
org.springframework.batch:spring-batch-infrastructure:2.0.0.RC1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-infrastructure</artifactId>
<packaging>jar</packaging>
<name>Infrastructure</name>
<description> 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-parent</artifactId>
<version>2.0.0.RC1</version>
<relativePath>../spring-batch-parent</relativePath>
</parent>
<properties>
<bundle.symbolic.name>${pom.groupId}.infrastructure</bundle.symbolic.name>
</properties>
<profiles>
<profile>
<id>tiger</id>
<activation>
<jdk>1.5</jdk>
</activation>
<dependencies>
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
<build>
<plugins>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_1.1_spec</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<optional>true</optional>
</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>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jta_1.1_spec</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.ibatis</groupId>
<artifactId>ibatis-sqlmap</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<optional>true</optional>
</dependency>
<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>
</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
org.springframework.batch.retry.RetryState.class
org.springframework.batch.retry.interceptor.StatefulRetryOperationsInterceptor$ItemRecovererCallback.class
org.springframework.batch.retry.interceptor.StatefulRetryOperationsInterceptor.class
org.springframework.batch.retry.interceptor.StatefulRetryOperationsInterceptor$1.class
org.springframework.batch.retry.interceptor.RetryOperationsInterceptor.class
org.springframework.batch.retry.interceptor.NewMethodArgumentsIdentifier.class
org.springframework.batch.retry.interceptor.RetryOperationsInterceptor$1.class
org.springframework.batch.retry.interceptor.MethodInvocationRecoverer.class
org.springframework.batch.retry.interceptor.MethodArgumentsKeyGenerator.class
org.springframework.batch.retry.interceptor.StatefulRetryOperationsInterceptor$MethodInvocationRetryCallback.class
org.springframework.batch.retry.context.RetryContextSupport.class
org.springframework.batch.retry.RetryCallback.class
org.springframework.batch.retry.RetryPolicy.class
org.springframework.batch.retry.RetryException.class
org.springframework.batch.retry.ExhaustedRetryException.class
org.springframework.batch.retry.RetryContext.class
org.springframework.batch.retry.listener.RetryListenerSupport.class
org.springframework.batch.retry.RetryStatistics.class
org.springframework.batch.retry.TerminatedRetryException.class
org.springframework.batch.retry.policy.ExceptionClassifierRetryPolicy$ExceptionClassifierRetryContext.class
org.springframework.batch.retry.policy.CompositeRetryPolicy$CompositeRetryContext.class
org.springframework.batch.retry.policy.TimeoutRetryPolicy.class
org.springframework.batch.retry.policy.NeverRetryPolicy.class
org.springframework.batch.retry.policy.MapRetryContextCache.class
org.springframework.batch.retry.policy.RetryContextCache.class
org.springframework.batch.retry.policy.ExceptionClassifierRetryPolicy.class
org.springframework.batch.retry.policy.SimpleRetryPolicy.class
org.springframework.batch.retry.policy.TimeoutRetryPolicy$TimeoutRetryContext.class
org.springframework.batch.retry.policy.CompositeRetryPolicy.class
org.springframework.batch.retry.policy.AlwaysRetryPolicy.class
org.springframework.batch.retry.policy.RetryCacheCapacityExceededException.class
org.springframework.batch.retry.policy.SimpleRetryPolicy$SimpleRetryContext.class
org.springframework.batch.retry.policy.NeverRetryPolicy$NeverRetryContext.class
org.springframework.batch.retry.backoff.BackOffPolicy.class
org.springframework.batch.retry.backoff.BackOffContext.class
org.springframework.batch.retry.backoff.ObjectWaitSleeper.class
org.springframework.batch.retry.backoff.NoBackOffPolicy.class
org.springframework.batch.retry.backoff.Sleeper.class
org.springframework.batch.retry.backoff.StatelessBackOffPolicy.class
org.springframework.batch.retry.backoff.FixedBackOffPolicy.class
org.springframework.batch.retry.backoff.ExponentialBackOffPolicy$ExponentialBackOffContext.class
org.springframework.batch.retry.backoff.ExponentialBackOffPolicy.class
org.springframework.batch.retry.backoff.BackOffInterruptedException.class
org.springframework.batch.retry.RecoveryCallback.class
org.springframework.batch.retry.support.RetrySynchronizationManager.class
org.springframework.batch.retry.support.RetryTemplate.class
org.springframework.batch.retry.support.DefaultRetryState.class
org.springframework.batch.retry.RetryListener.class
org.springframework.batch.retry.RetryOperations.class
org.springframework.batch.item.ItemStream.class
org.springframework.batch.item.ExecutionContext.class
org.springframework.batch.item.database.JpaItemWriter.class
org.springframework.batch.item.database.IbatisPagingItemReader.class
org.springframework.batch.item.database.JdbcBatchItemWriter$1.class
org.springframework.batch.item.database.IbatisBatchItemWriter.class
org.springframework.batch.item.database.ItemPreparedStatementSetter.class
org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy$CloseSuppressingInvocationHandler.class
org.springframework.batch.item.database.JdbcBatchItemWriter.class
org.springframework.batch.item.database.JdbcPagingItemReader.class
org.springframework.batch.item.database.BeanPropertyItemSqlParameterSourceProvider.class
org.springframework.batch.item.database.ExtendedConnectionDataSourceProxy.class
org.springframework.batch.item.database.JdbcPagingItemReader$PagingRowCallbackHandler.class
org.springframework.batch.item.database.HibernateItemWriter.class
org.springframework.batch.item.database.JdbcPagingItemReader$1.class
org.springframework.batch.item.database.JdbcCursorItemReader.class
org.springframework.batch.item.database.IbatisBatchItemWriter$1.class
org.springframework.batch.item.database.AbstractPagingItemReader.class
org.springframework.batch.item.database.JpaPagingItemReader.class
org.springframework.batch.item.database.support.OraclePagingQueryProvider.class
org.springframework.batch.item.database.support.SybasePagingQueryProvider.class
org.springframework.batch.item.database.support.SqlPagingQueryProviderFactoryBean.class
org.springframework.batch.item.database.support.DataFieldMaxValueIncrementerFactory.class
org.springframework.batch.item.database.support.AbstractSqlPagingQueryProvider.class
org.springframework.batch.item.database.support.SqlWindowingPagingQueryProvider.class
org.springframework.batch.item.database.support.JdbcParameterUtils.class
org.springframework.batch.item.database.support.Db2PagingQueryProvider.class
org.springframework.batch.item.database.support.MySqlPagingQueryProvider.class
org.springframework.batch.item.database.support.PostgresPagingQueryProvider.class
org.springframework.batch.item.database.support.SqlPagingQueryUtils.class
org.springframework.batch.item.database.support.ColumnMapItemPreparedStatementSetter.class
org.springframework.batch.item.database.support.DefaultDataFieldMaxValueIncrementerFactory.class
org.springframework.batch.item.database.support.SqlServerPagingQueryProvider.class
org.springframework.batch.item.database.support.DerbyPagingQueryProvider.class
org.springframework.batch.item.database.support.HsqlPagingQueryProvider.class
org.springframework.batch.item.database.ItemSqlParameterSourceProvider.class
org.springframework.batch.item.database.HibernateCursorItemReader.class
org.springframework.batch.item.database.PagingQueryProvider.class
org.springframework.batch.item.database.JdbcPagingItemReader$2.class
org.springframework.batch.item.ItemReader.class
org.springframework.batch.item.UnexpectedInputException.class
org.springframework.batch.item.ItemWriterException.class
org.springframework.batch.item.ReaderNotOpenException.class
org.springframework.batch.item.ClearFailedException.class
org.springframework.batch.item.ItemWriter.class
org.springframework.batch.item.WriterNotOpenException.class
org.springframework.batch.item.NoWorkFoundException.class
org.springframework.batch.item.FlushFailedException.class
org.springframework.batch.item.jms.JmsNewMethodArgumentsIdentifier.class
org.springframework.batch.item.jms.JmsMethodInvocationRecoverer.class
org.springframework.batch.item.jms.JmsItemWriter.class
org.springframework.batch.item.jms.JmsItemReader.class
org.springframework.batch.item.jms.JmsMethodArgumentsKeyGenerator.class
org.springframework.batch.item.file.FlatFileItemWriter$OutputState.class
org.springframework.batch.item.file.MultiResourceItemReader.class
org.springframework.batch.item.file.FlatFileItemReader.class
org.springframework.batch.item.file.MultiResourceItemReader$1.class
org.springframework.batch.item.file.separator.SimpleRecordSeparatorPolicy.class
org.springframework.batch.item.file.separator.DefaultRecordSeparatorPolicy.class
org.springframework.batch.item.file.separator.RecordSeparatorPolicy.class
org.springframework.batch.item.file.separator.SuffixRecordSeparatorPolicy.class
org.springframework.batch.item.file.LineCallbackHandler.class
org.springframework.batch.item.file.transform.RangeArrayPropertyEditor$1.class
org.springframework.batch.item.file.transform.AbstractLineTokenizer.class
org.springframework.batch.item.file.transform.DefaultFieldSet.class
org.springframework.batch.item.file.transform.RecursiveCollectionLineAggregator.class
org.springframework.batch.item.file.transform.IncorrectLineLengthException.class
org.springframework.batch.item.file.transform.FlatFileFormatException.class
org.springframework.batch.item.file.transform.FieldSet.class
org.springframework.batch.item.file.transform.ConversionException.class
org.springframework.batch.item.file.transform.FormatterLineAggregator.class
org.springframework.batch.item.file.transform.FixedLengthTokenizer.class
org.springframework.batch.item.file.transform.LineTokenizer.class
org.springframework.batch.item.file.transform.RangeArrayPropertyEditor.class
org.springframework.batch.item.file.transform.Range.class
org.springframework.batch.item.file.transform.PassThroughLineAggregator.class
org.springframework.batch.item.file.transform.DelimitedLineTokenizer.class
org.springframework.batch.item.file.transform.Alignment.class
org.springframework.batch.item.file.transform.ExtractorLineAggregator.class
org.springframework.batch.item.file.transform.FieldExtractor.class
org.springframework.batch.item.file.transform.BeanWrapperFieldExtractor.class
org.springframework.batch.item.file.transform.DelimitedLineAggregator.class
org.springframework.batch.item.file.transform.PrefixMatchingCompositeLineTokenizer.class
org.springframework.batch.item.file.transform.IncorrectTokenCountException.class
org.springframework.batch.item.file.transform.LineAggregator.class
org.springframework.batch.item.file.transform.PassThroughFieldExtractor.class
org.springframework.batch.item.file.MultiResourceItemReader$MultiResourceIndex.class
org.springframework.batch.item.file.FlatFileParseException.class
org.springframework.batch.item.file.FlatFileHeaderCallback.class
org.springframework.batch.item.file.ResourceAwareItemReaderItemStream.class
org.springframework.batch.item.file.FlatFileItemWriter.class
org.springframework.batch.item.file.ResourceAwareItemWriterItemStream.class
org.springframework.batch.item.file.MultiResourceItemWriter.class
org.springframework.batch.item.file.FlatFileFooterCallback.class
org.springframework.batch.item.file.FlatFileItemWriter$1.class
org.springframework.batch.item.file.ResourceSuffixCreator.class
org.springframework.batch.item.file.mapping.PassThroughLineMapper.class
org.springframework.batch.item.file.mapping.BindingException.class
org.springframework.batch.item.file.mapping.FieldSetMapper.class
org.springframework.batch.item.file.mapping.PropertyMatches.class
org.springframework.batch.item.file.mapping.BeanWrapperFieldSetMapper.class
org.springframework.batch.item.file.mapping.DefaultLineMapper.class
org.springframework.batch.item.file.mapping.PrefixMatchingCompositeLineMapper.class
org.springframework.batch.item.file.mapping.PassThroughFieldSetMapper.class
org.springframework.batch.item.file.mapping.LineMapper.class
org.springframework.batch.item.file.SimpleResourceSuffixCreator.class
org.springframework.batch.item.ItemStreamSupport.class
org.springframework.batch.item.ItemStreamException.class
org.springframework.batch.item.util.FileUtils.class
org.springframework.batch.item.util.ExecutionContextUserSupport.class
org.springframework.batch.item.ItemReaderException.class
org.springframework.batch.item.support.CompositeItemProcessor.class
org.springframework.batch.item.support.AbstractItemStreamItemWriter.class
org.springframework.batch.item.support.AbstractItemCountingItemStreamItemReader.class
org.springframework.batch.item.support.ListItemReader.class
org.springframework.batch.item.support.CompositeItemWriter.class
org.springframework.batch.item.support.AbstractItemStreamItemReader.class
org.springframework.batch.item.support.PassThroughItemProcessor.class
org.springframework.batch.item.support.CompositeItemStream.class
org.springframework.batch.item.adapter.ItemReaderAdapter.class
org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator.class
org.springframework.batch.item.adapter.ItemWriterAdapter.class
org.springframework.batch.item.adapter.DynamicMethodInvocationException.class
org.springframework.batch.item.adapter.PropertyExtractingDelegatingItemWriter.class
org.springframework.batch.item.ParseException.class
org.springframework.batch.item.validator.ValidationException.class
org.springframework.batch.item.validator.SpringValidator.class
org.springframework.batch.item.validator.ValidatingItemProcessor.class
org.springframework.batch.item.validator.Validator.class
org.springframework.batch.item.xml.StaxEventItemWriter.class
org.springframework.batch.item.xml.StaxWriterCallback.class
org.springframework.batch.item.xml.StaxEventItemReader.class
org.springframework.batch.item.xml.stax.DefaultFragmentEventReader.class
org.springframework.batch.item.xml.stax.FragmentEventReader.class
org.springframework.batch.item.xml.stax.AbstractEventWriterWrapper.class
org.springframework.batch.item.xml.stax.AbstractEventReaderWrapper.class
org.springframework.batch.item.xml.stax.NoStartEndDocumentStreamWriter.class
org.springframework.batch.item.ItemProcessor.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor$RepeatOperationsInterceptorException.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor$1.class
org.springframework.batch.repeat.interceptor.RepeatOperationsInterceptor$ResultHolder.class
org.springframework.batch.repeat.context.RepeatContextCounter.class
org.springframework.batch.repeat.context.RepeatContextSupport.class
org.springframework.batch.repeat.context.SynchronizedAttributeAccessor.class
org.springframework.batch.repeat.context.SynchronizedAttributeAccessor$1.class
org.springframework.batch.repeat.RepeatStatus.class
org.springframework.batch.repeat.CompletionPolicy.class
org.springframework.batch.repeat.RepeatException.class
org.springframework.batch.repeat.RepeatContext.class
org.springframework.batch.repeat.RepeatOperations.class
org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler$Level.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.RethrowOnThresholdExceptionHandler$1.class
org.springframework.batch.repeat.exception.LogOrRethrowExceptionHandler.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|