Download jetstream-channels-processors-4.0.2.jar file

Introduction

You can download jetstream-channels-processors-4.0.2.jar in this page.

License

The Apache Software License, Version 2.0

Type List

jetstream-channels-processors-4.0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.ebay.jetstream/jetstream-channels-processors/pom.properties
META-INF/maven/com.ebay.jetstream/jetstream-channels-processors/pom.xml
com.ebay.jetstream.event.channel.file.CSVFileChannelAddress.class
com.ebay.jetstream.event.channel.file.DelimitedEventLog.class
com.ebay.jetstream.event.channel.file.EventLayout.class
com.ebay.jetstream.event.channel.file.FileChannelAddress.class
com.ebay.jetstream.event.channel.file.InboundFileChannel.class
com.ebay.jetstream.event.channel.file.InboundFileChannelHelper.class
com.ebay.jetstream.event.channel.file.OutboundFileChannel.class
com.ebay.jetstream.event.channel.file.OutboundFileChannelHelper.class
com.ebay.jetstream.event.channel.file.OutboundRollingFileChannel.class
com.ebay.jetstream.event.processor.console.ConsoleLoggingProcessor.class
com.ebay.jetstream.event.processor.loadbalance.PartionedLoadBalancerConfig.class
com.ebay.jetstream.event.processor.loadbalance.PartitionedLoadBalancer.class
com.ebay.jetstream.event.processor.loadbalance.RoundRobinLoadBalancer.class
com.ebay.jetstream.event.processor.ratelimiter.RateLimiterProcessor.class
com.ebay.jetstream.event.processor.ratelimiter.RateLimiterProcessorConfig.class
com.ebay.jetstream.event.processor.ratelimiter.RateMonitor.class
com.ebay.jetstream.event.processor.ratelimiter.Tracker.class

Pom

jetstream-channels-processors-4.0.2.pom file content.

<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
		<groupId>com.ebay.jetstream</groupId>
		<artifactId>jetstream-parent</artifactId>
		<version>4.0.2</version>
		<relativePath>../Build/superpom</relativePath>
	</parent>
  <artifactId>jetstream-channels-processors</artifactId>
  <packaging>jar</packaging>
  <name>jetstream-channels-processors</name>
  
  <licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
		<license>
			<name>The MIT License (MIT)</name>
			<url>http://opensource.org/licenses/MIT</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
  
  
  <dependencies>
  	<dependency>
  		<groupId>com.ebay.jetstream</groupId>
  		<artifactId>jetstreamframework</artifactId>
  		<version>${project.parent.version}</version>
  	</dependency>
  </dependencies>
  
  	<build>
		<finalName>${project.artifactId}.${project.version}.r${buildNumber}</finalName>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jar-plugin</artifactId>
				<configuration>
					<archive>
						<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
					</archive>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<configuration>
					<archive>
						<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
					</archive>
				</configuration>
				<executions>
					<execution>
						<id>attach-sources</id>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
			 <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-release-plugin</artifactId>
                    <version>2.4.1</version>
                    <configuration>
                            <autoVersionSubmodules>true</autoVersionSubmodules>
                            <useReleaseProfile>false</useReleaseProfile>
                            <releaseProfiles>release</releaseProfiles>
                            <goals>deploy</goals>
                    </configuration>
            </plugin>

			<!-- Apache Felix Bundle Plugin - For Generation of Manifest after Compile 
				phase -->
			<plugin>
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
				<!-- Configuration for generating the Manifest.mf -->
				<configuration>
					<!-- manifestLocation>src/main/resources/META-INF</manifestLocation -->
					<!-- Manifest Headers which need to customized during manifest generation -->
					<instructions>
						<!-- Bundle-Version>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.${timestamp}</Bundle-Version -->
						<Export-Package>{local-packages}</Export-Package>
						<_nouses>true</_nouses>
						<Import-Package>*
						</Import-Package>
					</instructions>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>findbugs-maven-plugin</artifactId>
			</plugin>
		</plugins>
	</build>

	<distributionManagement>
		<site />
	</distributionManagement>
  
</project>

POM Entry

<dependency>
   <groupId>com.ebay.jetstream</groupId>
   <artifactId>jetstream-channels-processors</artifactId>
   <version>4.0.2</version>
</dependency>

Download

If you think the following jetstream-channels-processors-4.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jetstream-channels-processors-4.0.2.jar file




PreviousNext

Related