odlparent.git
4 years agoBump guice to 4.2.2 37/84837/2
Robert Varga [Tue, 1 Oct 2019 09:53:10 +0000 (11:53 +0200)]
Bump guice to 4.2.2

https://github.com/google/guice/wiki/Guice42
https://github.com/google/guice/wiki/Guice421
https://github.com/google/guice/wiki/Guice422

Change-Id: Ib17e3cb73a1e31fd5ca3fb6eca66b7d1d2cd9e7e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump Javassist to 3.26.0-GA 29/85029/1
Robert Varga [Thu, 10 Oct 2019 07:55:34 +0000 (09:55 +0200)]
Bump Javassist to 3.26.0-GA

3.25 fixes:
- https://github.com/jboss-javassist/javassist/issues/72
- https://github.com/jboss-javassist/javassist/issues/241
- https://github.com/jboss-javassist/javassist/issues/242
- https://github.com/jboss-javassist/javassist/issues/246
- https://github.com/jboss-javassist/javassist/issues/252
3.26 fixes:
- https://github.com/jboss-javassist/javassist/issues/265
- https://github.com/jboss-javassist/javassist/issues/270
- https://github.com/jboss-javassist/javassist/issues/271
- https://github.com/jboss-javassist/javassist/issues/275

Of these #270 is most important, as it fixes an issue we've seen
with powermock downstream.

Change-Id: Ib4d75d6411e71438436249a8eb9313ccf4411ca2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump jackson to 2.9.10 45/84845/9
Robert Varga [Tue, 1 Oct 2019 11:33:53 +0000 (13:33 +0200)]
Bump jackson to 2.9.10

https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.10

This release also accidentally bumps woodstox-core dependency
to 5.3.0, which forces us to upgrade stax2-api to 4.2:

https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-5.1
https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-5.2
https://github.com/FasterXML/woodstox/wiki/Woodstox-Release-5.3

https://github.com/FasterXML/stax2-api/blob/master/release-notes/VERSION

Unfurtunate, but we need this for CVE fixes.

Change-Id: If1bb6b237342f80616dd25cfeb5cb63b4e0d169f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoUse python3 as basepython for docs 78/84878/2
Thanh Ha [Wed, 2 Oct 2019 13:16:34 +0000 (09:16 -0400)]
Use python3 as basepython for docs

Python 2 is soon to be EOL and we've been having issues with it as of
late. Bump to Python 3 as the basepython to see if it helps with the
pytest issue:

ERROR: Package u'pytest' requires a different Python: 2.7.5 not in '>=3.5'

Issue: https://jira.linuxfoundation.org/servicedesk/customer/portal/2/IT-17699
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: Ie4c4547c9523ff5cf6c8d42e49a9514a07938e61

4 years agoUse fileSeparator to concat /etc 12/84912/1
Robert Varga [Fri, 4 Oct 2019 10:39:29 +0000 (12:39 +0200)]
Use fileSeparator to concat /etc

On windows we have a different file separator, this is probably
causing:

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.opendaylight.odlparent:karaf-plugin:6.0.0:populate-local-repo (populate-local-repo) on project distribution.opendaylight-karaf: Failed to execute: Could not resolve URI: file:D:\Open-Day-Light\magnesium-mri\controller\karaf\target\assembly/etc/3099bac6-f5e3-4ba5-81f1-de70eb9fc227.xml: Illegal character in opaque part at index 7: file:D:\Open-Day-Light\magnesium-mri\controller\karaf\target\assembly/etc/3099bac6-f5e3-4ba5-81f1-de70eb9fc227.xml -> [Help 1]

Change-Id: Id264d4bb0e15cde47da6913996d173e9bf5ea03e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoRemove accidental tabs 79/84879/1
Robert Varga [Wed, 2 Oct 2019 13:37:24 +0000 (15:37 +0200)]
Remove accidental tabs

Previous patch added some tabs, remove them.

Change-Id: Ib93a05639d45ae6129a939084d657c80b501610c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoUpgrade reactive-streams to 1.0.3 46/84846/3
Robert Varga [Tue, 1 Oct 2019 11:40:03 +0000 (13:40 +0200)]
Upgrade reactive-streams to 1.0.3

http://www.reactive-streams.org/announce-1.0.3

Change-Id: I52f724471f516e50e65d252a142a688ffe768a9a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump netty to 4.1.42 44/84844/2
Robert Varga [Tue, 1 Oct 2019 11:16:59 +0000 (13:16 +0200)]
Bump netty to 4.1.42

https://netty.io/news/2019/09/12/4-1-41-Final.html
https://netty.io/news/2019/09/25/4-1-42-Final.html

Change-Id: I3882602046370e4ee861335955258510bddd490e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoAdd leveldbjni-all repackaging 94/84794/8
Robert Varga [Sat, 28 Sep 2019 11:09:25 +0000 (13:09 +0200)]
Add leveldbjni-all repackaging

We are publishing all our artifacts to Maven Central, but this jar
has been seeded into our Nexus manually after upstream failed to
make a public release of the contribution for years.

This jar is not present in Central and hence most our features do
not work out of the box, as you still need to point to ODL Nexus
to get this one jar.

This patch rectifies that situation by re-packaging this jar in
org.opendaylight.odlparent namespace and referencing it in our
features.

