odlparent.git
5 years agoAdd log4j2 dependencyManagement section 61/75061/3
Robert Varga [Thu, 9 Aug 2018 18:42:27 +0000 (20:42 +0200)]
Add log4j2 dependencyManagement section

This adds a coordinated dependency on log4j2-2.11.1, which allows
downstreams to bridge slf4j-to-log4j2 as is being done in Karaf.

Change-Id: I55873a591384a70d997d9e9de8c86eddc53f88ff
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoremove protobuf-java 32/73432/3
Michael Vorburger [Tue, 26 Jun 2018 09:25:03 +0000 (11:25 +0200)]
remove protobuf-java

instead of upgrading the very old version we use
via I7fe606af3a089570e6b6232cfd751344417a7e55, let's
just remove it?  If any ODL projects use protobuf, they can
choose and deal with upgrading their dependency, not odlparent.

Change-Id: I20e99812c885e9b36659f6165627396e6904be7a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump xmlunit from 2.6.1 to 2.6.2 82/75682/4
Michael Vorburger [Mon, 3 Sep 2018 13:41:24 +0000 (15:41 +0200)]
bump xmlunit from 2.6.1 to 2.6.2

Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.6.1...v2.6.2)

Change-Id: I8018cb4d22024cff42ff86f76758e25fc33bad9c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoRevert "bump pax-cdi-api from 1.0.0.RC2 to 1.0.0" 79/75679/4
Stephen Kitt [Mon, 3 Sep 2018 13:21:30 +0000 (13:21 +0000)]
Revert "bump pax-cdi-api from 1.0.0.RC2 to 1.0.0"

This reverts commit 7ceaa7b75ee488881664c10404287eae099ae7fe, because
pax-cdi-api drops @OsgiService and @OsgiServiceProvider,
which we need in a number of ODL projects.

Change-Id: I5ccee67ae8a0637afc23106f80acc24efec44eca
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoRemove blueprint plugin generatedDir 80/75180/8
Robert Varga [Mon, 13 Aug 2018 19:52:25 +0000 (21:52 +0200)]
Remove blueprint plugin generatedDir

This customization was needed for planned extended behavior
in controller's blueprint extension, which never materialized.

Controller can reintroduce this configuration with the new plugin,
if the need arises again -- remove it to reduce our clutter.

We also remove Import-Service and Export-Service headers from
the manifest, as they are deprecated and we have not used them
anywhere.

Change-Id: I61560793c4631f24d9ba353c7d9242ae5837e821
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump EclipseLink Moxy JAXB impl 2.7.1 → 2.7.3 08/75508/2
Michael Vorburger [Mon, 27 Aug 2018 13:34:56 +0000 (15:34 +0200)]
Bump EclipseLink Moxy JAXB impl 2.7.1 → 2.7.3

see https://www.eclipse.org/eclipselink/releases/2.7.php

Change-Id: Ifb0f869f59ef3acdbb6eb9fcc5185b7ffa949f04
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoBump immutables.org from 2.6.3 to 2.7.1 24/75624/2
Robert Varga [Fri, 31 Aug 2018 14:37:17 +0000 (16:37 +0200)]
Bump immutables.org from 2.6.3 to 2.7.1

https://github.com/immutables/immutables/blob/master/README.md#changelog

Change-Id: I8094e076c09b531bc8ea720d82346d3f7670b006
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoEnable unchecked warnings 59/75559/2
Stephen Kitt [Thu, 30 Aug 2018 10:14:34 +0000 (12:14 +0200)]
Enable unchecked warnings

Change-Id: I6b9574dc6118b2b494c95bf8871656dfbaac2ea9
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoDisable findbugs on JDK9+ 60/75560/2
Robert Varga [Thu, 21 Jun 2018 14:19:29 +0000 (16:19 +0200)]
Disable findbugs on JDK9+

Findbugs cannot run on JDK9, disable it.

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

5 years agoDrop obsolete odl-guava-25 dependency tweak 23/75523/2
Stephen Kitt [Tue, 28 Aug 2018 10:21:56 +0000 (12:21 +0200)]
Drop obsolete odl-guava-25 dependency tweak

We no longer depend on odl-guava-25 directly, adjusting its
configuration in the Karaf Maven plugin serves no purpose.

Change-Id: I7cb3ce9019aaa515b9f09a87c29d460ea09633fe
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoDrop Maven site configuration 25/75525/2
Stephen Kitt [Tue, 28 Aug 2018 10:37:48 +0000 (12:37 +0200)]
Drop Maven site configuration

Change-Id: I92a72b2dd77cc425b635ac86f3cdcfa963c9ae3b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agobump pax-cdi-api from 1.0.0.RC2 to 1.0.0 99/75499/2
Michael Vorburger [Mon, 27 Aug 2018 10:57:19 +0000 (12:57 +0200)]
bump pax-cdi-api from 1.0.0.RC2 to 1.0.0

Change-Id: Ie89e9b7b16557fd01f3dc79bbf44ada6583a4fa3
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump jacoco-maven-plugin from 0.8.1 to 0.8.2 95/75495/2
Michael Vorburger [Mon, 27 Aug 2018 09:39:19 +0000 (11:39 +0200)]
bump jacoco-maven-plugin from 0.8.1 to 0.8.2

Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.1...v0.8.2)

Change-Id: I8eb810a3482504116595a4b84616b9df52ab8dd9
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump xmlunit-legacy from 2.6.0 to 2.6.1 93/75493/2
Michael Vorburger [Mon, 27 Aug 2018 09:27:11 +0000 (11:27 +0200)]
bump xmlunit-legacy from 2.6.0 to 2.6.1

