Accepting request 1117472 from Java:packages
Upgrading the scala stack OBS-URL: https://build.opensuse.org/request/show/1117472 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akka?expand=0&rev=9
This commit is contained in:
commit
2e495cf3d3
6
_service
6
_service
@ -3,8 +3,10 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/akka/akka.git</param>
|
||||
<param name="revision">v2.3.16</param>
|
||||
<param name="versionformat">2.3.16</param>
|
||||
<param name="revision">v2.8.5</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="exclude">akka-camel</param>
|
||||
<param name="exclude">akka-contrib</param>
|
||||
<param name="exclude">akka-durable-mailboxes</param>
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- akka-2.3.16/akka-actor/src/main/scala/akka/dispatch/CachingConfig.scala
|
||||
+++ akka-2.3.16/akka-actor/src/main/scala/akka/dispatch/CachingConfig.scala
|
||||
@@ -178,5 +178,17 @@
|
||||
def resolveWith(source: Config, options: ConfigResolveOptions) = config.resolveWith(source, options)
|
||||
|
||||
def resolveWith(source: Config) = config.resolveWith(source)
|
||||
+
|
||||
+ def getDuration(path: String) = config.getDuration(path)
|
||||
+
|
||||
+ def getDurationList(path: String) = config.getDurationList(path)
|
||||
+
|
||||
+ def getIsNull(path: String) = config.getIsNull(path)
|
||||
+
|
||||
+ def getMemorySize(path: String) = config.getMemorySize(path)
|
||||
+
|
||||
+ def getMemorySizeList(path: String) = config.getMemorySizeList(path)
|
||||
+
|
||||
+ def hasPathOrNull(path: String) = config.hasPathOrNull(path)
|
||||
}
|
||||
|
@ -1,16 +0,0 @@
|
||||
--- akka-2.3.16/akka-actor/src/main/scala/akka/dispatch/CachingConfig.scala 2021-04-19 16:08:27.697926946 +0200
|
||||
+++ akka-2.3.16/akka-actor/src/main/scala/akka/dispatch/CachingConfig.scala 2021-04-20 09:28:51.409908736 +0200
|
||||
@@ -190,5 +190,13 @@
|
||||
def getMemorySizeList(path: String) = config.getMemorySizeList(path)
|
||||
|
||||
def hasPathOrNull(path: String) = config.hasPathOrNull(path)
|
||||
+
|
||||
+ def getEnum[T <: Enum[T]](enumClass: Class[T], path: String) = config.getEnum(enumClass, path)
|
||||
+
|
||||
+ def getEnumList[T <: Enum[T]](enumClass: Class[T], path: String) = config.getEnumList(enumClass, path)
|
||||
+
|
||||
+ def getPeriod(path: String) = config.getPeriod(path)
|
||||
+
|
||||
+ def getTemporal(path: String) = config.getTemporal(path)
|
||||
}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6098d6999ac220b18bfe50b80220bb818608e287e3241f33370d7687be38813d
|
||||
size 2485108
|
3
akka-2.8.5.tar.xz
Normal file
3
akka-2.8.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:193f14815dccad2a9080d5599ef44f10bb90bf1eae5af2761a2b6be769db9137
|
||||
size 11112336
|
@ -1,57 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.10</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>akka-actor</description>
|
||||
<url>http://akka.io/</url>
|
||||
<version>2.3.16</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-actor</name>
|
||||
<organization>
|
||||
<name>Typesafe Inc.</name>
|
||||
<url>http://www.typesafe.com</url>
|
||||
</organization>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<scm>
|
||||
<url>git://github.com/akka/akka.git</url>
|
||||
<connection>scm:git:git@github.com:akka/akka.git</connection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jboner</id>
|
||||
<name>Jonas Boner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>viktorklang</id>
|
||||
<name>Viktor Klang</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>rkuhn</id>
|
||||
<name>Roland Kuhn</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>pvlugter</id>
|
||||
<name>Peter Vlugter</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.10.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe</groupId>
|
||||
<artifactId>config</artifactId>
|
||||
<version>1.2.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
57
akka-actor_2.13-2.8.5.pom
Normal file
57
akka-actor_2.13-2.8.5.pom
Normal file
@ -0,0 +1,57 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.13</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.</description>
|
||||
<url>https://akka.io/</url>
|
||||
<version>2.8.5</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>BUSL-1.1</name>
|
||||
<url>https://raw.githubusercontent.com/akka/akka/v2.8.5/LICENSE</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-actor</name>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<organization>
|
||||
<name>Lightbend Inc.</name>
|
||||
<url>https://www.lightbend.com</url>
|
||||
</organization>
|
||||
<scm>
|
||||
<url>https://github.com/akka/akka</url>
|
||||
<connection>scm:git:https://github.com/akka/akka.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:akka/akka.git</developerConnection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>akka-contributors</id>
|
||||
<name>Akka Contributors</name>
|
||||
<url>https://github.com/akka/akka/graphs/contributors</url>
|
||||
<email>akka.official@gmail.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<properties>
|
||||
<info.apiURL>https://doc.akka.io/api/akka/2.8.5</info.apiURL>
|
||||
<info.releaseNotesUrl>https://github.com/akka/akka/releases/tag/v2.8.5</info.releaseNotesUrl>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.13.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe</groupId>
|
||||
<artifactId>config</artifactId>
|
||||
<version>1.4.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang.modules</groupId>
|
||||
<artifactId>scala-java8-compat_2.13</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -1,80 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-agent_2.10</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>akka-agent</description>
|
||||
<url>http://akka.io/</url>
|
||||
<version>2.3.16</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-agent</name>
|
||||
<organization>
|
||||
<name>Typesafe Inc.</name>
|
||||
<url>http://www.typesafe.com</url>
|
||||
</organization>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<scm>
|
||||
<url>git://github.com/akka/akka.git</url>
|
||||
<connection>scm:git:git@github.com:akka/akka.git</connection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jboner</id>
|
||||
<name>Jonas Boner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>viktorklang</id>
|
||||
<name>Viktor Klang</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>rkuhn</id>
|
||||
<name>Roland Kuhn</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>pvlugter</id>
|
||||
<name>Peter Vlugter</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.10.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scala-stm</groupId>
|
||||
<artifactId>scala-stm_2.10</artifactId>
|
||||
<version>0.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalatest</groupId>
|
||||
<artifactId>scalatest_2.10</artifactId>
|
||||
<version>2.1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -11,29 +11,12 @@
|
||||
<property name="actor.build.dir" value="${actor.dir}/build/classes"/>
|
||||
<property name="actor.resources.dir" value="${actor.dir}/src/main/resources"/>
|
||||
|
||||
<property name="agent.dir" value="${basedir}/${name}-agent"/>
|
||||
<property name="agent.src.dir" value="${agent.dir}/src/main"/>
|
||||
<property name="agent.build.dir" value="${agent.dir}/build/classes"/>
|
||||
<property name="agent.resources.dir" value="${agent.dir}/src/main/resources"/>
|
||||
|
||||
<property name="cluster.dir" value="${basedir}/${name}-cluster"/>
|
||||
<property name="cluster.src.dir" value="${cluster.dir}/src/main"/>
|
||||
<property name="cluster.build.dir" value="${cluster.dir}/build/classes"/>
|
||||
<property name="cluster.resources.dir" value="${cluster.dir}/src/main/resources"/>
|
||||
<property name="cluster.protobuf.dir" value="${cluster.src.dir}/protobuf"/>
|
||||
|
||||
<property name="dataflow.dir" value="${basedir}/${name}-dataflow"/>
|
||||
<property name="dataflow.src.dir" value="${dataflow.dir}/src/main"/>
|
||||
<property name="dataflow.build.dir" value="${dataflow.dir}/build/classes"/>
|
||||
|
||||
<property name="kernel.dir" value="${basedir}/${name}-kernel"/>
|
||||
<property name="kernel.src.dir" value="${kernel.dir}/src/main"/>
|
||||
<property name="kernel.build.dir" value="${kernel.dir}/build/classes"/>
|
||||
|
||||
<property name="osgi.dir" value="${basedir}/${name}-osgi"/>
|
||||
<property name="osgi.src.dir" value="${osgi.dir}/src/main"/>
|
||||
<property name="osgi.build.dir" value="${osgi.dir}/build/classes"/>
|
||||
|
||||
<property name="remote.dir" value="${basedir}/${name}-remote"/>
|
||||
<property name="remote.src.dir" value="${remote.dir}/src/main"/>
|
||||
<property name="remote.build.dir" value="${remote.dir}/build/classes"/>
|
||||
@ -45,14 +28,8 @@
|
||||
<property name="slf4j.build.dir" value="${slf4j.dir}/build/classes"/>
|
||||
<property name="slf4j.resources.dir" value="${slf4j.dir}/src/main/resources"/>
|
||||
|
||||
<property name="transactor.dir" value="${basedir}/${name}-transactor"/>
|
||||
<property name="transactor.src.dir" value="${transactor.dir}/src/main"/>
|
||||
<property name="transactor.build.dir" value="${transactor.dir}/build/classes"/>
|
||||
<property name="transactor.resources.dir" value="${transactor.dir}/src/main/resources"/>
|
||||
|
||||
<path id="scala.classpath">
|
||||
<fileset dir="/usr/share/java" includes="scala/scala-compiler.jar"/>
|
||||
<fileset dir="/usr/share/java" includes="scala/scala-library.jar"/>
|
||||
<fileset dir="/usr/share/java" includes="scala/*.jar"/>
|
||||
</path>
|
||||
|
||||
<path id="actor.classpath">
|
||||
|
@ -1,81 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-cluster_2.10</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>akka-cluster</description>
|
||||
<url>http://akka.io/</url>
|
||||
<version>2.3.16</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-cluster</name>
|
||||
<organization>
|
||||
<name>Typesafe Inc.</name>
|
||||
<url>http://www.typesafe.com</url>
|
||||
</organization>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<scm>
|
||||
<url>git://github.com/akka/akka.git</url>
|
||||
<connection>scm:git:git@github.com:akka/akka.git</connection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jboner</id>
|
||||
<name>Jonas Boner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>viktorklang</id>
|
||||
<name>Viktor Klang</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>rkuhn</id>
|
||||
<name>Roland Kuhn</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>pvlugter</id>
|
||||
<name>Peter Vlugter</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.10.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-remote_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-remote-tests_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalatest</groupId>
|
||||
<artifactId>scalatest_2.10</artifactId>
|
||||
<version>2.1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
93
akka-cluster_2.13-2.8.5.pom
Normal file
93
akka-cluster_2.13-2.8.5.pom
Normal file
@ -0,0 +1,93 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-cluster_2.13</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.</description>
|
||||
<url>https://akka.io/</url>
|
||||
<version>2.8.5</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>BUSL-1.1</name>
|
||||
<url>https://raw.githubusercontent.com/akka/akka/v2.8.5/LICENSE</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-cluster</name>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<organization>
|
||||
<name>Lightbend Inc.</name>
|
||||
<url>https://www.lightbend.com</url>
|
||||
</organization>
|
||||
<scm>
|
||||
<url>https://github.com/akka/akka</url>
|
||||
<connection>scm:git:https://github.com/akka/akka.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:akka/akka.git</developerConnection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>akka-contributors</id>
|
||||
<name>Akka Contributors</name>
|
||||
<url>https://github.com/akka/akka/graphs/contributors</url>
|
||||
<email>akka.official@gmail.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<properties>
|
||||
<info.apiURL>https://doc.akka.io/api/akka/2.8.5</info.apiURL>
|
||||
<info.releaseNotesUrl>https://github.com/akka/akka/releases/tag/v2.8.5</info.releaseNotesUrl>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.13.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-remote_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-coordination_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-remote-tests_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-serialization-jackson_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.13.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalatest</groupId>
|
||||
<artifactId>scalatest_2.13</artifactId>
|
||||
<version>3.2.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.2.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -1,58 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-dataflow_2.10</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>akka-dataflow</description>
|
||||
<url>http://akka.io/</url>
|
||||
<version>2.3.16</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-dataflow</name>
|
||||
<organization>
|
||||
<name>Typesafe Inc.</name>
|
||||
<url>http://www.typesafe.com</url>
|
||||
</organization>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<scm>
|
||||
<url>git://github.com/akka/akka.git</url>
|
||||
<connection>scm:git:git@github.com:akka/akka.git</connection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jboner</id>
|
||||
<name>Jonas Boner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>viktorklang</id>
|
||||
<name>Viktor Klang</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>rkuhn</id>
|
||||
<name>Roland Kuhn</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>pvlugter</id>
|
||||
<name>Peter Vlugter</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.10.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -1,75 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-kernel_2.10</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>akka-kernel</description>
|
||||
<url>http://akka.io/</url>
|
||||
<version>2.3.16</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-kernel</name>
|
||||
<organization>
|
||||
<name>Typesafe Inc.</name>
|
||||
<url>http://www.typesafe.com</url>
|
||||
</organization>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<scm>
|
||||
<url>git://github.com/akka/akka.git</url>
|
||||
<connection>scm:git:git@github.com:akka/akka.git</connection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jboner</id>
|
||||
<name>Jonas Boner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>viktorklang</id>
|
||||
<name>Viktor Klang</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>rkuhn</id>
|
||||
<name>Roland Kuhn</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>pvlugter</id>
|
||||
<name>Peter Vlugter</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.10.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalatest</groupId>
|
||||
<artifactId>scalatest_2.10</artifactId>
|
||||
<version>2.1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -1,103 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-osgi_2.10</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>akka-osgi</description>
|
||||
<url>http://akka.io/</url>
|
||||
<version>2.3.16</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-osgi</name>
|
||||
<organization>
|
||||
<name>Typesafe Inc.</name>
|
||||
<url>http://www.typesafe.com</url>
|
||||
</organization>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<scm>
|
||||
<url>git://github.com/akka/akka.git</url>
|
||||
<connection>scm:git:git@github.com:akka/akka.git</connection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jboner</id>
|
||||
<name>Jonas Boner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>viktorklang</id>
|
||||
<name>Viktor Klang</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>rkuhn</id>
|
||||
<name>Roland Kuhn</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>pvlugter</id>
|
||||
<name>Peter Vlugter</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.10.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.core</artifactId>
|
||||
<version>4.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>org.osgi.compendium</artifactId>
|
||||
<version>4.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.0.13</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.4</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.pojosr</groupId>
|
||||
<artifactId>de.kalpatec.pojosr.framework</artifactId>
|
||||
<version>0.2.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ops4j.pax.tinybundles</groupId>
|
||||
<artifactId>tinybundles</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalatest</groupId>
|
||||
<artifactId>scalatest_2.10</artifactId>
|
||||
<version>2.1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -1,106 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-remote_2.10</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>akka-remote</description>
|
||||
<url>http://akka.io/</url>
|
||||
<version>2.3.16</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-remote</name>
|
||||
<organization>
|
||||
<name>Typesafe Inc.</name>
|
||||
<url>http://www.typesafe.com</url>
|
||||
</organization>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<scm>
|
||||
<url>git://github.com/akka/akka.git</url>
|
||||
<connection>scm:git:git@github.com:akka/akka.git</connection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jboner</id>
|
||||
<name>Jonas Boner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>viktorklang</id>
|
||||
<name>Viktor Klang</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>rkuhn</id>
|
||||
<name>Roland Kuhn</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>pvlugter</id>
|
||||
<name>Peter Vlugter</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.10.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor-tests_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty</artifactId>
|
||||
<version>3.8.0.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>2.5.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.uncommons.maths</groupId>
|
||||
<artifactId>uncommons-maths</artifactId>
|
||||
<version>1.2.2a</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>jfree</groupId>
|
||||
<artifactId>jcommon</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>jfree</groupId>
|
||||
<artifactId>jfreechart</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalatest</groupId>
|
||||
<artifactId>scalatest_2.10</artifactId>
|
||||
<version>2.1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
127
akka-remote_2.13-2.8.5.pom
Normal file
127
akka-remote_2.13-2.8.5.pom
Normal file
@ -0,0 +1,127 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-remote_2.13</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.</description>
|
||||
<url>https://akka.io/</url>
|
||||
<version>2.8.5</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>BUSL-1.1</name>
|
||||
<url>https://raw.githubusercontent.com/akka/akka/v2.8.5/LICENSE</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-remote</name>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<organization>
|
||||
<name>Lightbend Inc.</name>
|
||||
<url>https://www.lightbend.com</url>
|
||||
</organization>
|
||||
<scm>
|
||||
<url>https://github.com/akka/akka</url>
|
||||
<connection>scm:git:https://github.com/akka/akka.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:akka/akka.git</developerConnection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>akka-contributors</id>
|
||||
<name>Akka Contributors</name>
|
||||
<url>https://github.com/akka/akka/graphs/contributors</url>
|
||||
<email>akka.official@gmail.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<properties>
|
||||
<info.apiURL>https://doc.akka.io/api/akka/2.8.5</info.apiURL>
|
||||
<info.releaseNotesUrl>https://github.com/akka/akka/releases/tag/v2.8.5</info.releaseNotesUrl>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.13.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-stream_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-pki_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor-tests_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-stream-testkit_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-serialization-jackson_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.agrona</groupId>
|
||||
<artifactId>agrona</artifactId>
|
||||
<version>1.17.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.13.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalatest</groupId>
|
||||
<artifactId>scalatest_2.13</artifactId>
|
||||
<version>3.2.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.jimfs</groupId>
|
||||
<artifactId>jimfs</artifactId>
|
||||
<version>1.3.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
<artifactId>protobuf-java</artifactId>
|
||||
<version>3.16.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.aeron</groupId>
|
||||
<artifactId>aeron-driver</artifactId>
|
||||
<version>1.40.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.aeron</groupId>
|
||||
<artifactId>aeron-client</artifactId>
|
||||
<version>1.40.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -2,72 +2,67 @@
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-slf4j_2.10</artifactId>
|
||||
<artifactId>akka-slf4j_2.13</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>akka-slf4j</description>
|
||||
<url>http://akka.io/</url>
|
||||
<version>2.3.16</version>
|
||||
<description>Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.</description>
|
||||
<url>https://akka.io/</url>
|
||||
<version>2.8.5</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<name>BUSL-1.1</name>
|
||||
<url>https://raw.githubusercontent.com/akka/akka/v2.8.5/LICENSE</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-slf4j</name>
|
||||
<organization>
|
||||
<name>Typesafe Inc.</name>
|
||||
<url>http://www.typesafe.com</url>
|
||||
</organization>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<organization>
|
||||
<name>Lightbend Inc.</name>
|
||||
<url>https://www.lightbend.com</url>
|
||||
</organization>
|
||||
<scm>
|
||||
<url>git://github.com/akka/akka.git</url>
|
||||
<connection>scm:git:git@github.com:akka/akka.git</connection>
|
||||
<url>https://github.com/akka/akka</url>
|
||||
<connection>scm:git:https://github.com/akka/akka.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:akka/akka.git</developerConnection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jboner</id>
|
||||
<name>Jonas Boner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>viktorklang</id>
|
||||
<name>Viktor Klang</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>rkuhn</id>
|
||||
<name>Roland Kuhn</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>pvlugter</id>
|
||||
<name>Peter Vlugter</name>
|
||||
<id>akka-contributors</id>
|
||||
<name>Akka Contributors</name>
|
||||
<url>https://github.com/akka/akka/graphs/contributors</url>
|
||||
<email>akka.official@gmail.com</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<properties>
|
||||
<info.apiURL>https://doc.akka.io/api/akka/2.8.5</info.apiURL>
|
||||
<info.releaseNotesUrl>https://github.com/akka/akka/releases/tag/v2.8.5</info.releaseNotesUrl>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.10.4</version>
|
||||
<version>2.13.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
<artifactId>akka-actor_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
<artifactId>akka-testkit_2.13</artifactId>
|
||||
<version>2.8.5</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.7.5</version>
|
||||
<version>1.7.36</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.0.13</version>
|
||||
<version>1.2.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
@ -1,80 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-transactor_2.10</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>akka-transactor</description>
|
||||
<url>http://akka.io/</url>
|
||||
<version>2.3.16</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache License, Version 2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>akka-transactor</name>
|
||||
<organization>
|
||||
<name>Typesafe Inc.</name>
|
||||
<url>http://www.typesafe.com</url>
|
||||
</organization>
|
||||
<inceptionYear>2009</inceptionYear>
|
||||
<scm>
|
||||
<url>git://github.com/akka/akka.git</url>
|
||||
<connection>scm:git:git@github.com:akka/akka.git</connection>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jboner</id>
|
||||
<name>Jonas Boner</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>viktorklang</id>
|
||||
<name>Viktor Klang</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>rkuhn</id>
|
||||
<name>Roland Kuhn</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>pvlugter</id>
|
||||
<name>Peter Vlugter</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala-library</artifactId>
|
||||
<version>2.10.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-actor_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.typesafe.akka</groupId>
|
||||
<artifactId>akka-testkit_2.10</artifactId>
|
||||
<version>2.3.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scala-stm</groupId>
|
||||
<artifactId>scala-stm_2.10</artifactId>
|
||||
<version>0.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalatest</groupId>
|
||||
<artifactId>scalatest_2.10</artifactId>
|
||||
<version>2.1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.11</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
65
akka.changes
65
akka.changes
@ -1,3 +1,66 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 12 11:47:29 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 2.8.5
|
||||
* Changes of 2.8.5
|
||||
+ backport: clear inflight DNS requests on failure to allow
|
||||
retries (#32110)
|
||||
+ fix: DownSelfQuarantinedByRemote should not be triggered by
|
||||
harmless quarantine, #31095 (backport)
|
||||
* Changes of 2.8.4
|
||||
+ feat: event writer
|
||||
+ fix: discard ReceiveTimeout when timeout message is null
|
||||
+ Add javadsl for Effect.delete() in durable state #32027
|
||||
+ perf: streamline recursion in mapAsyncPartitioned #32031
|
||||
+ Add short-circuit support in retry pattern #32035
|
||||
+ test: harden PersistentActorRecoveryTimeoutSpec, #31624
|
||||
* Changes of 2.8.3
|
||||
+ Update Scala to 2.12.18 & 2.13.11
|
||||
+ feat: Include exception type in StatusReply toString when not
|
||||
text
|
||||
+ str Add Flow contramap
|
||||
+ fix: Better exception string in StatusReply
|
||||
+ fix: AllocationStrategy in ShardedDaemonProcess
|
||||
+ feat: Collocating shards with consistent hashing
|
||||
+ perf: Scalable slice queries for many consumers
|
||||
+ fix: Try to limit spin loop in TLSActor #29922
|
||||
+ test: harden EventsBySliceFirehoseSpec, #31979
|
||||
+ feat: Placeholder event representation for filtered journal
|
||||
events
|
||||
+ feat: Query traits for using snapshots as starting point
|
||||
* Changes of 2.8.2
|
||||
+ feat: Make it possible to define appVersion later
|
||||
+ feat: More Serializer constructor alternatives
|
||||
* Changes of 2.8.1
|
||||
+ feat: Make it possible to include tags in event envelope
|
||||
+ feat: Typed envelope version of the eventsByPersistenceId
|
||||
queries
|
||||
+ feat: Tagger that can look at state for event sourced
|
||||
behaviour
|
||||
+ str Add onErrorComplete operator
|
||||
+ fix: starting Sharding with separate Coordinator role, #31637
|
||||
+ fix: Eager init of DistributedData extension from
|
||||
ExternalShardAllocationStrategy
|
||||
+ fix: Refactor concurrency in AsyncDnsResolver
|
||||
+ Various and sundry async-dns improvements
|
||||
+ str Add startAfterNrOfConsumers to BroadcastHub
|
||||
+ str Implement Source.never as a dedicated GraphStage
|
||||
* New features of 2.8.0
|
||||
+ Expiry of CRDT entries, #27683
|
||||
+ Wildcard subscription of ddata changes
|
||||
+ Add color to LogCapturing #31689
|
||||
+ feat: Throttle keep alive messages of ShardedDaemonProcess
|
||||
+ feat: API for dynamic scaling of Sharded daemon process
|
||||
instances
|
||||
+ feat: More fine grained control of stream error logging
|
||||
+ mapAsyncPartitioned stream operator
|
||||
+ Auto-select SRV lookup for the name lookup if entry looks
|
||||
like a srv name
|
||||
- Removed patches:
|
||||
* akka-2.3.0-typesafe-config-1.3.0.patch
|
||||
* akka-2.3.16-typesafe-config-1.4.1.patch
|
||||
+ not needed with this version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 30 16:08:34 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
@ -13,7 +76,7 @@ Fri Apr 29 14:39:47 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 07:27:39 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- use https url
|
||||
- use https url
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 14:37:53 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
82
akka.spec
82
akka.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package akka
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,9 +18,9 @@
|
||||
|
||||
%global namedreltag %{nil}
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
%global scala_short_version 2.10
|
||||
%global scala_short_version 2.13
|
||||
Name: akka
|
||||
Version: 2.3.16
|
||||
Version: 2.8.5
|
||||
Release: 0
|
||||
Summary: Scalable real-time transaction processing
|
||||
License: Apache-2.0
|
||||
@ -31,20 +31,13 @@ Source1: akka-build.xml
|
||||
# Build only these sub-modules, cause: unavailable build deps
|
||||
# TODO akka-camel akka-contrib akka-durable-mailboxes akka-persistence akka-samples akka-zeromq
|
||||
Source2: https://repo1.maven.org/maven2/com/typesafe/akka/akka-actor_%{scala_short_version}/%{namedversion}/akka-actor_%{scala_short_version}-%{namedversion}.pom
|
||||
Source3: https://repo1.maven.org/maven2/com/typesafe/akka/akka-agent_%{scala_short_version}/%{namedversion}/akka-agent_%{scala_short_version}-%{namedversion}.pom
|
||||
Source4: https://repo1.maven.org/maven2/com/typesafe/akka/akka-cluster_%{scala_short_version}/%{namedversion}/akka-cluster_%{scala_short_version}-%{namedversion}.pom
|
||||
Source5: https://repo1.maven.org/maven2/com/typesafe/akka/akka-dataflow_%{scala_short_version}/%{namedversion}/akka-dataflow_%{scala_short_version}-%{namedversion}.pom
|
||||
Source6: https://repo1.maven.org/maven2/com/typesafe/akka/akka-kernel_%{scala_short_version}/%{namedversion}/akka-kernel_%{scala_short_version}-%{namedversion}.pom
|
||||
Source7: https://repo1.maven.org/maven2/com/typesafe/akka/akka-osgi_%{scala_short_version}/%{namedversion}/akka-osgi_%{scala_short_version}-%{namedversion}.pom
|
||||
Source8: https://repo1.maven.org/maven2/com/typesafe/akka/akka-remote_%{scala_short_version}/%{namedversion}/akka-remote_%{scala_short_version}-%{namedversion}.pom
|
||||
Source9: https://repo1.maven.org/maven2/com/typesafe/akka/akka-slf4j_%{scala_short_version}/%{namedversion}/akka-slf4j_%{scala_short_version}-%{namedversion}.pom
|
||||
Source10: https://repo1.maven.org/maven2/com/typesafe/akka/akka-transactor_%{scala_short_version}/%{namedversion}/akka-transactor_%{scala_short_version}-%{namedversion}.pom
|
||||
Patch1: akka-2.3.0-typesafe-config-1.3.0.patch
|
||||
Patch2: akka-2.3.16-typesafe-config-1.4.1.patch
|
||||
Source3: https://repo1.maven.org/maven2/com/typesafe/akka/akka-cluster_%{scala_short_version}/%{namedversion}/akka-cluster_%{scala_short_version}-%{namedversion}.pom
|
||||
Source4: https://repo1.maven.org/maven2/com/typesafe/akka/akka-remote_%{scala_short_version}/%{namedversion}/akka-remote_%{scala_short_version}-%{namedversion}.pom
|
||||
Source5: https://repo1.maven.org/maven2/com/typesafe/akka/akka-slf4j_%{scala_short_version}/%{namedversion}/akka-slf4j_%{scala_short_version}-%{namedversion}.pom
|
||||
BuildRequires: ant
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-local
|
||||
BuildRequires: javapackages-tools
|
||||
BuildRequires: scala-ant
|
||||
BuildRequires: mvn(com.google.protobuf:protobuf-java)
|
||||
# typesafe-config
|
||||
BuildRequires: mvn(com.typesafe:config)
|
||||
@ -53,11 +46,12 @@ BuildRequires: mvn(org.osgi:osgi.cmpn)
|
||||
BuildRequires: mvn(org.osgi:osgi.core)
|
||||
BuildRequires: mvn(org.scala-lang:scala-compiler)
|
||||
BuildRequires: mvn(org.scala-lang:scala-library)
|
||||
BuildRequires: mvn(org.scala-stm:scala-stm_2.10)
|
||||
BuildRequires: mvn(org.scala-stm:scala-stm_%{scala_short_version})
|
||||
BuildRequires: mvn(org.slf4j:slf4j-api)
|
||||
BuildRequires: mvn(org.uncommons.maths:uncommons-maths)
|
||||
# requires for akka-remote
|
||||
BuildRequires: protobuf-devel
|
||||
BuildRequires: protobuf-devel scala-java8-compat
|
||||
BuildRequires: sbt-boilerplate
|
||||
BuildRequires: xmvn-install
|
||||
BuildRequires: xmvn-resolve
|
||||
Requires: java-headless >= 1.8
|
||||
@ -80,45 +74,47 @@ This package contains javadoc for %{name}.
|
||||
cp -p %{SOURCE1} build.xml
|
||||
sed -i "s|@VERSION@|%{namedversion}|" build.xml
|
||||
|
||||
%if %{?pkg_vcmp:%pkg_vcmp typesafe-config >= 1.3}%{!?pkg_vcmp:0}
|
||||
%patch1 -p1
|
||||
%endif
|
||||
%if %{?pkg_vcmp:%pkg_vcmp typesafe-config >= 1.4}%{!?pkg_vcmp:0}
|
||||
%patch2 -p1
|
||||
%endif
|
||||
|
||||
# handle compatibility netty jar
|
||||
sed -i -e "s|netty[.]jar|$(basename %{_javadir}/netty3.jar)|" build.xml
|
||||
|
||||
# use osgi 7.x apis
|
||||
cp -p %{SOURCE7} osgi-pom.xml
|
||||
%pom_change_dep :org.osgi.core :osgi.core osgi-pom.xml
|
||||
%pom_change_dep :org.osgi.compendium :osgi.cmpn osgi-pom.xml
|
||||
rm -rf */src/main/scala-3 */src/main/scala-2.12
|
||||
|
||||
# spurious-executable-perm
|
||||
chmod 644 LICENSE
|
||||
|
||||
%build
|
||||
|
||||
%{ant} dist doc
|
||||
pushd akka-actor
|
||||
mkdir -p src/main/gen-scala
|
||||
for i in $(find src/main/boilerplate -name \*.scala.template); do
|
||||
sbt-boilerplate $i >src/main/gen-scala/$(basename $i .template);
|
||||
done
|
||||
cat <<EOF >src/main/gen-scala/Version.scala
|
||||
package akka
|
||||
|
||||
%{mvn_artifact} %{SOURCE2} target/%{name}-actor.jar
|
||||
%{mvn_artifact} %{SOURCE3} target/%{name}-agent.jar
|
||||
%{mvn_artifact} %{SOURCE4} target/%{name}-cluster.jar
|
||||
%{mvn_artifact} %{SOURCE5} target/%{name}-dataflow.jar
|
||||
%{mvn_artifact} %{SOURCE6} target/%{name}-kernel.jar
|
||||
%{mvn_artifact} osgi-pom.xml target/%{name}-osgi.jar
|
||||
%{mvn_artifact} %{SOURCE8} target/%{name}-remote.jar
|
||||
%{mvn_artifact} %{SOURCE9} target/%{name}-slf4j.jar
|
||||
%{mvn_artifact} %{SOURCE10} target/%{name}-transactor.jar
|
||||
object Version {
|
||||
val current: String = "%{vesion}"
|
||||
}
|
||||
EOF
|
||||
echo "akka.version = \"%{version}\"" >src/main/resources/version.conf
|
||||
|
||||
mkdir -p target/classes
|
||||
scalac -nobootcp -d target/classes -cp $(build-classpath scala typesafe-config) -target:8 \
|
||||
$(find src/main -name \*.scala -o -name \*.java | xargs)
|
||||
javac -d target/classes -cp $(build-classpath scala typesafe-config):target/classes \
|
||||
-source 8 -target 8 -encoding utf-8 \
|
||||
$(find src/main -name \*.java | xargs)
|
||||
jar -cf target/%{name}-actor.jar -C target/classes . -C src/main/resources .
|
||||
mkdir -p target/apidocs
|
||||
scaladoc -nobootcp -d target/apidocs -cp $(build-classpath scala typesafe-config) -target:8 \
|
||||
$(find src/main -name \*.scala -o -name \*.java | xargs)
|
||||
popd
|
||||
|
||||
%{mvn_artifact} %{SOURCE2} akka-actor/target/%{name}-actor.jar
|
||||
|
||||
%install
|
||||
%mvn_install -J target/apidocs/
|
||||
cp -rp target/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
||||
%mvn_install -J akka-actor/target/apidocs
|
||||
|
||||
%files -f .mfiles
|
||||
%license LICENSE
|
||||
%doc CONTRIBUTING.md README.textile
|
||||
%doc CONTRIBUTING.md README.md
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user