JIRA: ODLPARENT-210
Change-Id: I16895d6e9e2572ab85db9c509e06306c7acc441d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoMove maven-{antrun,jar,resource}-plugin declaration 93/84793/1
Robert Varga [Sat, 28 Sep 2019 11:52:25 +0000 (13:52 +0200)]
Move maven-{antrun,jar,resource}-plugin declaration

These plugins are useful in odlparent-lite-derived projects, move
their version declaration.

Change-Id: Idb0046ef59a48dfc3a70d3e7d5a195cbb7a89ba7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump pt-triemap to 1.1.0 78/84778/2
Robert Varga [Fri, 27 Sep 2019 10:05:16 +0000 (12:05 +0200)]
Bump pt-triemap to 1.1.0

https://github.com/PantheonTechnologies/triemap/releases/tag/triemap-1.1.0

Change-Id: Ib2fa93f5a85d16b5550d7555df87a922a8adad56
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoAdd a missing space 90/84690/1
Robert Varga [Tue, 24 Sep 2019 12:59:27 +0000 (14:59 +0200)]
Add a missing space

The bullet list is not formatting correctly, fix that.

Change-Id: Ib1c9df2c4aa5cfae3a4f183734fdc73a8e4b4545
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump version to 6.0.1-SNAPSHOT 83/84683/1
Robert Varga [Tue, 24 Sep 2019 07:22:58 +0000 (09:22 +0200)]
Bump version to 6.0.1-SNAPSHOT

This starts the next development cycle.

Change-Id: Ic3a8b6ef59a5ed59a38efbb18270d7b641295d44
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoUpdate NEWS.rst for odlparent-6.0.0 59/84259/12
Robert Varga [Fri, 6 Sep 2019 15:04:14 +0000 (17:04 +0200)]
Update NEWS.rst for odlparent-6.0.0

This sums up the updates, making us ready for the release.

Change-Id: I929262d7142509caffbdf9f8204ff6601a265ba8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump BouncyCastle to 1.63 51/84651/1
Robert Varga [Mon, 23 Sep 2019 09:34:13 +0000 (11:34 +0200)]
Bump BouncyCastle to 1.63

https://www.bouncycastle.org/releasenotes.html

Change-Id: I3b7e0e440a3db38bdce8818b823b75f445c64103
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoUpdate maven-dependency-plugin lifecycle mapping 98/84498/1
Robert Varga [Mon, 16 Sep 2019 06:36:05 +0000 (08:36 +0200)]
Update maven-dependency-plugin lifecycle mapping

We have changed the goal on unpack-license without adjusting
lifecycle mapping, which is making Eclipse Not Happy (tm). Fix
that up.

Change-Id: Ia65d4f3de6dd070a9e8c7390db2394d5793b6f9c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoAllow modernizer-maven-plugin target to be tuned 95/84495/1
Robert Varga [Mon, 16 Sep 2019 03:36:58 +0000 (05:36 +0200)]
Allow modernizer-maven-plugin target to be tuned

Downstream projects may want to target a different Java version,
this patch exposes a nice knob to achieve exactly that.

Change-Id: I7e25b9ff6e6143a7ce610a2c5657d966f774a859
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump mina-sshd to 2.3.0 53/84353/4
Robert Varga [Fri, 13 Sep 2019 01:27:15 +0000 (03:27 +0200)]
Bump mina-sshd to 2.3.0

https://github.com/apache/mina-sshd/blob/master/docs/changes/2.3.0.md

Change-Id: Ib99b3a6f38dd74398a49f8d5e1999b9bf3138539
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump git-commit-id-plugin to 3.0.1 39/84339/3
Robert Varga [Thu, 12 Sep 2019 14:29:15 +0000 (16:29 +0200)]
Bump git-commit-id-plugin to 3.0.1

https://github.com/git-commit-id/maven-git-commit-id-plugin/releases/tag/v3.0.0
https://github.com/git-commit-id/maven-git-commit-id-plugin/releases/tag/v3.0.1

As version 3.0.0+ would now perform a 'git fetch' to resolve
branch ahead/beind properties, we force the plugin to operate
in offline mode, which is what we want anyway.

Change-Id: Iafe85cbca5b47d3cd5c529bca5e8a3d93bd7f3fe
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoMigrate docs into the project 70/76070/4
Stephen Kitt [Thu, 13 Sep 2018 17:00:07 +0000 (19:00 +0200)]
Migrate docs into the project

This disables the root Sphinx setup and uses the same docs setup as
other ODL projects.

The developer’s guide is outdated but will be updated in a later
commit.

Change-Id: I5201529c52fe55fec7540464f896e703affdb350
Signed-off-by: Stephen Kitt <skitt@redhat.com>
4 years agoBump Scala to 2.12.10 13/84313/1
Robert Varga [Tue, 10 Sep 2019 23:03:06 +0000 (01:03 +0200)]
Bump Scala to 2.12.10

https://github.com/scala/scala/releases/tag/v2.12.10

Change-Id: I1cf9ccb8a27ea499bf70c875482aeca18013c05b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump modernizer to 1.9.0 61/84261/1
Robert Varga [Fri, 6 Sep 2019 17:36:02 +0000 (19:36 +0200)]
Bump modernizer to 1.9.0

https://github.com/gaul/modernizer-maven-plugin/releases/tag/modernizer-maven-plugin-1.9.0