Bumps [xmlunit-legacy](https://github.com/xmlunit/xmlunit) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.6.0...v2.6.1)

Change-Id: I0c0e5a9d5af21d753d81e7b99ca2539fb2ac0d1d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump threeten-extra from 1.3.2 to 1.4 94/75494/2
Michael Vorburger [Mon, 27 Aug 2018 09:29:01 +0000 (11:29 +0200)]
bump threeten-extra from 1.3.2 to 1.4

Bumps [threeten-extra](https://github.com/ThreeTen/threeten-extra) from 1.3.2 to 1.4.
- [Release notes](https://github.com/ThreeTen/threeten-extra/releases)
- [Commits](https://github.com/ThreeTen/threeten-extra/compare/v1.3.2...v1.4)

Change-Id: Iff197d25f05cf43c82adaac3840cdf2c4cada734
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump xmlunit-matchers from 2.6.0 to 2.6.1 92/75492/2
Michael Vorburger [Mon, 27 Aug 2018 09:23:16 +0000 (11:23 +0200)]
bump xmlunit-matchers from 2.6.0 to 2.6.1

Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.6.0...v2.6.1)

Change-Id: I0c59b6eef1ed0d7cd6a798c9b966c724ac10aef6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump xmlunit-core from 2.6.0 to 2.6.1 91/75491/1
Michael Vorburger [Mon, 27 Aug 2018 09:18:22 +0000 (11:18 +0200)]
bump xmlunit-core from 2.6.0 to 2.6.1

Bumps [xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/xmlunit/xmlunit/compare/v2.6.0...v2.6.1)

Change-Id: I4edc43216a154e9a3bb90c9a1652b0e1af4cb8db
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoBump to Karaf 4.2.1 and align dependencies 57/75357/6
Stephen Kitt [Tue, 21 Aug 2018 14:50:03 +0000 (16:50 +0200)]
Bump to Karaf 4.2.1 and align dependencies

This upgrades to Karaf 4.2.1:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12342945

Pax-Web's dependencies are now aligned, so our patch is no longer
necessary.

The following dependencies are upgraded to track the versions used in
Karaf:
* ASM, to 6.2.1: https://asm.ow2.io/versions.html
* Felix Metatype, to 1.2.0:
  https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.metatype-1.2.0/changelog.txt
* Jetty, to 9.4.11.v20180605
* Pax Web API, to 7.2.3

Change-Id: I8e3140e076abcb75bea162c7942cee021ff870b7
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoEliminate exam.version 47/75447/1
Robert Varga [Thu, 23 Aug 2018 23:19:02 +0000 (01:19 +0200)]
Eliminate exam.version

Downstreams no longer need it, eliminate it.

Change-Id: If8d5020f2f318637b959c4c446f2db29a32433a7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoAdd pax-web-api declaration 46/75446/1
Robert Varga [Thu, 23 Aug 2018 23:12:56 +0000 (01:12 +0200)]
Add pax-web-api declaration

Downstreams are depending on this API, keep it in sync with what
we provide through karaf.

Change-Id: I6700bd756afbed4e79bbeae5b6e1574bed54920d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoAdd odl-akka-leveldb-0.10 to features repository 12/75412/1
Robert Varga [Thu, 23 Aug 2018 09:25:22 +0000 (11:25 +0200)]
Add odl-akka-leveldb-0.10 to features repository

We are not attaching the feature to any repository, hence downstreams
cannot find it.

Change-Id: Ide6e18f0440c69caeced74e859b96e49e7104261
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoAdd support for ed25519 keys in SSHD 40/75240/4
Robert Varga [Thu, 16 Aug 2018 15:50:40 +0000 (17:50 +0200)]
Add support for ed25519 keys in SSHD

This adds the optional support of ed25519 keys. This also requires
leaking sun.security.x509 package from the boot classpath.

JIRA: ODLPARENT-160
Change-Id: I194cdbf2716da099fe5790df3fca5f9e25d6a77f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoAdd odl-apache-sshd feature 38/75238/4
Robert Varga [Thu, 16 Aug 2018 15:16:10 +0000 (17:16 +0200)]
Add odl-apache-sshd feature

This is packaging of Apache SSHD, which needs to be co-managed
with karaf, as it is also using it. At this point karaf and us
are separated by a major version, so this is a simple exercise.

JIRA: ODLPARENT-158
Change-Id: Iceef03542bfba365a968572b58bef2d6c7ed1018
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoUpdate dependency check artifacts 58/75358/1
Stephen Kitt [Tue, 21 Aug 2018 14:56:27 +0000 (16:56 +0200)]
Update dependency check artifacts

Change-Id: Iac11764aba05ef4e1958a3fa57c5e33c18104cb2
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoBump Apache Commons Lang to 3.8 47/75347/1
Stephen Kitt [Tue, 21 Aug 2018 08:07:02 +0000 (10:07 +0200)]
Bump Apache Commons Lang to 3.8

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

Change-Id: I63baa722df0d4aaa599654c58ea7f8eea8281f90
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agobump sevntu CS mvn from 1.30.0 to 1.32.0 31/75331/1
Michael Vorburger [Mon, 20 Aug 2018 15:45:09 +0000 (17:45 +0200)]
bump sevntu CS mvn from 1.30.0 to 1.32.0

see http://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.32.0
incl. upgrade to eclipse-cs 8.12.

Change-Id: Ie1e51fc41189b4130b980cd7bda70b932d2e5523
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoBump mockito to 2.20.1 20/75320/2
Robert Varga [Mon, 20 Aug 2018 09:37:21 +0000 (11:37 +0200)]
Bump mockito to 2.20.1

Important changes since previous notable release:
    new lenient() API - see blog post
    Java 11 compatibility
    fixed wrong artifact ids (regression in 2.20.0)

Change-Id: I31e0445714483840508024a5d2282586477ac7b9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump dependency-check-maven from 3.3.0 to 3.3.1 70/75170/3
Michael Vorburger [Mon, 13 Aug 2018 15:05:35 +0000 (17:05 +0200)]
Bump dependency-check-maven from 3.3.0 to 3.3.1

Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/jeremylong/DependencyCheck/compare/v3.3.0...v3.3.1)

Change-Id: I5541da5079ffa34eae211197de770d42d6bf3725
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoAdd xmlunit2 79/74879/6
Robert Varga [Mon, 6 Aug 2018 14:55:38 +0000 (16:55 +0200)]
Add xmlunit2

https://github.com/xmlunit/user-guide/wiki/Migrating-from-XMLUnit-1.x-to-2.x

This removes xmlunit1 and adds xmlunit-legacy to support downstreams.

Change-Id: I2698a6d9adcbc26321f0ae2994b9844a923edebc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agobump karaf-plugin maven deps from 3.5.3 to 3.5.4 35/73435/4
Michael Vorburger [Tue, 26 Jun 2018 09:38:40 +0000 (11:38 +0200)]
bump karaf-plugin maven deps from 3.5.3 to 3.5.4

for maven-core, maven-model, maven-plugin-api

following up on I72bdb59d75b08425d002d88d0624e42296863e90

JIRA: ODLPARENT-138
Change-Id: I8be3e95b74121d776326bd63b6cafdd78c565e3d
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump checkstyle from 8.11 to 8.12 71/75171/4
Michael Vorburger [Mon, 13 Aug 2018 15:06:50 +0000 (17:06 +0200)]
bump checkstyle from 8.11 to 8.12

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.11 to 8.12.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.11...checkstyle-8.12)

Change-Id: I393037c5c553e15ae3121136779668cb2054ffcb
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump sevntu CS mvn from 1.29.0 to 1.30.0 82/75182/2
Michael Vorburger [Mon, 13 Aug 2018 22:10:24 +0000 (00:10 +0200)]
bump sevntu CS mvn from 1.29.0 to 1.30.0

see http://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.30.0

Change-Id: I8e0eff697d5b7f81949b23182a050ef628a0d308
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoBump Javassist to 3.23.1GA 62/75062/4
Robert Varga [Thu, 9 Aug 2018 18:48:16 +0000 (20:48 +0200)]
Bump Javassist to 3.23.1GA

https://github.com/jboss-javassist/javassist/issues/165
https://github.com/jboss-javassist/javassist/issues/171

Change-Id: I6ebb2e837a8acffdc3a5cc9830d0a1b9d2c0d375
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agofix commons-lang JavaDoc 34/74934/2
Michael Vorburger [Wed, 8 Aug 2018 01:27:12 +0000 (03:27 +0200)]
fix commons-lang JavaDoc

and add comments to remember this for future bumps

inspired by I6e0e7503ccd44fa174caf75a6aabf4cb97ef94f4

Change-Id: I1bce0a440f945efc0c5ca5384ae792dc9cb84aed
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoalign guava-testlib with guava 35/74935/1
Michael Vorburger [Wed, 8 Aug 2018 01:30:06 +0000 (03:30 +0200)]
align guava-testlib with guava

Change-Id: I7274d532a4422c1efdd2cb08da61db3f98ddafb8
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoRealign javadoc links 21/74921/2
Robert Varga [Tue, 7 Aug 2018 15:02:01 +0000 (17:02 +0200)]
Realign javadoc links

We missed javadoc links during update of truth, guava and akka.
Fix that.

Change-Id: I6e0e7503ccd44fa174caf75a6aabf4cb97ef94f4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump netty to 4.1.28 20/74920/1
Robert Varga [Tue, 7 Aug 2018 14:58:41 +0000 (16:58 +0200)]
Bump netty to 4.1.28

http://netty.io/news/2018/05/14/4-1-25-Final.html
http://netty.io/news/2018/07/10/4-1-26-Final.html
http://netty.io/news/2018/07/11/4-1-27-Final.html
http://netty.io/news/2018/07/27/4-1-28-Final.html

Change-Id: Ibe92ba9f0a508906c40e5af971d3402554d2ed48
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoSwitch to odl-guava throughout 93/74693/2
Stephen Kitt [Tue, 31 Jul 2018 12:56:09 +0000 (14:56 +0200)]
Switch to odl-guava throughout

This fixes odl-akka-leveldb-0.10 which is currently broken, and
reduces the risk of such breakages in the future.

Change-Id: I8806f5e8ba0b031a82ec662a1a1e222ed04e3c4e
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoBump mockito to 2.19.1 55/74155/8
Robert Varga [Tue, 17 Jul 2018 20:42:36 +0000 (22:42 +0200)]
Bump mockito to 2.19.1

https://github.com/mockito/mockito/wiki/What%27s-new-in-Mockito-2

Possible downstream issues blog:
https://asolntsev.github.io/en/2016/10/11/mockito-2.1/

Change-Id: I0a4a2ea45b7e5ba795f1598c96155f0785adcca8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump to owasp-dependency-check 3.3.0 45/74445/2
Stephen Kitt [Wed, 25 Jul 2018 09:18:28 +0000 (11:18 +0200)]
Bump to owasp-dependency-check 3.3.0

Release notes:
https://github.com/jeremylong/DependencyCheck/blob/master/RELEASE_NOTES.md#version-330-2018-07-22

Change-Id: Ib3a799d43f2fc94128efd4184deb4e97a6a2908f
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoAdd LevelDB 0.10 feature 06/65106/10
Stephen Kitt [Fri, 3 Nov 2017 15:40:54 +0000 (16:40 +0100)]
Add LevelDB 0.10 feature

Change-Id: Ic0fa4f8a2f08fb23c50007c97a8b21d7e34c9ac6
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agoBump checkstyle from 8.10 to 8.11 36/73736/2
Michael Vorburger [Wed, 4 Jul 2018 13:27:59 +0000 (15:27 +0200)]
Bump checkstyle from 8.10 to 8.11

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.10 to 8.11.
- [Release notes](http://checkstyle.sourceforge.net/releasenotes.html#Release_8.11)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.10...checkstyle-8.11)

Change-Id: Id7a6a33be89f4fffb61b19a43442af34f985fef2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump jolokia-osgi from 1.5.0 to 1.6.0 40/73740/3
Michael Vorburger [Wed, 4 Jul 2018 13:47:21 +0000 (15:47 +0200)]
bump jolokia-osgi from 1.5.0 to 1.6.0

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

Change-Id: Ibbffe5145902fa7a9e9fd54ff820f5ace8a0af32
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoUpdate property information for version 4 10/74410/2
Stephen Kitt [Tue, 24 Jul 2018 17:13:26 +0000 (19:13 +0200)]
Update property information for version 4

This drops a number of obsolete properties.

Change-Id: Ic0657f603cb27ccf7ca0c1a8728a74ece677cf0b
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agobump spotbugs (+ maven-plugin) from 3.1.5 to 3.1.6 75/74375/5
Michael Vorburger [Tue, 24 Jul 2018 09:17:30 +0000 (11:17 +0200)]
bump spotbugs (+ maven-plugin) from 3.1.5 to 3.1.6

Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/release-3.1/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/3.1.5...3.1.6)

Change-Id: Ib986923148ad46d063252436e58d2a2476c9b060
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoBump to BouncyCastle 1.60 93/74393/2
Stephen Kitt [Tue, 24 Jul 2018 12:26:14 +0000 (14:26 +0200)]
Bump to BouncyCastle 1.60

Release notes: http://bouncycastle.org/releasenotes.html

This includes fixes for CVE-2018-1000180 and CVE-2018-1000613.

Change-Id: I798d49208f443cfed954244998eedb7e40e70753
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agobump PAX URL from 2.5.3 to 2.5.4 82/74382/2
Michael Vorburger [Tue, 24 Jul 2018 09:58:06 +0000 (11:58 +0200)]
bump PAX URL from 2.5.3 to 2.5.4

looking at https://github.com/ops4j/org.ops4j.pax.url/compare/url-2.5.3...url-2.5.4
the only change seems to be https://github.com/ops4j/org.ops4j.pax.url/commit/fe6131e87f255c45b7886d392bd3e7e70245ee0c
for https://ops4j1.jira.com/browse/PAXURL-346, which looks useful to pick up.

Change-Id: Idf5c165b9ffecb295c641ba7eef1754f6e0f4743
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoBump Guava 23.6 → 25.1 and add default feature 91/70291/10
Stephen Kitt [Tue, 3 Apr 2018 13:27:04 +0000 (15:27 +0200)]
Bump Guava 23.6 → 25.1 and add default feature

This replaces the odl-guava-23 feature with odl-guava-25 and adds a
default odl-guava feature which downstreams should depend on.

Release notes:
* https://github.com/google/guava/releases/tag/v24.0
* https://github.com/google/guava/releases/tag/v24.1
* https://github.com/google/guava/releases/tag/v25.0
* https://github.com/google/guava/releases/tag/v25.1

Change-Id: Ied2e93b4d6546df5ecd521672a6945cbb59e4b8a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
5 years agobump truth from 0.41 to 0.42 79/74379/3
Michael Vorburger [Tue, 24 Jul 2018 09:33:07 +0000 (11:33 +0200)]
bump truth from 0.41 to 0.42

Bumps [truth](https://github.com/google/truth) from 0.41 to 0.42.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](https://github.com/google/truth/commits)

Change-Id: I4d722f4e5f0255b237a767b67cd3aac390d7b077
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump PAX exam.version from 4.11.0 to 4.12.0 81/74381/3
Michael Vorburger [Tue, 24 Jul 2018 09:38:11 +0000 (11:38 +0200)]
bump PAX exam.version from 4.11.0 to 4.12.0

Updates the following from 4.11.0 to 4.12.0 :
* `pax-exam-container-karaf`
* `pax-exam-junit4`
* `pax-exam`
* `pax-exam-container-forked`
* `pax-exam-container-native`
* `pax-exam-extender-service`
* `pax-exam-inject`
* `pax-exam-invoker-junit`
* `pax-exam-features`
* `pax-exam-link-mvn`
* `pax-exam-link-assembly`

There don't seem to be real release notes,
but this JIRA query identifies issues that went into 4.12.0 :
https://ops4j1.jira.com/browse/PAXEXAM-917?jql=project%20%3D%20PAXEXAM%20AND%20fixVersion%20%3D%204.12.0

Change-Id: I54e4a46556b795e6ce6ac648223224f03c3f39dd
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump value from 2.6.1 to 2.6.3 77/74377/1
Michael Vorburger [Tue, 24 Jul 2018 09:22:54 +0000 (11:22 +0200)]
bump value from 2.6.1 to 2.6.3

There are unfortunately no release notes yet on
https://github.com/immutables/immutables#changelog, but it seems to be just:

* https://github.com/immutables/immutables/issues/784
* https://github.com/immutables/immutables/issues/788

proposed release notes in https://github.com/immutables/immutables/pull/805

Change-Id: I2295be6c49de054e5352398e1ac7396667975636
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoRemove unneeded guava version declaration 71/74271/1
Robert Varga [Fri, 20 Jul 2018 09:20:36 +0000 (11:20 +0200)]
Remove unneeded guava version declaration

This removes an unneeded declaration and removes site configuration
which we are not using anyway.

Change-Id: Iee371b5bf15c194ed87ed1e1d200a6f6f7f800d5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoDo not declare junit-dep dependency 67/74167/5
Robert Varga [Wed, 18 Jul 2018 01:48:28 +0000 (03:48 +0200)]
Do not declare junit-dep dependency

junit-dep is now obsolete, and no longer depends on anything.
We used to use it to pull in Mockito and Hamcrest but these are made
available through other means (junit itself pulls in Hamcrest, and we
pull in Mockito explicitly).

Change-Id: I70ee5e0080ceb2f0bf2d37db3d4824c727b8385d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Reviewed-by: Stephen Kitt <skitt@redhat.com>
5 years agoAdd junit/mockito-core as test dependencies 66/74166/4
Robert Varga [Wed, 18 Jul 2018 01:45:59 +0000 (03:45 +0200)]
Add junit/mockito-core as test dependencies

These are used all over the place and everyone is using them. Also
document some of the other dependencies.

Change-Id: I36cb11bd9ea5a496dfac376fd111aa4bd607c698
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump powermock to 1.7.4 54/74154/1
Robert Varga [Tue, 17 Jul 2018 20:38:10 +0000 (22:38 +0200)]
Bump powermock to 1.7.4

https://github.com/powermock/powermock/releases/tag/powermock-1.7.0
https://github.com/powermock/powermock/releases/tag/powermock-1.7.1
https://github.com/powermock/powermock/releases/tag/powermock-1.7.2
https://github.com/powermock/powermock/releases/tag/powermock-1.7.3
https://github.com/powermock/powermock/releases/tag/powermock-1.7.4

This is required to upgrade to mockito 2.x.x.

Change-Id: Id2390bc39d7bc5ac5736af4d2ba33f5eca2aafb6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump powermock to 1.6.6 53/74153/1
Robert Varga [Tue, 17 Jul 2018 20:35:32 +0000 (22:35 +0200)]
Bump powermock to 1.6.6

https://github.com/powermock/powermock/releases/tag/powermock-1.6.5
https://github.com/powermock/powermock/releases/tag/powermock-1.6.6

Change-Id: If2b8e26ef003bf92858658f6f45b0befd7f17441
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump agrona to 0.9.21 52/74152/1
Robert Varga [Tue, 17 Jul 2018 20:31:11 +0000 (22:31 +0200)]
Bump agrona to 0.9.21

https://github.com/real-logic/agrona/releases/tag/0.9.19
https://github.com/real-logic/agrona/releases/tag/0.9.20
https://github.com/real-logic/agrona/releases/tag/0.9.21

Change-Id: If4c462e0321bc6340442ab77cb9e0847342a6f1d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agoBump akka to 2.5.14 51/74151/1
Robert Varga [Tue, 17 Jul 2018 20:25:38 +0000 (22:25 +0200)]
Bump akka to 2.5.14

https://akka.io/blog/news/2018/07/13/akka-2.5.14-released

Change-Id: Ie62ba414b4856af1381ee4492dd955a6c6744fc7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
5 years agobump slf4j bug-pattern from 1.4.0 to 1.4.1 38/73738/3
Michael Vorburger [Wed, 4 Jul 2018 13:36:23 +0000 (15:36 +0200)]
bump slf4j bug-pattern from 1.4.0 to 1.4.1

Bumps [bug-pattern](https://github.com/KengoTODA/findbugs-slf4j) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/KengoTODA/findbugs-slf4j/releases)
- [Changelog](https://github.com/KengoTODA/findbugs-slf4j/blob/master/CHANGELOG.md)
- [Commits](https://github.com/KengoTODA/findbugs-slf4j/compare/findbugs-slf4j-1.4.0...findbugs-slf4j-1.4.1)

Change-Id: I59d55a8bc9311a535740d300c880d9b8bbf0fa35
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agobump jdt.annotation from 2.1.150 to 2.2.0 39/73739/3
Michael Vorburger [Wed, 4 Jul 2018 13:45:31 +0000 (15:45 +0200)]
bump jdt.annotation from 2.1.150 to 2.2.0

Change-Id: I6ecfc61d555998ff5ad6951ce1e8aedfc619efaf
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump maven-blueprint-plugin to 1.10.0 72/73672/3
Robert Varga [Mon, 2 Jul 2018 22:46:02 +0000 (00:46 +0200)]
Bump maven-blueprint-plugin to 1.10.0

Release notes are hard to come by, but this removes a chunk of
unneeded antrun.

Change-Id: I1196f3305b0d83b33e3bbd6819144b28719588fd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoBump Jackson 2.8.9 → 2.9.6 93/72193/5
Stephen Kitt [Wed, 23 May 2018 12:02:16 +0000 (14:02 +0200)]
Bump Jackson 2.8.9 → 2.9.6

Release notes:
* https://medium.com/@cowtowncoder/jackson-2-9-features-b2a19029e9ff
* https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9
* https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.1
* https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.2
* https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.3
* https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.4
* https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.5
* https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.9.6

Change-Id: I1cb0a34a8fc602de24c9233c93fdacdf24a18763
Signed-off-by: Stephen Kitt <skitt@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoBump akka to 2.5.13 96/72896/10
Robert Varga [Tue, 29 May 2018 18:03:26 +0000 (20:03 +0200)]
Bump akka to 2.5.13

This bumps akka to 2.5.13, along with aeron, agrona,
ssl-config and scala-parser-combinators.

Akka:
https://akka.io/blog/news/2018/04/13/akka-2.5.12-released
https://akka.io/blog/news/2018/06/08/akka-2.5.13-released

ssl-config-core:
https://github.com/lightbend/ssl-config/releases/tag/v0.2.3
https://github.com/lightbend/ssl-config/releases/tag/v0.2.4

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

Minimum versions for agrona/aeron are 0.9.17 and 1.9.1,
we bump to latest compatible versions:

Agrona:
https://github.com/real-logic/agrona/releases/tag/0.9.13
https://github.com/real-logic/agrona/releases/tag/0.9.14
https://github.com/real-logic/agrona/releases/tag/0.9.15
https://github.com/real-logic/agrona/releases/tag/0.9.16
https://github.com/real-logic/agrona/releases/tag/0.9.17
https://github.com/real-logic/agrona/releases/tag/0.9.18

Aeron:
https://github.com/real-logic/aeron/releases/tag/1.8.0
https://github.com/real-logic/aeron/releases/tag/1.8.1
https://github.com/real-logic/aeron/releases/tag/1.8.2
https://github.com/real-logic/aeron/releases/tag/1.9.0
https://github.com/real-logic/aeron/releases/tag/1.9.1
https://github.com/real-logic/aeron/releases/tag/1.9.2
https://github.com/real-logic/aeron/releases/tag/1.9.3

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

6 years agoFix xtend-maven-plugin 81/73581/2
Robert Varga [Thu, 28 Jun 2018 18:50:42 +0000 (20:50 +0200)]
Fix xtend-maven-plugin

xtend-maven-plugin (really, xtend-core) has bad set of dependencies,
as it pulls an ancient core (3.8.0) and new plugins (to the point of
fetching new ones as they become available).

Since their certification authority expired in February, new artifacts
use one different certificate. This coupled with the fact there is
a split package involved leads to different parts of the package having
different keys -- leading to an reactor-shattering SecurityException.

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

6 years agoAdd missing odl-jackson-2.8 declaration 82/73582/1
Robert Varga [Thu, 28 Jun 2018 18:47:04 +0000 (20:47 +0200)]
Add missing odl-jackson-2.8 declaration

This feature should be declared in artifacts, do that.

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

6 years agoBump metainf-services from 1.7 to 1.8 33/73433/1
Michael Vorburger [Tue, 26 Jun 2018 09:30:21 +0000 (11:30 +0200)]
Bump metainf-services from 1.7 to 1.8

https://github.com/kohsuke/metainf-services/compare/metainf-services-1.7...metainf-services-1.8

Change-Id: I64d2f1c910668c6ba0b4eb9ea6da9dcfaca7b016
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoFix javadoc warning with JDK9+ 27/73227/2
Robert Varga [Wed, 20 Jun 2018 09:58:00 +0000 (11:58 +0200)]
Fix javadoc warning with JDK9+

JDK9 has introduced support for HTML5 javadocs and the doclet
emits a warning about not being sure how to interpret javadocs.

Fix this by specifying html4 on JDK9+.

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

6 years agoBump spotbugs from 3.1.3 to 3.1.5 23/73223/1
Robert Varga [Wed, 20 Jun 2018 09:35:27 +0000 (11:35 +0200)]
Bump spotbugs from 3.1.3 to 3.1.5

https://github.com/spotbugs/spotbugs/blob/release-3.1/CHANGELOG.md

Change-Id: I096f8c1d10822391503c636091ca9dfe2f05cd1a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoKill maven.javadoc.version 22/73222/1
Robert Varga [Wed, 20 Jun 2018 09:38:48 +0000 (11:38 +0200)]
Kill maven.javadoc.version

This property is no longer used downstream, kill it.

Change-Id: Idfda7f0ee27b3a48a7736b7da599b74005af81f7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoBump maven-javadoc-plugin to 3.0.1 21/73221/1
Robert Varga [Wed, 20 Jun 2018 09:38:11 +0000 (11:38 +0200)]
Bump maven-javadoc-plugin to 3.0.1

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

Change-Id: Ib952ca3472033c876596d14aa1ade1d1877ada58
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoBump maven-pmd-plugin from 3.9 to 3.10.0 03/72903/4
Michael Vorburger [Tue, 12 Jun 2018 21:08:33 +0000 (23:08 +0200)]
Bump maven-pmd-plugin from 3.9 to 3.10.0

Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.9 to 3.10.0.
- [Release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342689&styleName=Text&projectId=12317621)

Change-Id: I4698da50438f3909a041eeb627adc963b80e5fd6
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoBump truth from 0.40 to 0.41 19/73119/3
Michael Vorburger [Mon, 18 Jun 2018 09:39:01 +0000 (11:39 +0200)]
Bump truth from 0.40 to 0.41

Bumps [truth](https://github.com/google/truth) from 0.40 to 0.41.
- [Release notes](https://github.com/google/truth/releases/tag/release_0_41)

Change-Id: I03522e0052bc7995a85097f56ea67696c6f07881
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agobump commons-text from 1.3 to 1.4 21/73121/2
Michael Vorburger [Mon, 18 Jun 2018 09:43:47 +0000 (11:43 +0200)]
bump commons-text from 1.3 to 1.4

https://commons.apache.org/proper/commons-text/release-notes/RELEASE-NOTES-1.4.txt

Change-Id: Id90fc0e955c6a16631b06a6688b497771b043898
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agobump sevntu-checkstyle-maven-plugin 1.27.0-1.29.0 88/72288/5
Michael Vorburger [Tue, 12 Jun 2018 20:13:03 +0000 (22:13 +0200)]
bump sevntu-checkstyle-maven-plugin 1.27.0-1.29.0

https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.28.0
https://sevntu-checkstyle.github.io/sevntu.checkstyle/#1.29.0

Change-Id: I0481f2091da68717a3a26c18c8d82dd07079e1ae
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump enunciate-core-annotations 2.10.1 to 2.11.1 59/72259/7
Michael Vorburger [Tue, 12 Jun 2018 20:12:09 +0000 (22:12 +0200)]
Bump enunciate-core-annotations 2.10.1 to 2.11.1

Changes according to https://github.com/stoicflame/enunciate/releases :

* Add support for Java 9, drop support for Java 7.
* Minor release covering two issues.
* Numerous bugs and enhancements.

Change-Id: I597ef360e57f2b30369978e390b6976d837f9dbd
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump wagon-http from 2.10 to 3.1.0 54/72254/6
Michael Vorburger [Tue, 12 Jun 2018 20:10:16 +0000 (22:10 +0200)]
Bump wagon-http from 2.10 to 3.1.0

Release notes: <https://lists.apache.org/thread.html/96024c54db7680697cb066e22a37b0ed5b4498386714a8a9ae1ec9cd@%3Cannounce.maven.apache.org%3E>

Change-Id: I686e43c34a0909fcd505919162ea5a9cd7c9606a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoBump maven-bundle-plugin from 3.3.0 to 3.5.0 89/72289/4
Michael Vorburger [Tue, 12 Jun 2018 20:11:21 +0000 (22:11 +0200)]
Bump maven-bundle-plugin from 3.3.0 to 3.5.0

https://svn.apache.org/repos/asf/felix/releases/maven-bundle-plugin-3.5.0/changelog.txt

Change-Id: I503ffb51c718cf740f8f5bd30dc8f64b72fb4907
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoBump scala-parser-combinators to 1.0.7 95/72895/3
Robert Varga [Tue, 29 May 2018 16:40:05 +0000 (18:40 +0200)]
Bump scala-parser-combinators to 1.0.7

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

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

6 years agoadd org.osgi.compendium to single-feature-parent 10/72910/2
Michael Vorburger [Tue, 12 Jun 2018 23:45:32 +0000 (01:45 +0200)]
add org.osgi.compendium to single-feature-parent

fixes SFT bug
java.lang.ClassNotFoundException:
org.osgi.service.resolver.ResolutionException

This now really fixes it (I've reproduced and verified it);
whereas the earlier Ifaa39b35d1975ccd2aec15f6ed56191637f43d73
actually had not.

Change-Id: Iebf8e8c7c72b787f8858d469944aef716b4c2830
JIRA: ODLPARENT-136
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump commons-text from 1.1 to 1.3 60/72260/8
Michael Vorburger [Tue, 12 Jun 2018 20:04:38 +0000 (22:04 +0200)]
Bump commons-text from 1.1 to 1.3

https://commons.apache.org/proper/commons-text/release-notes/RELEASE-NOTES-1.2.txt
https://commons.apache.org/proper/commons-text/release-notes/RELEASE-NOTES-1.3.txt

Change-Id: I63e5da392b401c5eafdd2d68af8c351b83a89e84
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoBump duplicate-finder-maven-plugin 1.2.1 to 1.3.0 84/72284/4
Michael Vorburger [Tue, 12 Jun 2018 20:13:17 +0000 (22:13 +0200)]
Bump duplicate-finder-maven-plugin 1.2.1 to 1.3.0

Bumps [duplicate-finder-maven-plugin](https://github.com/basepom/duplicate-finder-maven-plugin) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/basepom/duplicate-finder-maven-plugin/releases)
- [Changelog](https://github.com/basepom/duplicate-finder-maven-plugin/blob/master/CHANGES.md)
- [Commits](https://github.com/basepom/duplicate-finder-maven-plugin/compare/duplicate-finder-maven-plugin-1.2.1...duplicate-finder-maven-plugin-1.3.0)

Change-Id: I2ac62255af7a9ee3c48a4e8bf17dbf6e784f9f42
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump jettison from 1.3.8 to 1.4.0 57/72257/3
Michael Vorburger [Tue, 12 Jun 2018 20:10:45 +0000 (22:10 +0200)]
Bump jettison from 1.3.8 to 1.4.0

Bumps [jettison](https://github.com/jettison-json/jettison) from 1.3.8 to 1.4.0.
- [Release notes](https://github.com/jettison-json/jettison/releases)
- [Commits](https://github.com/jettison-json/jettison/compare/jettison-1.3.8...jettison-1.4.0)

Change-Id: Ie081aa5d8972496506deecb17190c9e0b836cb35
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoremove SingleFeatureTest's old INFO log config 91/72891/2
Michael Vorburger [Thu, 12 Apr 2018 13:33:22 +0000 (15:33 +0200)]
remove SingleFeatureTest's old INFO log config

because since we switched to log4j2 that has no more effect anyway:

  log4j.logger.org.opendaylight.odlparent.featuretest=INFO

because all properties must by log4j2.* and this is the default anyway:

  log4j2.rootLogger.level=INFO

Change-Id: Ic934a4d4ff7bf9d565ff88669c8f1a7607566368
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoremove SingleFeatureTest log4j.rootLogger override 92/72892/2
Michael Vorburger [Thu, 12 Apr 2018 13:15:32 +0000 (15:15 +0200)]
remove SingleFeatureTest log4j.rootLogger override

because since we switched to log4j2 that has no more effect anyway:

  log4j.rootLogger=INFO, stdout, osgi\:*

because all properties must by log4j2.* and this is the default anyway:

  log4j2.rootLogger.level=INFO

Change-Id: I0b6755403668d6723b036ba1532fe5e89f437df2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump checkstyle from 8.10 to 8.10.1 49/72349/4
dependabot[bot] [Mon, 28 May 2018 04:17:38 +0000 (04:17 +0000)]
Bump checkstyle from 8.10 to 8.10.1

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.10 to 8.10.1.
- [Release notes](http://checkstyle.sourceforge.net/releasenotes.html#Release_8.10.1)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.10...checkstyle-8.10.1)

Change-Id: I332d089e544d9c675c28cf68e009918865f70c31
Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years agoBump scala to 2.12.6 94/72894/1
Robert Varga [Tue, 29 May 2018 16:33:28 +0000 (18:33 +0200)]
Bump scala to 2.12.6

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

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

6 years agoBump karaf-plugin Maven deps 3.3.3 to 3.5.3 61/72261/4
dependabot[bot] [Fri, 25 May 2018 04:27:07 +0000 (04:27 +0000)]
Bump karaf-plugin Maven deps 3.3.3 to 3.5.3

in line with I13eabefc4e4316b0be204a808c69f09be8e7d59d
https://git.opendaylight.org/gerrit/#/c/67554/

JIRA: ODLPARENT-138
Change-Id: I72bdb59d75b08425d002d88d0624e42296863e90
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agobump dependency-check-maven from 3.0.2 to 3.2.1 42/72642/2
dependabot[bot] [Sun, 3 Jun 2018 04:13:56 +0000 (04:13 +0000)]
bump dependency-check-maven from 3.0.2 to 3.2.1

Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 3.0.2 to 3.2.1.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/jeremylong/DependencyCheck/compare/v3.0.2...v3.2.1)

Change-Id: Iad1636e1be72ab529aea7b65ddd3d1b57a0039c9
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoadd com.sun.management to jre.properties 37/72237/2
Michael Vorburger [Thu, 24 May 2018 13:44:00 +0000 (15:44 +0200)]
add com.sun.management to jre.properties

JIRA: INFRAUTILS-41
Change-Id: Ic80a16b21b1e4ac9460f5493e2e6b1ce22204a7b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump maven-pmd-plugin from 3.8 to 3.9.0 55/72255/3
dependabot[bot] [Fri, 25 May 2018 04:27:49 +0000 (04:27 +0000)]
Bump maven-pmd-plugin from 3.8 to 3.9.0

Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.8 to 3.9.0.
- [Release notes](https://mail-archives.apache.org/mod_mbox/maven-announce/201801.mbox/%3Ce915d011-91cf-cfdd-c60c-9d8266f74722%40apache.org%3E)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.8...maven-pmd-plugin-3.9.0)

Change-Id: If9a1dae0e6804cd98fad4c3d6e0666093719899b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoBump exec-maven-plugin from 1.5.0 to 1.6.0 65/72265/4
dependabot[bot] [Fri, 25 May 2018 04:26:26 +0000 (04:26 +0000)]
Bump exec-maven-plugin from 1.5.0 to 1.6.0

Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/milestone/3?closed=1)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-1.5.0...exec-maven-plugin-1.6.0)

Change-Id: I7cade702be72a618566173e98e7d7cbe83cc7142
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoBump build-helper-maven-plugin from 1.12 to 3.0.0 82/72182/2
dependabot[bot] [Tue, 22 May 2018 04:22:15 +0000 (04:22 +0000)]
Bump build-helper-maven-plugin from 1.12 to 3.0.0

Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 1.12 to 3.0.0.
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-1.12...build-helper-maven-plugin-3.0.0)

Change-Id: Ie461a02da1762cb8d4ca0307a9f4c4a7cb523b60
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
6 years agoBump org.eclipse.jdt.annotation 2.1.0 → 2.1.150 95/72295/3
dependabot[bot] [Fri, 25 May 2018 04:24:37 +0000 (04:24 +0000)]
Bump org.eclipse.jdt.annotation 2.1.0 → 2.1.150

Change-Id: Ifa7bb2136273659d8f9daab2f6a4ef4f1052674e
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump Immutables.org value from 2.6.0 to 2.6.1 85/72285/2
dependabot[bot] [Fri, 25 May 2018 04:25:51 +0000 (04:25 +0000)]
Bump Immutables.org value from 2.6.0 to 2.6.1

https://github.com/immutables/immutables#261-2018-05-23
https://github.com/immutables/immutables/milestone/69?closed=1

Change-Id: Ibea81189578af1ecf37dce7f6445d2f7eccfe17c
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump jacoco-maven-plugin from 0.8.0 to 0.8.1 91/72291/4
dependabot[bot] [Fri, 25 May 2018 04:25:17 +0000 (04:25 +0000)]
Bump jacoco-maven-plugin from 0.8.0 to 0.8.1

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

Change-Id: Ie232b96256facf7fd6429a52fbd252077703b473
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump Guava 23.6 to 23.6.1 37/72437/1
Stephen Kitt [Tue, 29 May 2018 15:48:29 +0000 (17:48 +0200)]
Bump Guava 23.6 to 23.6.1

Commit log: https://github.com/google/guava/compare/v23.6...v23.6.1

This addresses CVE-2018-10237 (and only that).

Change-Id: I41e9fd17f8edad70f1501807966201e4f0b6aff6
JIRA: ODLPARENT-155
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoBump gson from 2.8.2 to 2.8.5 96/72296/3
dependabot[bot] [Fri, 25 May 2018 04:24:33 +0000 (04:24 +0000)]
Bump gson from 2.8.2 to 2.8.5

Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.5.
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.2...gson-parent-2.8.5)

Change-Id: Ia5205c86a58a2fbd08d2bb5f82abe6f07532fa5e
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump org.eclipse.xtend.lib from 2.13.0 to 2.14.0 66/72266/3
dependabot[bot] [Fri, 25 May 2018 04:26:27 +0000 (04:26 +0000)]
Bump org.eclipse.xtend.lib from 2.13.0 to 2.14.0

Bumps [org.eclipse.xtend.lib](https://github.com/eclipse/xtext-lib) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/eclipse/xtext-lib/releases)
- [Commits](https://github.com/eclipse/xtext-lib/compare/v2.13.0...v2.14.0)

Change-Id: I90e0b093121f192d39758c40406d4d921ad91463
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
6 years agoBump spotbugs from 3.1.2 to 3.1.3 93/72293/3
dependabot[bot] [Fri, 25 May 2018 04:24:07 +0000 (04:24 +0000)]
Bump spotbugs from 3.1.2 to 3.1.3

Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 3.1.2 to 3.1.3.
- [Changelog](https://github.com/spotbugs/spotbugs/blob/3.1.3/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/3.1.2...3.1.3)

Change-Id: Idbb5c94c535a91b9c367559e7d412b4b85466a59
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Stephen Kitt <skitt@redhat.com>
6 years agoBump truth from 0.36 to 0.40 62/72262/3
dependabot[bot] [Fri, 25 May 2018 04:27:01 +0000 (04:27 +0000)]
Bump truth from 0.36 to 0.40

Bumps [truth](https://github.com/google/truth) from 0.36 to 0.40.
- [Release notes](https://github.com/google/truth/releases)
- [Commits](https://github.com/google/truth/commits)

Change-Id: I46b8efd37c9503ebf1f5d49019bec873f91cba3b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>