Arnout Engelen
23b7f86a06
Async DNS over TCP ( #25690 )
2018-10-16 15:35:55 +02:00
Arnout Engelen
4b012cc306
Document 'withBackoff' srouce/flow/sink ( #25770 )
2018-10-15 17:11:33 +01:00
Stephen Kitt
f4dd0ac79d
Avoid incorrect OSGi dep on sslconfig.akka ( #25580 )
...
Importing com.typesafe.sslconfig.* with the sslconfig version results
in OSGi bundle imports which also include com.typesafe.sslconfig.akka,
which can’t be satisfied with the given version range. Splitting up
the imported packages (com.typesafe.sslconfig,
com.typesafe.sslconfig.ssl.*, com.typesafe.sslconfig.util.*) results
in tighter-scoped imports which can be satisfied.
This fixes #25579 .
Signed-off-by: Stephen Kitt <skitt@redhat.com>
2018-10-15 15:41:00 +02:00
Patrik Nordwall
7b264e03d6
Merge pull request #25764 from dwijnand/ssl-config
...
Upgrade to ssl-config 0.3.5, from 0.3.4
2018-10-11 12:35:52 +02:00
kerr
138db54f6d
update to sbt 1.2.4 ( #25759 )
2018-10-10 14:32:46 +02:00
Dale Wijnand
41f1de5642
Upgrade to ssl-config 0.3.5, from 0.3.4
...
These are the additional binary API changes introduced:
[error] * class com.typesafe.sslconfig.ssl.FakeKeyStore is declared final in current version
[error] filter with: ProblemFilters.exclude[FinalClassProblem]("com.typesafe.sslconfig.ssl.FakeKeyStore")
[error] * method GeneratedKeyStore()java.lang.String in class com.typesafe.sslconfig.ssl.FakeKeyStore does not have a correspondent in current version
[error] filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("com.typesafe.sslconfig.ssl.FakeKeyStore.GeneratedKeyStore")
[error] * method SignatureAlgorithmOID()sun.security.util.ObjectIdentifier in class com.typesafe.sslconfig.ssl.FakeKeyStore does not have a correspondent in current version
[error] filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("com.typesafe.sslconfig.ssl.FakeKeyStore.SignatureAlgorithmOID")
[error] * method SignatureAlgorithmName()java.lang.String in class com.typesafe.sslconfig.ssl.FakeKeyStore does not have a correspondent in current version
[error] filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("com.typesafe.sslconfig.ssl.FakeKeyStore.SignatureAlgorithmName")
2018-10-09 11:26:31 +01:00
Dale Wijnand
bc7d77a801
Upgrade ssl-config from 0.2.4 to 0.3.4 ( #25707 )
2018-10-08 14:40:00 +02:00
Christopher Batey
403752ab65
Upgrade to Aeron 1.11
2018-10-05 10:32:56 +01:00
Patrik Nordwall
68074c3deb
Merge pull request #25694 from chbatey/mima2517
...
Mima latest version to 2.5.17
2018-10-02 16:44:20 +02:00
Johan Andrén
5b9bc0360f
Merge pull request #25693 from chbatey/scala2127
...
Upgrade to scala 2.12.7
2018-09-28 10:58:28 +02:00
Christopher Batey
c3ca5afb97
Mima latest version to 2.5.17
2018-09-27 17:11:27 +01:00
Christopher Batey
9a5b163630
Upgrade to scala 2.12.7
2018-09-27 16:08:09 +01:00
Tzu-Chiao Yeh
f06595dd5d
Add and reuse example for FileIO stream operator. ( #25660 )
2018-09-24 17:50:27 +02:00
Patrik Nordwall
b16e4d5e4d
ActorTestKit overhaul, #24598
...
* composition is the basic building block for ActorTestKit
* ActorTestKitWordSpec for integration with ScalaTest
(automatic shutdown)
* Use ActorTestKitWordSpec in our own tests
* doc TestException
2018-09-17 17:00:15 +02:00
kerr
ffc08d0b7a
update to sbt 1.2.3 ( #25626 )
2018-09-17 11:19:48 +01:00
Enno
3eb9b3a1a6
Use absolute snippet paths ( #25607 )
...
* Support absolute snippet path in signature directive
* Removed $ akka $ from snippet paths
* Remove $ code $ snippet alias
* Remove $ code $ snippet prefix
2018-09-13 10:49:51 +02:00
Enno Runne
5f42ea1dc1
Upgrade to akka-paradox 0.12
2018-09-12 12:53:46 +02:00
Patrik Nordwall
116dbadda7
Mima latest version 2.5.16
2018-09-10 15:37:21 +02:00
Christopher Batey
135bd5b9ed
Build with 2.12 as default ( #25515 )
...
* Travis builds 2.11 and 2.12 to catch issues
Closes #25514
2018-09-07 07:27:43 +01:00
Patrik Nordwall
b0c9a2be2a
add missing mima filters, current version was not updated
2018-08-29 16:32:49 +02:00
andrea
de3dbea7b4
improved scalafiddle integration
2018-08-23 11:41:45 +01:00
Arnout Engelen
36224f924b
Discover JDK in $JAVA_HOME ( #25457 )
2018-08-10 11:13:37 +09:00
Christopher Batey
487d32e16f
Support discovering jdk-11 ( #25445 )
...
This is default directory that it is installed at now and the regex
didn't match it
2018-08-09 18:31:29 +09:00
Konrad `ktoso` Malawski
7ca7b08694
change to sbt 1.2.1 ( #25447 )
2018-08-08 14:24:16 +09:00
Christopher Batey
59040fadad
Add jaxb to camel test classpath ( #25417 )
...
* Add jaxb to camel classpath
* Add activation
* Set camel additioanl libs to be provided
* Doc extra deps
* Add as test dep
2018-08-02 00:13:03 +09:00
Christopher Batey
50ce275848
Upgrade to SBT 1.2.0 ( #25415 )
2018-08-01 15:30:13 +09:00
Richard Imaoka
e28535d4cc
Add WindowsDiscoverConfig to find JDK ( #25368 ) ( #25398 )
2018-07-30 23:50:22 +09:00
Johan Andrén
ca08ca36e2
Turns out "-release 8" isn't enough with Scala 2.11.6 #25330
2018-07-30 13:44:11 +02:00
kenji yoshida
5b3b191bac
Remove procedure syntax ( #25362 )
2018-07-25 13:38:27 +02:00
Matteo Gazzetta
339fc3d48e
Update dependencies and plugins ( #25376 )
...
* Update dependencies
* Update plugins
* Downgrade aeron from 1.10.2 to 1.9.3 due to test failures
2018-07-24 08:25:29 +02:00
Arnout Engelen
97490eb30c
Fix publishing akka-stream_2.12 with jdk8 and jdk9 classes ( #25341 )
...
* Fix publishing akka-stream_2.12 with jdk8 and jdk9 classes
* Only build jdk9 classes on jdk9+
* Avoid -release on jdk8
2018-07-11 15:37:47 +02:00
Arnout Engelen
fb906cb603
Remove spurious println
2018-07-10 18:13:36 +02:00
Arnout Engelen
bc6cb3b1da
Discover Linux java versions with full versions ( #25302 )
...
* Discover Linux java versions with full versions
* Discover java versions from Oracle RPM's
2018-07-03 15:20:12 +01:00
Arnout Engelen
8ba48c0adc
Compile with jdk9, targeting jdk8 ( #24711 )
2018-07-02 16:38:07 +02:00
Johan Andrén
6a6b5822b1
Include compiling multi-jvm tests in PR validation ( #25245 )
2018-06-27 07:04:05 +02:00
Johan Andrén
ced08fcb57
Return of the old docs banner ( #25254 )
2018-06-26 14:09:28 +02:00
Nafer Sanabria
5cf33f370f
Bump config to 1.3.3
2018-06-20 07:35:16 -05:00
Patrik Nordwall
07db73d805
update latestPatchOf25 to 2.5.13 ( #25231 )
2018-06-18 10:26:39 +02:00
Patrik Nordwall
6897ea931e
Merge pull request #25179 from akka/chbatey-patch-1
...
Upgrade to SBT 1.1.6
2018-06-01 15:08:55 +02:00
Tim Moore
dd01f9672c
Update sbt-whitesource to 0.1.12 ( #25180 )
...
Changes:
- https://github.com/lightbend/sbt-whitesource/releases/tag/v0.1.11
- https://github.com/lightbend/sbt-whitesource/releases/tag/v0.1.12
2018-06-01 11:05:10 +02:00
Christopher Batey
f9305587c6
Upgrade to SBT 1.1.6
2018-06-01 07:48:29 +01:00
Richard Imaoka
a17a61557c
doc Replace the word stage by operator in stream doc ( #25138 )
2018-05-29 10:00:48 +02:00
Arnout Engelen
49322afae0
Update scala-java8-compat ( #25142 )
...
* Update scala-java8-compat
* Update scala-java8-compat only for scala 2.13
As it looks like 0.8.0 is not bincompat with 0.9.0
2018-05-24 23:08:22 +09:00
Arnout Engelen
414be2c0cb
doc Replace graph stage and processing stage by operator in .md files for stream ( #25117 )
2018-05-22 15:59:54 +02:00
Patrik Nordwall
b08d3acb4b
Rename Typed TestKit, #25084
...
Artifact:
akka-testkit-typed -> akka-actor-testkit-typed
Package:
akka.testkit.typed -> akka.actor.testkit.typed
Config:
akka.typed -> akka.actor.typed
akka.testkit.typed -> akka.actor.testkit.typed
2018-05-21 11:51:51 +02:00
Richard Imaoka
984c081757
Replace processing stage with operator
2018-05-19 16:36:42 +09:00
Jimin Hsieh
53c3b817f3
Bump sbt and sbt-jmh version ( #25103 )
2018-05-16 13:43:21 +02:00
Oliver Heger
8eff836dd2
Fix for contradictory OSGi meta data in akka-stream #25055
2018-05-15 15:13:07 +02:00
Arnout Engelen
254914c1ad
Update akka-paradox ( #25077 )
2018-05-11 10:31:33 +02:00
Patrik Nordwall
969cdb873a
Merge pull request #25020 from chbatey/upgrade-aeron
...
Upgrade Aeron and make use of channelStatus on subscription
2018-05-07 16:56:03 +02:00