Most important is the JPMS friendliness provided by the annotations.

Change-Id: I571df445b9e4c1d0d77ec33ec6e4679c1eeeb879
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoDo not tolerate unresolved URLs 51/84151/6
Robert Varga [Mon, 2 Sep 2019 21:40:07 +0000 (23:40 +0200)]
Do not tolerate unresolved URLs

Not resolving repositories results in overrides not being applied
as they should be, leading to half-broken results. Do not tolerate
this happening.

As this causes the build to fail on our failure to expand karaf.etc
property, fix that up as well.

Change-Id: I5f4956215f7f016cdd012945ca0caf3d1ff2882c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoUpdate maven-dependency-plugin dependencies 29/84229/3
Robert Varga [Thu, 5 Sep 2019 16:54:41 +0000 (18:54 +0200)]
Update maven-dependency-plugin dependencies

In order to support analysis of Java 11 (version 55) classes, we
need to pull in an updated version of maven-dependency-analyzer.

Details are here: https://issues.apache.org/jira/browse/MDEP-613

Change-Id: Ib8ac01600da72244f243073990f0761d3ce5f655
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump commons-text 1.7 → 1.8 04/84204/1
Stephen Kitt [Wed, 4 Sep 2019 15:52:54 +0000 (17:52 +0200)]
Bump commons-text 1.7 → 1.8

Release notes:
https://commons.apache.org/proper/commons-text/changes-report.html#a1.8

Change-Id: I5b4129ddceb19f89b4db83d034c980bb4cdd7794
Signed-off-by: Stephen Kitt <skitt@redhat.com>
4 years agoFix duplicate spifly jars 49/84149/2
Robert Varga [Mon, 2 Sep 2019 21:25:30 +0000 (23:25 +0200)]
Fix duplicate spifly jars

While investigating a blueprint issue, I came across:

[WARNING] Duplicate versions for org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle::jar, 1.2 and 1.0.10

Which boils dows to a disagreement between karaf standard feature
and pax-web-features. Since this is a dependency, just use the
version from Karaf, which is going to win anyway.

Change-Id: I8c9f455da21971e14197b3a0917c8fbe0a38710f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump xtend to 2.19.0 55/84155/1
Robert Varga [Tue, 3 Sep 2019 06:36:56 +0000 (08:36 +0200)]
Bump xtend to 2.19.0

https://www.eclipse.org/Xtext/releasenotes.html#/releasenotes/2019/09/03/version-2-19-0

Change-Id: I53e7748a29f2d547394a21073be3663799351df9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump xtend to 2.18.0 21/83621/2
Robert Varga [Tue, 6 Aug 2019 12:31:40 +0000 (14:31 +0200)]
Bump xtend to 2.18.0

https://www.eclipse.org/xtend/releasenotes.html#/releasenotes/2019/06/04/version-2-18-0

Change-Id: Ie2ac47c42fe38ecf319ca67e6f09027bc8e90e2a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump akka to 2.5.25 19/84119/1
Robert Varga [Mon, 2 Sep 2019 05:44:09 +0000 (07:44 +0200)]
Bump akka to 2.5.25

https://akka.io/blog/news/2019/08/20/akka-2.5.25-released

Change-Id: I948449a7704ce3af19b123d3af8a03ada4ba5b2a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump slf4j 1.7.25 → 1.7.28 10/83910/3
Robert Varga [Thu, 22 Aug 2019 14:34:55 +0000 (16:34 +0200)]
Bump slf4j 1.7.25 → 1.7.28

https://www.slf4j.org/news.html

The main news is the inclusion of JPMS declarations, which allows
us to make progress in using explicit modules.

Change-Id: Ieaa490f48490363997eee02edaf8f4d2fefd1ae8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoAllow -Pq to skip Checkstyle and SpotBugs 01/83901/3
Stephen Kitt [Thu, 22 Aug 2019 13:15:39 +0000 (15:15 +0200)]
Allow -Pq to skip Checkstyle and SpotBugs

With the recent changes to enable Checkstyle and SpotBugs by default,
-Pq no longer skips them. This moves the properties to odlparent-list
and fixes -Pq. Modernizer gets the same treatment.

Change-Id: I2c2ff977179e84833407b13d678fa84ec6f08845
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoRework license packaging 70/83870/5
Robert Varga [Wed, 21 Aug 2019 13:56:41 +0000 (15:56 +0200)]
Rework license packaging

Rather than mucking with unpacking jars, let's just attach
the license file and have the execution copy it to classes.

Change-Id: I3b6105ba7055ebdd9de14664ce7c870daff4e976
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoSilence karaf preparation a bit 75/83875/2
Robert Varga [Wed, 21 Aug 2019 14:22:33 +0000 (16:22 +0200)]
Silence karaf preparation a bit

This explicitly tags the copy operation and silences it, so we get
a bit cleaner logs.

Change-Id: I50414650a9816e67f312b9fdc0c75b77f3348b89
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump jaxb to 2.3.0 79/83879/4
Robert Varga [Thu, 22 Aug 2019 06:22:56 +0000 (08:22 +0200)]
Bump jaxb to 2.3.0

Since we are requiring Java 11, we can match the declaration with
what Karaf provides. Version 2.3.0 does not pull in stax-api, so
we can remove that exclusion.

As for the implementation, we declare glassfish-2.3.1, as that is
what karaf ships.

Change-Id: I4acb7971d12b825697e46f8bc008eda40740a623
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoRe-enable blueprint preemptive shutdown 81/83881/2
Robert Varga [Thu, 22 Aug 2019 08:29:18 +0000 (10:29 +0200)]
Re-enable blueprint preemptive shutdown

This was disabled for the purposes of Config Subsystem, which has
been completely removed in Fluorine. Remove the knob now.

JIRA: ODLPARENT-34
Change-Id: I6d78065013f0349652813e822c5b122be1e2244a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoRemove netconf properties 80/83880/2
Robert Varga [Thu, 22 Aug 2019 08:26:40 +0000 (10:26 +0200)]
Remove netconf properties

These properties are related to netconf/CSS integration, which has
been removed in Fluorine. Remove the property bits, too.

Change-Id: I93d48c2608e37aaafd962d300b7159a2fc72abc3
JIRA: ODLPARENT-34
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoEnforce checkstyle by default 78/83878/2
Robert Varga [Wed, 21 Aug 2019 18:44:31 +0000 (20:44 +0200)]
Enforce checkstyle by default

This enables checkstyle enforcement by default, while allowing
downstreams to control the behavior via
odlparent.checkstyle.{enforce,skip} properties.

JIRA: ODLPARENT-206
Change-Id: I446525cfd3f3a4cd0f39f83ee36f9d8eaff4e6b9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoEnforce spotbugs by default 77/83877/3
Robert Varga [Wed, 21 Aug 2019 17:31:58 +0000 (19:31 +0200)]
Enforce spotbugs by default

This exposes a new property, odlparent.spotbugs.enforce, which
controls whether spotbugs-maven-plugin should fail the build when
any violations are found.

JIRA: ODLPARENT-205
Change-Id: Id1bd3f2e7941af023e2bbdc9c435d7d5c9e009e6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoDo not fail build on modernizer violations by default 45/83845/3
Robert Varga [Wed, 21 Aug 2019 10:27:13 +0000 (12:27 +0200)]
Do not fail build on modernizer violations by default

Modernizer reports a huge number of issues with our current codebase,
hence we should not force this upon our downstreams.

This patch makes enforcement disabled by default, with a simple
odlparent.modernizer.enforce=true allowing enforcement to be switched
on by downstream pom.xmls.

Similarly, the plugin can be disabled by defining
odlparent.modernizer.skip=true.

JIRA: ODLPARENT-203
Change-Id: I876c998d02d54ba4b24d9bc1e8667bf0a884304a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoSilence framework extension unpack 74/83874/1
Robert Varga [Wed, 21 Aug 2019 14:17:09 +0000 (16:17 +0200)]
Silence framework extension unpack

This eliminates a tiny bit of noise when we are unpacking
framework extensions.

Change-Id: I7333113f7feff1d9e8ad7e0c1c309daafc7dfbe2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoMove build-helper-maven-plugin declaration 69/83869/2
Robert Varga [Wed, 21 Aug 2019 13:57:34 +0000 (15:57 +0200)]
Move build-helper-maven-plugin declaration

Builder helper is useful in simple poms, where it can be used to
attach files. Move its declaration to odlparent-lite, so it is widely
available.

Change-Id: I84a235707b72287d7121c77ee3a0b7dd2958f965
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump sevntu to 1.35.0 39/83639/2
Robert Varga [Thu, 15 Aug 2019 00:21:11 +0000 (02:21 +0200)]
Bump sevntu to 1.35.0

https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.35.0

Change-Id: I2ccb96334c7b6911b3bf88ac36db407053f844ed
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump Commons BeanUtils to 1.9.4 47/83747/1
Stephen Kitt [Mon, 19 Aug 2019 08:15:06 +0000 (10:15 +0200)]
Bump Commons BeanUtils to 1.9.4

Release notes:
http://www.apache.org/dist/commons/beanutils/RELEASE-NOTES.txt

Change-Id: I4fa56e9ce439c770f21737570b1dbdfc61198119
Signed-off-by: Stephen Kitt <skitt@redhat.com>
4 years agoSilence license unpacking 02/83702/2
Robert Varga [Fri, 16 Aug 2019 12:40:34 +0000 (14:40 +0200)]
Silence license unpacking

License unpacking happens for every artifact we build, adding
some noise to the build. Suppress that noise.

Change-Id: I513e4b0cfe9aa31240bf7d8dc9bc3f4c1965e5dc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump Akka to 2.5.24 and ssl-config to 0.3.8 04/83704/2
Robert Varga [Fri, 16 Aug 2019 12:58:39 +0000 (14:58 +0200)]
Bump Akka to 2.5.24 and ssl-config to 0.3.8

https://akka.io/blog/news/2019/08/09/akka-2.5.24-released
https://github.com/lightbend/ssl-config/compare/v0.3.7...v0.3.8

Change-Id: Ifcc2479a39cbb904ff2d691ad6148899ca91545c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump netty to 4.1.39 14/83614/2
Robert Varga [Wed, 14 Aug 2019 10:28:13 +0000 (12:28 +0200)]
Bump netty to 4.1.39

https://netty.io/news/2019/06/28/4-1-37-Final.html
https://netty.io/news/2019/07/24/4-1-38-Final.html
https://netty.io/news/2019/08/13/4-1-39-Final.html

Change-Id: If67c1920f0c7982989de04b8c3adc829de763b5d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump maven-pmd-plugin to 3.12.0 55/82855/5
Robert Varga [Mon, 1 Jul 2019 08:09:36 +0000 (10:09 +0200)]
Bump maven-pmd-plugin to 3.12.0

https://blogs.apache.org/maven/entry/apache-maven-pmd-plugin-version1

This bumps used pmd to 6.13.0:
https://pmd.github.io/2018/12/09/PMD-6.10.0/
https://pmd.github.io/2019/01/27/PMD-6.11.0/
https://pmd.github.io/2019/02/24/PMD-6.12.0/
https://pmd.github.io/2019/03/31/PMD-6.13.0/

Change-Id: I046d0fdac2beaa6b84bc591f448504027ee8c6f2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoUpgrade jackson-databind for CVE-2019-14379 21/83521/3
Stephen Kitt [Thu, 8 Aug 2019 12:04:15 +0000 (14:04 +0200)]
Upgrade jackson-databind for CVE-2019-14379

See https://github.com/FasterXML/jackson-databind/issues/2387 for
details.

Change-Id: I3a8a416bba7e72861512531a3a83d818daf6fd5f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoFixup commons-codec upgrade 85/83585/1
Robert Varga [Tue, 13 Aug 2019 07:58:26 +0000 (09:58 +0200)]
Fixup commons-codec upgrade

This adds missing overrides to karaf distribution, so that we do
not package duplicate versions.

Change-Id: Icb8b3a7b7d923f2e0cb3d9ce02f719e436dbc191
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump commons-codec 1.12 → 1.13 02/83502/1
Stephen Kitt [Wed, 7 Aug 2019 11:06:28 +0000 (13:06 +0200)]
Bump commons-codec 1.12 → 1.13

Release notes:
http://www.apache.org/dist/commons/codec/RELEASE-NOTES.txt

Change-Id: Ibcf6e1a6cd59a4341cad7a65ac1c8cbf7ceefb26
Signed-off-by: Stephen Kitt <skitt@redhat.com>
4 years agoBump scala to 2.12.9 11/83411/2
Robert Varga [Mon, 5 Aug 2019 19:39:58 +0000 (21:39 +0200)]
Bump scala to 2.12.9

https://github.com/scala/scala/releases/tag/v2.12.9

Change-Id: I492c89dc7cf93211174946accfeaaeefa8edab25
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit f29ca446f8ab5e9c81af0f899e4e6550bd6544ca)

4 years agoSkip checkstyle for module-info.java 10/83410/2
Robert Varga [Tue, 6 Aug 2019 08:19:42 +0000 (10:19 +0200)]
Skip checkstyle for module-info.java

checkstyle cannot handle module-info.java syntax, hence do not allow
it to touch those files.

Change-Id: I12d45daef31dea29d50159c249ed6e972d5a73b8
JIRA: ODLPARENT-201
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoDrop modernizer back to Java 8 95/83395/3
Robert Varga [Mon, 5 Aug 2019 15:42:05 +0000 (17:42 +0200)]
Drop modernizer back to Java 8

Modernizer produces a ton of recommendations to use List.of()
and similar -- which requires careful consideration, as we are
using ImmutableList.copyOf() all over the place and Java's version
does not offer a check for immutability.

This is a stop-gap until we figure out a way forward.

JIRA: ODLPARENT-201
Change-Id: I7037e6ef09f132129ac3b63145235eb6903961bc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoAdd modernizer-maven-annotations 93/83393/3
Robert Varga [Mon, 5 Aug 2019 14:42:29 +0000 (16:42 +0200)]
Add modernizer-maven-annotations

There are rare cases when we actually want to suppress modernizer,
this adds the annotations to do that.

JIRA: ODLPARENT-203
Change-Id: Ia1a28ac565b99f3a24c3e88b6320d6fb09885bb8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump spotbugs-maven-plugin to 3.1.12.2 88/83388/2
Robert Varga [Mon, 5 Aug 2019 13:08:17 +0000 (15:08 +0200)]
Bump spotbugs-maven-plugin to 3.1.12.2

https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-3.1.12.1
https://github.com/spotbugs/spotbugs-maven-plugin/releases/tag/spotbugs-maven-plugin-3.1.12.2

Change-Id: I547f8e224553e0898b6810520aca2dcf989f8545
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump Java requirement to 11 52/83352/4
Robert Varga [Thu, 1 Aug 2019 10:20:17 +0000 (12:20 +0200)]
Bump Java requirement to 11

This bumps required JDK version and target versions to Java 11.

JIRA: ODLPARENT-201
Change-Id: I837f15f2bdb0d79f561fa2cae86cf8cf9a87806b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoAdd odlparent-docs 84/83384/1
Robert Varga [Mon, 5 Aug 2019 09:39:54 +0000 (11:39 +0200)]
Add odlparent-docs

This adds a proper aggregator for javadocs, so that we can ditch
the javadoc jobs.

Change-Id: I0bf15e5c0dae63a46d94b292686d46bfe11fa026
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoEnable modernizer-maven-plugin by default 55/83355/1
Robert Varga [Thu, 1 Aug 2019 12:10:58 +0000 (14:10 +0200)]
Enable modernizer-maven-plugin by default

This enables modernizer in all projects by default.

JIRA: ODLPARENT-203
Change-Id: I1053a29dd9578b454c1da4425b3cbe69867fc28c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoRemove JSR305 artifact 54/83354/1
Robert Varga [Thu, 1 Aug 2019 12:05:48 +0000 (14:05 +0200)]
Remove JSR305 artifact

We have moved away from JSR305 annotations, this removes
the dependency declaration, so that it does not creep back in.

JIRA: ODLPARENT-202
Change-Id: I8b3811af0d298edb2acdd0ed0588919f9e5f7ab8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump versions to 6.0.0-SNAPSHOT 51/83351/1
Robert Varga [Thu, 1 Aug 2019 10:15:14 +0000 (12:15 +0200)]
Bump versions to 6.0.0-SNAPSHOT

This starts the next development iteration.

Change-Id: Id858b6a794e9ef5733e32c7ea5effb77a8a4ff45
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump maven-javadoc-plugin to 3.1.1 10/83110/1
Robert Varga [Thu, 18 Jul 2019 11:27:04 +0000 (13:27 +0200)]
Bump maven-javadoc-plugin to 3.1.1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12345060

Change-Id: I1950586a8774878eb7eab333680f0deac8d4cf66
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump triemap to 1.0.6 67/83067/2
Robert Varga [Tue, 16 Jul 2019 15:12:47 +0000 (17:12 +0200)]
Bump triemap to 1.0.6

https://github.com/PantheonTechnologies/triemap/releases/tag/triemap-1.0.6

Change-Id: I3e77d1149de1459ee5312a4f066913c5d96534df
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoUpdate dependency check 66/83066/2
Robert Varga [Tue, 16 Jul 2019 15:12:12 +0000 (17:12 +0200)]
Update dependency check

This updates dependecy check to catch previous updates.

Change-Id: I47aec9a6d75dc796ea30b2fe1dde3ea45332d537
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump Checkstyle 8.18 → 8.20 56/81356/7
Stephen Kitt [Wed, 3 Apr 2019 10:16:34 +0000 (12:16 +0200)]
Bump Checkstyle 8.18 → 8.20

Release notes:
https://checkstyle.org/releasenotes.html#Release_8.19
https://checkstyle.org/releasenotes.html#Release_8.20

Change-Id: I1861930af1af7dc83c8b29cedc7c39adc99e9fe6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoBump commons-text to 1.7 57/82957/2
Stephen Kitt [Mon, 8 Jul 2019 08:12:28 +0000 (10:12 +0200)]
Bump commons-text to 1.7

Changelog:
https://commons.apache.org/proper/commons-text/changes-report.html#a1.7

Change-Id: Icf6257d4fcc4777b60f664b7b4f4c608f9625434
Signed-off-by: Stephen Kitt <skitt@redhat.com>
4 years agoBump spotbugs-maven-plugin to 3.1.12 93/82793/5
Robert Varga [Sat, 29 Jun 2019 08:34:59 +0000 (10:34 +0200)]
Bump spotbugs-maven-plugin to 3.1.12

There are no release notes, but the release seems to be about
dependency upgrades:

https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-3.1.11...spotbugs-maven-plugin-3.1.12

Change-Id: I3fe199c1fa71735da911bda23af01c3e038ea311
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
4 years agoAdd xmlunit-assertj 28/82928/2
Robert Varga [Thu, 4 Jul 2019 09:50:00 +0000 (11:50 +0200)]
Add xmlunit-assertj

Downstreams do wish to use xmlunit with AssertJ, this adds
the corresponding artifact declaration.

Change-Id: I9f180c3c587a703660a7be8ec9ce18342fcf5fbb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump sevntu 1.32.0 → 1.34.1 91/82791/3
Robert Varga [Sat, 29 Jun 2019 08:05:00 +0000 (10:05 +0200)]
Bump sevntu 1.32.0 → 1.34.1

https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.33.0
https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.34.0
https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.34.1

Change-Id: I6086f2aa1850ecae72aac1f7abf855debcbc46d9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump versions to 5.0.2-SNAPSHOT 06/82806/1
Robert Varga [Sun, 30 Jun 2019 13:46:52 +0000 (15:46 +0200)]
Bump versions to 5.0.2-SNAPSHOT

This starts next development iteration.

Change-Id: I6e0cb57773a2b82ab3dbd28a259a6e6cb11f3ad9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoYet another odlparent-5.0.1 release note update 87/82787/1
Robert Varga [Sat, 29 Jun 2019 07:18:39 +0000 (09:18 +0200)]
Yet another odlparent-5.0.1 release note update

This reflects latest changes in NEWS.rst.

Change-Id: If226d9c1a7017cc0b3edb578640888373cbc0b5e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoAdd modernizer-maven-plugin declaration 08/82708/2
Robert Varga [Tue, 25 Jun 2019 08:57:23 +0000 (10:57 +0200)]
Add modernizer-maven-plugin declaration

This adds version management and lifecycle binding for modernizer
plugn, which detects deprecated constructs. The plugin is not
enabled by default.

Change-Id: Iae803bb0fb76c8692364df8493bdcc1b607a688b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump PowerMock to 2.0.2 77/82777/2
Robert Varga [Fri, 28 Jun 2019 12:41:56 +0000 (14:41 +0200)]
Bump PowerMock to 2.0.2

https://github.com/powermock/powermock/releases/tag/powermock-2.0.1
https://github.com/powermock/powermock/releases/tag/powermock-2.0.2

Change-Id: I9f9f8f6fb84eaab97bbc2b62c98ca49a677d8e0a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump jacoco to 0.8.4 78/82778/1
Robert Varga [Fri, 28 Jun 2019 12:51:53 +0000 (14:51 +0200)]
Bump jacoco to 0.8.4

https://github.com/jacoco/jacoco/releases/tag/v0.8.4

Change-Id: Ieeeabe9f8860dd8e169981b6268b06ab7a829110
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump jolokia to 1.6.2 76/82776/1
Robert Varga [Fri, 28 Jun 2019 12:44:54 +0000 (14:44 +0200)]
Bump jolokia to 1.6.2

https://jolokia.org/changes-report.html#a1.6.2

Change-Id: I56ebbfd239027a4939b4b60d490dac849e813169
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoUpgrade pt-triemap to 1.0.5 75/82775/1
Robert Varga [Fri, 28 Jun 2019 12:37:29 +0000 (14:37 +0200)]
Upgrade pt-triemap to 1.0.5

https://github.com/PantheonTechnologies/triemap/releases/tag/triemap-1.0.5

Change-Id: I5114c840e0de901fc24334c58be53abc8320cffb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump xmlunit to 2.6.3 74/82774/1
Robert Varga [Fri, 28 Jun 2019 12:36:16 +0000 (14:36 +0200)]
Bump xmlunit to 2.6.3

https://github.com/xmlunit/xmlunit/releases/tag/v2.6.3

Change-Id: I92c8a3173cc85c9e2ec2a77706f4c22da743c284
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoUpdate 5.0.1 release notes 71/82771/1
Robert Varga [Fri, 28 Jun 2019 10:30:47 +0000 (12:30 +0200)]
Update 5.0.1 release notes

This is another round of updates, now accruing enough changes
to justify a release.

Change-Id: I948f32a283ec322540aee191f1b5f29bdc5e025b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump maven-checkstyle-plugin to 3.1.0 15/82715/1
Robert Varga [Tue, 25 Jun 2019 09:33:07 +0000 (11:33 +0200)]
Bump maven-checkstyle-plugin to 3.1.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223&version=12342397

Change-Id: Ife523280c58192a7e841e766de702c6ed350188a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump maven-source-plugin to 3.1.0 14/82714/1
Robert Varga [Tue, 25 Jun 2019 09:31:10 +0000 (11:31 +0200)]
Bump maven-source-plugin to 3.1.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924&version=12336941

Change-Id: Ieb82d95315f34e0aa9b9914538e5089e30e2278b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump maven-jar-plugin to 3.1.2 13/82713/1
Robert Varga [Tue, 25 Jun 2019 09:26:41 +0000 (11:26 +0200)]
Bump maven-jar-plugin to 3.1.2

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317526&version=12344629

Change-Id: I0a563e3d9f36c6b3b21599da7743097ed08d7790
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump maven-compiler-plugin to 3.8.1 12/82712/1
Robert Varga [Tue, 25 Jun 2019 09:25:24 +0000 (11:25 +0200)]
Bump maven-compiler-plugin to 3.8.1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317225&version=12343484

Change-Id: I832d539b87db880449f0beaf3353708d5c426dad
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump maven-bundle-plugin to 4.2.0 11/82711/1
Robert Varga [Tue, 25 Jun 2019 09:17:26 +0000 (11:17 +0200)]
Bump maven-bundle-plugin to 4.2.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310100&version=12345047

Change-Id: I4533ecfcd58ae2074c1d6828a4900fa2768d2c4e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump archetype-maven-plugin to 3.1.1 10/82710/1
Robert Varga [Tue, 25 Jun 2019 09:06:32 +0000 (11:06 +0200)]
Bump archetype-maven-plugin to 3.1.1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12340346
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122&version=12345450

Change-Id: If051e346bddc14df5ecece0ed105e66622c6ad8d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoUpdate maven-help-plugin to 3.2.0 09/82709/1
Robert Varga [Tue, 25 Jun 2019 09:03:55 +0000 (11:03 +0200)]
Update maven-help-plugin to 3.2.0

https://blog.soebes.de/blog/2019/04/22/apache-maven-help-plugin-version-3-dot-2-0-released/

Change-Id: Ifb8fb07dc0c6859d3751c91bfbe962f16df52f16
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoUpdate odlparent-5.0.1 release notes 36/82536/1
Robert Varga [Tue, 18 Jun 2019 08:51:17 +0000 (10:51 +0200)]
Update odlparent-5.0.1 release notes

This sums up the changes made so far.

Change-Id: Ic611ee166327f2ab48e402899720e4680aa4fbd2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump BouncyCastle to 1.62 56/82456/1
Robert Varga [Fri, 7 Jun 2019 20:44:21 +0000 (22:44 +0200)]
Bump BouncyCastle to 1.62

https://www.bouncycastle.org/releasenotes.html

Change-Id: I0c8435e049768ea9e03463ac5f8a1021b49d48c8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump xbean to 4.14 54/82454/2
Robert Varga [Fri, 7 Jun 2019 20:25:38 +0000 (22:25 +0200)]
Bump xbean to 4.14

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310312&version=12345220

Change-Id: Idfdfc7b5a02a6bbe837ac753bfc08e5dbe64f927
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump jolokia to 1.6.1 53/82453/2
Robert Varga [Fri, 7 Jun 2019 20:21:34 +0000 (22:21 +0200)]
Bump jolokia to 1.6.1

https://jolokia.org/changes-report.html#a1.6.1

Change-Id: Iaee01bb0f0f83b3a70236061f08d17d10c311e6d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump jackson to 2.9.9 52/82452/2
Robert Varga [Fri, 7 Jun 2019 20:03:15 +0000 (22:03 +0200)]
Bump jackson to 2.9.9

https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.9

Change-Id: Id28e7b87fb2687c8c5458c48b310589c56dacdaa
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoAdd Caffeine 87/82287/4
Robert Varga [Tue, 28 May 2019 20:14:09 +0000 (22:14 +0200)]
Add Caffeine

Caffeine provides significantly faster caches while maintaining
pretty much the same API. Add it as odl-caffeine-2, along with
its Guava compability bridge.

The feature is structured to depend on odl-guava, so that checker
and errorprone-annotations dependencies are still provided by
odl-guava.

Change-Id: Ia0f8bbdf82113ce3bc8424998cc06891993d3277
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump netty to 4.1.36 76/82376/2
Robert Varga [Sat, 1 Jun 2019 20:35:43 +0000 (22:35 +0200)]
Bump netty to 4.1.36

https://netty.io/news/2019/04/17/4-1-35-Final.html
https://netty.io/news/2019/04/30/4-1-36-Final.html

Change-Id: I34d0c7f7f3ddc79dd97a3f83b21b86e7409ebfca
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump akka to 2.5.23 93/82193/1
Robert Varga [Tue, 21 May 2019 12:15:50 +0000 (14:15 +0200)]
Bump akka to 2.5.23

https://github.com/akka/akka/releases/tag/v2.5.23

Change-Id: I4191db97f4c1fe91b57b1ab4669242d1e161f0de
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoPin pygments to 2.3.1 40/82040/1
Robert Varga [Tue, 14 May 2019 16:14:18 +0000 (18:14 +0200)]
Pin pygments to 2.3.1

pygments-2.4.0 is breaking with python-3.4.9, pin them to 2.3.1.

Change-Id: I3f1b3f5013338cfd2aa573aab0c411d294fb0eb0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump surefire/failsafe to 2.22.2 28/81928/1
Robert Varga [Tue, 7 May 2019 08:23:33 +0000 (10:23 +0200)]
Bump surefire/failsafe to 2.22.2

This fixes just a single issue with JUnit5:
https://issues.apache.org/jira/browse/SUREFIRE-1614

Change-Id: I85461616cdc6dc3075848e1a6a2a7a7100159800
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump Commons Lang 3.8.1 → 3.9 59/81659/2
Stephen Kitt [Tue, 16 Apr 2019 09:08:30 +0000 (11:08 +0200)]
Bump Commons Lang 3.8.1 → 3.9

Release notes: http://www.apache.org/dist/commons/lang/RELEASE-NOTES.txt

Change-Id: Ifb03a0c84a5852b134b78d8776c66e004a545fec
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoAdd a dependency-version-bumping script 75/81575/2
Stephen Kitt [Thu, 11 Apr 2019 17:01:31 +0000 (19:01 +0200)]
Add a dependency-version-bumping script

Change-Id: I7659eb6a045a074039ee2f3a6985f4aec0afd3eb
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoImport the Jetty BOM 27/81527/1
Stephen Kitt [Wed, 10 Apr 2019 09:24:58 +0000 (11:24 +0200)]
Import the Jetty BOM

This is well-defined and only specifies Jetty artifacts.

Change-Id: I09d9dfa83a85c182f9d005ebe8c319af9586f70d
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoBump scala-parser-combinators to 1.1.2 75/81475/5
Robert Varga [Tue, 9 Apr 2019 09:40:00 +0000 (11:40 +0200)]
Bump scala-parser-combinators to 1.1.2

https://github.com/scala/scala-parser-combinators/releases/tag/v1.1.2

Change-Id: I8d90620c7de23ee308e7fb0d76199e6dc0da3fe5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoBump reactive-streams to 1.0.2 77/81477/2
Robert Varga [Tue, 9 Apr 2019 09:54:14 +0000 (11:54 +0200)]
Bump reactive-streams to 1.0.2

https://www.lightbend.com/blog/update-reactive-streams-102-released

Change-Id: I9c515c487bead630cc8c55364f341b14a5aa9d27
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump akka to 2.5.22 74/81474/2
Robert Varga [Tue, 9 Apr 2019 09:38:55 +0000 (11:38 +0200)]
Bump akka to 2.5.22

https://akka.io/blog/news/2019/04/03/akka-2.5.22-released

Also align typesafe.config and ssl-config:
https://github.com/lightbend/config/releases/tag/v1.3.3
https://github.com/lightbend/ssl-config/releases/tag/v0.3.7

Change-Id: I4c119e9b928f05e4de90452ffd443eddee1babd3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>