odlparent.git
8 months agoBump maven-shade-plugin to 3.5.1 57/108057/1
Robert Varga [Fri, 29 Sep 2023 14:21:20 +0000 (16:21 +0200)]
Bump maven-shade-plugin to 3.5.1

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

Change-Id: I0a4cb65205bf43f8db050ab9216be458b0563658
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoBump modernizer-maven-plugin to 2.7.0 55/108055/2
Robert Varga [Fri, 29 Sep 2023 13:51:28 +0000 (15:51 +0200)]
Bump modernizer-maven-plugin to 2.7.0

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

Change-Id: I55a6e8554b5283befe76ea7ab51d86c8105aadc9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoFix TestBundleDiag javadoc 56/108056/2
Robert Varga [Fri, 29 Sep 2023 13:55:05 +0000 (15:55 +0200)]
Fix TestBundleDiag javadoc

Java 21's javadoc is complaining about a misplaced @author tag, fix
that.

Change-Id: I1cc1555387d5916014b3db64b8d185ea983c2a0e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoExclude byte-buddy from assertj-core 54/108054/1
Robert Varga [Fri, 29 Sep 2023 13:47:03 +0000 (15:47 +0200)]
Exclude byte-buddy from assertj-core

We are pulling in a more modern version of byte-buddy through mockito,
do not override that with assertj-core's 2.12.xx version.

Change-Id: I14ef47c2fb606e60c2d46e4e095fdc59a50d096a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoBump Netty to 4.1.99.Final 10/108010/1
Robert Varga [Thu, 28 Sep 2023 15:26:25 +0000 (17:26 +0200)]
Bump Netty to 4.1.99.Final

https://netty.io/news/2023/09/21/4-1-98-Final.html
https://netty.io/news/2023/09/21/4-1-99-Final.html

Change-Id: Ifa6a9f265a9639c01ed274b7cd1633efc2c71727
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoBump asciidoctorj-diagram to 2.2.13 51/107951/1
Robert Varga [Fri, 22 Sep 2023 08:35:31 +0000 (10:35 +0200)]
Bump asciidoctorj-diagram to 2.2.13

https://github.com/asciidoctor/asciidoctorj-diagram/releases/tag/v2.2.13

Change-Id: I8ae82afe9a4df66c1856e263a039edf00fe7516e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoBump versions-maven-plugin to 2.16.1 50/107950/1
Robert Varga [Fri, 22 Sep 2023 08:34:03 +0000 (10:34 +0200)]
Bump versions-maven-plugin to 2.16.1

https://github.com/mojohaus/versions/releases/tag/2.16.1

Change-Id: Icfc0435781e552b8d314bb7fbff114f3a4193ff8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoBump Karaf to 4.4.4 43/107843/4
Robert Varga [Tue, 12 Sep 2023 18:29:51 +0000 (20:29 +0200)]
Bump Karaf to 4.4.4

Karaf 4.4.4:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311140&version=12352693

Jetty 9.4.50.v20221201:
https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.51.v20230217
https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.52.v20230823

Pax-JDBC 1.5.6:
https://github.com/ops4j/org.ops4j.pax.jdbc/milestone/32?closed=1

Change-Id: I385880201fc6773cb58e3ae47e9a42e445b2ba72
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoBump maven-javadoc-plugin to 3.6.0 87/107887/1
Robert Varga [Fri, 15 Sep 2023 18:58:53 +0000 (20:58 +0200)]
Bump maven-javadoc-plugin to 3.6.0

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

Change-Id: I043dbf10bf473abe82d159a2248ba6c52be2b10e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoBump maven-enforcer-plugin to 3.4.1 44/107844/1
Robert Varga [Tue, 12 Sep 2023 19:16:37 +0000 (21:16 +0200)]
Bump maven-enforcer-plugin to 3.4.1

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

Change-Id: Ic4f1c07347397e008e5980c6130250ee2047bdf8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoRemove unneeded imports 96/107796/1
Robert Varga [Mon, 11 Sep 2023 16:38:30 +0000 (18:38 +0200)]
Remove unneeded imports

We are already importing TimeUnit, do not also import its fields.

Change-Id: Ie964dabfd71c8d3a7bfb191a68e22c1844cde9ed
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoConstify WHITELISTED_BUNDLES 94/107794/3
Robert Varga [Mon, 11 Sep 2023 16:17:10 +0000 (18:17 +0200)]
Constify WHITELISTED_BUNDLES

Use Map.of() for a static initialization. Since we know we are storing
non-null Enum entries, use a simple == to compare them.

Change-Id: I3af1cd7a0ad0b2b1400859a0267dca666e07f95a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoRemove unused @SuppressFBWarnings 95/107795/2
Robert Varga [Mon, 11 Sep 2023 16:21:57 +0000 (18:21 +0200)]
Remove unused @SuppressFBWarnings

This suppression is having no effect, remove it.

Change-Id: Idb7512357b78240d8f1bd88215479e55ace9cf50
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoTimeInfo is a record 93/107793/1
Robert Varga [Mon, 11 Sep 2023 16:04:09 +0000 (18:04 +0200)]
TimeInfo is a record

We have Java 17, hence we can improve brevity by using a record.

Change-Id: Ic1e098f1410d80c1bea4e33755a94cb88f2cde23
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoConvert ServiceReferenceUtilTest to JUnit5 92/107792/1
Robert Varga [Mon, 11 Sep 2023 15:59:50 +0000 (17:59 +0200)]
Convert ServiceReferenceUtilTest to JUnit5

This is a very simple test. Convert it to JUnit5 and use Mockito to
driver the ServiceReference implementation.

Change-Id: I9e57a055e19912a2fdb0f23ab954e1d52a689253
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoClean up ServiceReferenceUtil 91/107791/1
Robert Varga [Mon, 11 Sep 2023 15:50:02 +0000 (17:50 +0200)]
Clean up ServiceReferenceUtil

The methods here are stateless: make the class a proper utility class,
adjusting users.

Change-Id: Icc2770e4ec52f19db2305068c9340db73d3c6607
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoImprove runnersFromRepoUrl() 86/107786/2
Robert Varga [Sun, 10 Sep 2023 19:10:50 +0000 (21:10 +0200)]
Improve runnersFromRepoUrl()

There is no need to issue a plain copy, just return whatever we got
from getFeatures().

Change-Id: I474ce91faa3646d4ece2254bbb23581f331604cf
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoRemove superfluous karaf.version references 85/107785/1
Robert Varga [Sun, 10 Sep 2023 18:09:07 +0000 (20:09 +0200)]
Remove superfluous karaf.version references

We are using Karaf's BOM, hence a number of artifacts have their version
available through a <dependencyManagement/> import.

Change-Id: I4989708cd88f2ad6ea6a0a26f91e1b883af87c68
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoRemove commented-out dependency 84/107784/1
Robert Varga [Sun, 10 Sep 2023 16:40:03 +0000 (18:40 +0200)]
Remove commented-out dependency

We are not using this dependency and we seem to have our house quite in
order. Remove the dependency.

Change-Id: I1db798c899cd381e710a10f11c6ea434cf907f0d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoBump checker-qual to 3.38.0 30/107730/1
Robert Varga [Wed, 6 Sep 2023 10:42:33 +0000 (12:42 +0200)]
Bump checker-qual to 3.38.0

Just another upgrade.

Change-Id: Ifa374e3672fe398fd6cad3f604f8e25ee89eebc5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
8 months agoBump antlr to 4.13.1 28/107728/1
Robert Varga [Wed, 6 Sep 2023 09:43:30 +0000 (11:43 +0200)]
Bump antlr to 4.13.1

https://github.com/antlr/antlr4/releases/tag/4.13.1

Change-Id: Ib27456924a51056b081c9852133a632d06773472
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoFixup commons-lang3 packaging 96/107596/1
Robert Varga [Wed, 30 Aug 2023 16:42:37 +0000 (18:42 +0200)]
Fixup commons-lang3 packaging

We are overriding Karaf's commons-lang3 version, make sure we patch
features-standard to prevent duplicate packaging.

Change-Id: Ie81e6ca95303f9029df3632c28cf44ace845d30e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump versions to 13.0.5-SNAPSHOT 75/107575/2
Robert Varga [Wed, 30 Aug 2023 11:27:09 +0000 (13:27 +0200)]
Bump versions to 13.0.5-SNAPSHOT

This starts the next development iteration.

Change-Id: I4c98e25c3329a95421f6ca9e314c5acb84e69cb2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoRelease odlparent v13.0.4
jenkins-releng [Wed, 30 Aug 2023 10:31:25 +0000 (10:31 +0000)]
Release odlparent

9 months agoUpdate NEWS for 13.0.4 71/107571/1
Robert Varga [Wed, 30 Aug 2023 10:09:41 +0000 (12:09 +0200)]
Update NEWS for 13.0.4

We have quite a few updates, sum them up.

Change-Id: I2b12b1585b32d8a5d9507fe4b28b51b85b989584
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoRename README.md 39/106939/3
matus.matok [Thu, 20 Jul 2023 07:40:00 +0000 (09:40 +0200)]
Rename README.md

Renamed README.markdown to README.md and inlined the link.

JIRA: ODLPARENT-303
Change-Id: Ie3be7ff51dca698abd9e85ed435a2443064f5305
Signed-off-by: matus.matok <matus.matok@pantheon.tech>
9 months agoBump Netty to 4.1.97-Final 32/107532/1
Robert Varga [Mon, 28 Aug 2023 11:58:58 +0000 (13:58 +0200)]
Bump Netty to 4.1.97-Final

https://netty.io/news/2023/08/23/4-1-97-Final.html

Change-Id: I86237ef1375806104c4f82ff9820a9bc8b96e8de
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump Mockito to 5.5.0 31/107531/2
Robert Varga [Mon, 28 Aug 2023 11:53:34 +0000 (13:53 +0200)]
Bump Mockito to 5.5.0

https://github.com/mockito/mockito/releases/tag/v5.5.0

Change-Id: I5e6d3aefdf8e099460efb2fe6a0bc8405fc8bb37
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump checkstyle to 10.12.3 30/107530/1
Robert Varga [Mon, 28 Aug 2023 11:49:54 +0000 (13:49 +0200)]
Bump checkstyle to 10.12.3

https://checkstyle.org/releasenotes.html#Release_10.12.3

Change-Id: I7956fef425ef30962486fc22a9e6c100580645f4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump asciidoctorj-diagram to 2.2.11 29/107529/1
Robert Varga [Mon, 28 Aug 2023 11:46:57 +0000 (13:46 +0200)]
Bump asciidoctorj-diagram to 2.2.11

https://github.com/asciidoctor/asciidoctorj-diagram/releases/tag/v2.2.11

Change-Id: I589099a35ec4b74d5229ef9b8f5ce0b60c1451c8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump maven-enforcer-plugin to 3.4.0 28/107528/1
Robert Varga [Mon, 28 Aug 2023 11:44:08 +0000 (13:44 +0200)]
Bump maven-enforcer-plugin to 3.4.0

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

Change-Id: I0f413629d5b21bf6b33100245e7c67491a5caf3c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoInline links in CONTRIBUTING.md 08/107108/4
matus.matok [Thu, 27 Jul 2023 07:58:37 +0000 (09:58 +0200)]
Inline links in CONTRIBUTING.md

Inlined links in CONTRIBUTING.md and added some additional formatting.

JIRA: ODLPARENT-304
Change-Id: Ie630c3a6b77ea10b964a0488c5f25558b8a88321
Signed-off-by: matus.matok <matus.matok@pantheon.tech>
9 months agoBump checkstyle to 10.12.2 96/107296/2
Robert Varga [Mon, 7 Aug 2023 14:44:47 +0000 (16:44 +0200)]
Bump checkstyle to 10.12.2

https://checkstyle.org/releasenotes.html#Release_10.12.2

Change-Id: I9145e03103b543e37ba8555fd076930053051cb7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump Guava to 32.1.2 02/107302/2
Robert Varga [Mon, 7 Aug 2023 15:00:42 +0000 (17:00 +0200)]
Bump Guava to 32.1.2

https://github.com/google/guava/releases/tag/v32.1.2

Change-Id: Ibf861125f9beb139771b2ddaa7deed1ff546a7f2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump error_prone_annotations to 2.21.1 01/107301/3
Robert Varga [Mon, 7 Aug 2023 14:58:19 +0000 (16:58 +0200)]
Bump error_prone_annotations to 2.21.1

Just a bump to ditch old things.

Change-Id: I2db932918f46d17de8d614bd28244b09f693fa1a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump checker-qual to 1.37.0 99/107299/3
Robert Varga [Mon, 7 Aug 2023 14:49:18 +0000 (16:49 +0200)]
Bump checker-qual to 1.37.0

Simple bump.

Change-Id: I580f5bcf9709834dca99ffcbbb9016e14a32c14c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump commons-lang3 to 3.13.0 00/107300/4
Robert Varga [Mon, 7 Aug 2023 14:52:42 +0000 (16:52 +0200)]
Bump commons-lang3 to 3.13.0

https://commons.apache.org/proper/commons-lang/changes-report.html#a3.13.0

Change-Id: I44e2ed8b27500d935115f4692a311e3d21aef4c3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump BouncyCastle to 1.76 98/107298/2
Robert Varga [Mon, 7 Aug 2023 14:48:43 +0000 (16:48 +0200)]
Bump BouncyCastle to 1.76

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

Change-Id: I0b972f444532fcbb8324c836407bd2388d23a7d1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoBump asciidoctorj-diagram to 2.2.10 97/107297/2
Robert Varga [Mon, 7 Aug 2023 14:46:30 +0000 (16:46 +0200)]
Bump asciidoctorj-diagram to 2.2.10

https://github.com/asciidoctor/asciidoctorj-diagram/releases/tag/v2.2.10

Change-Id: Ia1d7554975aa088df46296a9c3cb399a36a8fb9e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
9 months agoRename CONTRIBUTING.md 40/106940/9
matus.matok [Thu, 27 Jul 2023 07:51:50 +0000 (09:51 +0200)]
Rename CONTRIBUTING.md

Renamed CONTRIBUTING.markdown to CONTRIBUTING.md.

JIRA: ODLPARENT-304
Change-Id: I9b3259d0c2b85f59bd92e67e4b64a7de8cea3420
Signed-off-by: matus.matok <matus.matok@pantheon.tech>
10 months agoBump netty to 4.1.96 39/107139/1
Robert Varga [Sat, 29 Jul 2023 14:33:56 +0000 (16:33 +0200)]
Bump netty to 4.1.96

https://netty.io/news/2023/07/27/4-1-96-Final.html

Change-Id: I120d418c8f7c6e61a69c1e4751d4733e4b8700df
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
10 months agoBump properties-maven-plugin to 1.2.0 38/107138/1
Robert Varga [Sat, 29 Jul 2023 14:31:00 +0000 (16:31 +0200)]
Bump properties-maven-plugin to 1.2.0

https://github.com/mojohaus/properties-maven-plugin/releases/tag/1.2.0

Also backfill old release notes.

Change-Id: I5c4c18180def06ec93e0557b13775ee6f3369b54
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
10 months agoBump Guava to 32.1.1-jre 91/106991/1
Robert Varga [Mon, 24 Jul 2023 12:07:31 +0000 (14:07 +0200)]
Bump Guava to 32.1.1-jre

https://github.com/google/guava/releases/tag/v32.1.0
https://github.com/google/guava/releases/tag/v32.1.1

Change-Id: I85791e0db43b06495555eb177c2cb8c758526405
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
10 months agoBump checker-qual to 3.36.0 90/106990/1
Robert Varga [Mon, 24 Jul 2023 12:05:12 +0000 (14:05 +0200)]
Bump checker-qual to 3.36.0

Another compatible bump.

Change-Id: I54752d736090109d5df9abff53ee4a18b867e337
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
10 months agoBump Netty to 4.1.95 89/106989/1
Robert Varga [Mon, 24 Jul 2023 12:04:02 +0000 (14:04 +0200)]
Bump Netty to 4.1.95

https://netty.io/news/2023/07/20/4-1-95-Final.html

Change-Id: I0383fd47088eafc2d6acce699316659a7601a41d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
10 months agoBump JUnit to 5.10.0 88/106988/1
Robert Varga [Mon, 24 Jul 2023 11:58:37 +0000 (13:58 +0200)]
Bump JUnit to 5.10.0

https://junit.org/junit5/docs/current/release-notes/index.html#release-notes-5.10.0

Change-Id: Iace7090181cabd46a2e8d93bcb6563818d623009
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
10 months agoBump maven-remote-resoures-plugin to 3.1.0 87/106987/1
Robert Varga [Mon, 24 Jul 2023 11:53:17 +0000 (13:53 +0200)]
Bump maven-remote-resoures-plugin to 3.1.0

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

Change-Id: I349f4bea0f869ac4d036268cbd0e46d7cc0c815b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
10 months agoBump depends-maven-plugin to 1.5.0 86/106986/1
Robert Varga [Mon, 24 Jul 2023 11:50:50 +0000 (13:50 +0200)]
Bump depends-maven-plugin to 1.5.0

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

Change-Id: I02000b1891621524d64a00408d381fbd0221c8c4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump metainf-services to 1.11 68/106768/1
Robert Varga [Fri, 30 Jun 2023 08:39:24 +0000 (10:39 +0200)]
Bump metainf-services to 1.11

This bumps up compatibility to Java 21.

Change-Id: Ic7861a362e068262ecfea0fae4797832f5422ed7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump Checkstyle to 10.12.1 67/106767/1
Robert Varga [Fri, 30 Jun 2023 08:38:28 +0000 (10:38 +0200)]
Bump Checkstyle to 10.12.1

https://checkstyle.org/releasenotes.html#Release_10.12.1

Change-Id: I2a579a30406ab22e990f93266f8047584e35f776
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoUpdate Guava javadoc link 75/106675/1
Robert Varga [Mon, 26 Jun 2023 12:10:17 +0000 (14:10 +0200)]
Update Guava javadoc link

We have missed an update to a new location and version, fix that up.

Change-Id: I2da977c8c98ce3cc4dc9dae3f9d5a8cc24370267
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump versions to 13.0.4-SNAPSHOT 67/106667/1
Robert Varga [Mon, 26 Jun 2023 08:19:19 +0000 (10:19 +0200)]
Bump versions to 13.0.4-SNAPSHOT

This starts the next development iteration.

Change-Id: I151481684c00efdf4a4cd11d9148a47360e5b2b2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoRelease odlparent v13.0.3
jenkins-releng [Sun, 25 Jun 2023 12:26:59 +0000 (12:26 +0000)]
Release odlparent

11 months agoSum up 13.0.3 changes 64/106664/1
Robert Varga [Sun, 25 Jun 2023 12:08:09 +0000 (14:08 +0200)]
Sum up 13.0.3 changes

Also fix up misplaced 13.0.2 changes.

Change-Id: I1cb3802b4e7d965bec51f3b27c0f3726569d67d1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoRevert "Bump javax.annotations to 1.2.2.1" 63/106663/2
Robert Varga [Sat, 24 Jun 2023 10:44:17 +0000 (12:44 +0200)]
Revert "Bump javax.annotations to 1.2.2.1"

This reverts commit aa4c398cce368d2672276a1a53d25e456686fa7f, as it
switches to jakarta. We make a minor bump to 1.0.20.2 instead.

Change-Id: I375350705e88a7d35c4914e6ecf455c72a0b8cf3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump versions to 13.0.3-SNAPSHOT 62/106662/1
Robert Varga [Fri, 23 Jun 2023 16:42:30 +0000 (18:42 +0200)]
Bump versions to 13.0.3-SNAPSHOT

This starts the next development iteration.

Change-Id: I8b262928b863321375ec05e1926e54577b9bd347
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoRelease odlparent v13.0.2
jenkins-releng [Fri, 23 Jun 2023 15:29:29 +0000 (15:29 +0000)]
Release odlparent

11 months agoUpdate news for 13.0.2 58/106658/1
Robert Varga [Fri, 23 Jun 2023 15:06:02 +0000 (17:06 +0200)]
Update news for 13.0.2

Sum up the upgrades done.

Change-Id: I225f5d930a9324bb747b067bf14f4556b9bc55b6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump Jersey to 2.40 50/106650/1
Robert Varga [Fri, 23 Jun 2023 11:31:44 +0000 (13:31 +0200)]
Bump Jersey to 2.40

https://github.com/eclipse-ee4j/jersey/releases/tag/2.40

Change-Id: I8748fa83b5771a30f39b32c66885a7413a6b5bf3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoUpdate Bouncy Castle release note links 43/106643/1
Robert Varga [Fri, 23 Jun 2023 08:46:45 +0000 (10:46 +0200)]
Update Bouncy Castle release note links

There are actually anchors we can use in release notes, fix take
advantage of them.

Change-Id: If9b562b969fcd3f122016726887e352f4b584841
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump BouncyCastle to 1.75 42/106642/1
Robert Varga [Fri, 23 Jun 2023 08:43:10 +0000 (10:43 +0200)]
Bump BouncyCastle to 1.75

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

Change-Id: Ia66cf8ce65fb0927e208788a96a6a8113e4525bf
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump maven-clean-plugin to 3.3.1 41/106641/1
Robert Varga [Fri, 23 Jun 2023 08:36:30 +0000 (10:36 +0200)]
Bump maven-clean-plugin to 3.3.1

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

Change-Id: I1f0da77fac5aa15a73f328db231ca5e11a6cc029
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump Netty to 4.1.94 10/106610/1
Robert Varga [Wed, 21 Jun 2023 23:22:29 +0000 (01:22 +0200)]
Bump Netty to 4.1.94

https://netty.io/news/2023/06/19/4-1-94-Final.html

Change-Id: I64a94dc55923cb27ea1de85d315bc8988cae6d69
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump spotbugs-maven-plugin to 4.7.3.5 59/106559/1
Robert Varga [Tue, 20 Jun 2023 17:42:43 +0000 (19:42 +0200)]
Bump spotbugs-maven-plugin to 4.7.3.5

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

Change-Id: I0736624ceb4a1e3a19cab194f0bca63628bc49e4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump javax.annotations to 1.2.2.1 27/106527/1
Robert Varga [Sun, 18 Jun 2023 19:57:09 +0000 (21:57 +0200)]
Bump javax.annotations to 1.2.2.1

No explicit notes.

Change-Id: Ibcb9516019577a6ff4802a492dbcadfc824ba4fe
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump commons-io to 2.13.0 25/106525/1
Robert Varga [Sun, 18 Jun 2023 19:33:26 +0000 (21:33 +0200)]
Bump commons-io to 2.13.0

https://commons.apache.org/proper/commons-io/changes-report.html#a2.13.0

Change-Id: Ia475d5b2136092af55de2496409fc80bfb82c62c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump checker-qual to 3.35.0 24/106524/1
Robert Varga [Sun, 18 Jun 2023 19:03:19 +0000 (21:03 +0200)]
Bump checker-qual to 3.35.0

Just another API-safe bump.

Change-Id: I61949cb69f15b788fbe0562a6f93e6a5af586a7c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump Guava to 32.0.1 23/106523/1
Robert Varga [Sun, 18 Jun 2023 19:02:17 +0000 (21:02 +0200)]
Bump Guava to 32.0.1

https://github.com/google/guava/releases/tag/v32.0.1

Change-Id: I2ccb3b851b2cd347172f40139ad35129c9f36e37
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump dropwizard-metrics to 4.2.19 22/106522/1
Robert Varga [Sun, 18 Jun 2023 19:00:57 +0000 (21:00 +0200)]
Bump dropwizard-metrics to 4.2.19

https://github.com/dropwizard/metrics/releases/tag/v4.2.19

Change-Id: I8e703819c424770d0b55e65dc8d2d3f63011fca7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump BouncyCastle to 1.74 21/106521/1
Robert Varga [Sun, 18 Jun 2023 18:58:10 +0000 (20:58 +0200)]
Bump BouncyCastle to 1.74

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

Change-Id: I4462ceca2541a16dbd6119a6adbc90b77a674792
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump duplicate-finder-maven-plugin to 2.0.1 20/106520/1
Robert Varga [Sun, 18 Jun 2023 18:54:33 +0000 (20:54 +0200)]
Bump duplicate-finder-maven-plugin to 2.0.1

https://github.com/basepom/duplicate-finder-maven-plugin/blob/main/CHANGES.md#200---2023-05-21
https://github.com/basepom/duplicate-finder-maven-plugin/blob/main/CHANGES.md#201---2023-05-28

Change-Id: I461ac2f2f98cde8f8898689d3079ec66dc823542
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump antlr4 to 4.13.0 19/106519/1
Robert Varga [Sun, 18 Jun 2023 18:52:09 +0000 (20:52 +0200)]
Bump antlr4 to 4.13.0

https://github.com/antlr/antlr4/releases/tag/4.13.0

Change-Id: I82d48fdcbef322e429fa6d91a8424f6cf0ff98ef
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump maven-shade-plugin to 3.5.0 18/106518/1
Robert Varga [Sun, 18 Jun 2023 18:50:46 +0000 (20:50 +0200)]
Bump maven-shade-plugin to 3.5.0

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

Change-Id: I3b85239e67210ace8d7d6be092d063f6be1640a8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump maven-invoker-plugin to 3.6.0 17/106517/1
Robert Varga [Sun, 18 Jun 2023 18:43:35 +0000 (20:43 +0200)]
Bump maven-invoker-plugin to 3.6.0

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

Change-Id: I3204356943d57e0971299e0da7457dff7f67479a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoUpdate asciidoctorj-diagram to 2.2.9 16/106516/1
Robert Varga [Sun, 18 Jun 2023 18:41:50 +0000 (20:41 +0200)]
Update asciidoctorj-diagram to 2.2.9

https://github.com/asciidoctor/asciidoctorj-diagram/releases/tag/v2.2.9

Change-Id: I43ed13b6d78d1c56e139cf51e6d3d142289fd5ef
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump maven-release-plugin to 3.0.1 15/106515/1
Robert Varga [Sun, 18 Jun 2023 18:37:42 +0000 (20:37 +0200)]
Bump maven-release-plugin to 3.0.1

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317824&version=12331214
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317824&version=12348079
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317824&version=12346565
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317824&version=12351336
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317824&version=12351828
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317824&version=12352981
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317824&version=12353136

Change-Id: I9471615e00c647f69b42e3926fca5e6f582bdc49
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump mockito to 5.4.0 14/106514/1
Robert Varga [Sun, 18 Jun 2023 18:34:03 +0000 (20:34 +0200)]
Bump mockito to 5.4.0

https://github.com/mockito/mockito/releases/tag/v5.4.0

Change-Id: I5670904d770cb01b7b4453135b3c1f0d5f683a38
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump Jackson to 2.15.2 10/106410/2
Robert Varga [Thu, 8 Jun 2023 07:08:54 +0000 (09:08 +0200)]
Bump Jackson to 2.15.2

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

Change-Id: I5a6d893f886e8aab5279601ce2409c9df138bbc2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump echo-maven-plugin to 2.1.0 09/106409/1
Robert Varga [Wed, 7 Jun 2023 11:40:07 +0000 (13:40 +0200)]
Bump echo-maven-plugin to 2.1.0

https://github.com/Ekryd/echo-maven-plugin/releases/tag/echo-plugin-2.1.0

Change-Id: I3485e71a23d310963bf861a2d9c790a27b1ec4bb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump surefire/failsafe to 3.1.2 00/106400/1
Robert Varga [Wed, 7 Jun 2023 11:39:07 +0000 (13:39 +0200)]
Bump surefire/failsafe to 3.1.2

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

Change-Id: I9e57f3ea458459713253a085b83ef234c4db6666
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump maven-project-info-reports-plugin to 3.4.5 99/106399/1
Robert Varga [Wed, 7 Jun 2023 11:36:41 +0000 (13:36 +0200)]
Bump maven-project-info-reports-plugin to 3.4.5

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353222
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353297

Change-Id: I4893ba36a4bbbe106ee5e70096a96c3b872eb79a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump versions-maven-plugin to 2.16.0 98/106398/1
Robert Varga [Wed, 7 Jun 2023 11:33:46 +0000 (13:33 +0200)]
Bump versions-maven-plugin to 2.16.0

https://github.com/mojohaus/versions/releases/tag/2.16.0

Change-Id: I5c024973a55fa8b359924295abf6ef80ec6116af
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump versions to 13.0.2-SNAPSHOT 87/106387/1
Robert Varga [Mon, 5 Jun 2023 12:12:08 +0000 (14:12 +0200)]
Bump versions to 13.0.2-SNAPSHOT

This starts the next development iteration.

Change-Id: I80caaa54f8582319c33eb04964a1ad1e39a661f0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoRelease odlparent v13.0.1
jenkins-releng [Mon, 5 Jun 2023 09:09:28 +0000 (09:09 +0000)]
Release odlparent

11 months agoUpdate NEWS for 13.0.1 82/106382/1
Robert Varga [Mon, 5 Jun 2023 08:39:17 +0000 (10:39 +0200)]
Update NEWS for 13.0.1

Sum up the single fix we are delivering.

Change-Id: Ia3af450b02c67a3e28c0b1ef1b9f1c00cfa150db
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoExclude JDT/immutables.org annotations 70/106370/1
Robert Varga [Sun, 4 Jun 2023 17:08:24 +0000 (19:08 +0200)]
Exclude JDT/immutables.org annotations

These annotations do not have a runtime footprint and hence we should
not be pulling them in.

JIRA: ODLPARENT-302
Change-Id: I16ac79cd4203ee96e9e8e35abc679e71e2f126c4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
11 months agoBump versions to 13.0.1-SNAPSHOT 69/106369/1
Robert Varga [Sun, 4 Jun 2023 16:57:06 +0000 (18:57 +0200)]
Bump versions to 13.0.1-SNAPSHOT

This starts the next development iteration.

Change-Id: Ic78a1bbb7ec54791add9db9379d6d1dcedfc7876
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoRelease odlparent v13.0.0
jenkins-releng [Tue, 30 May 2023 16:39:23 +0000 (16:39 +0000)]
Release odlparent

12 months agoUpdate NEWS.rst 74/106274/2
Robert Varga [Tue, 30 May 2023 14:44:59 +0000 (16:44 +0200)]
Update NEWS.rst

Sum up the changes made in odlparent-13.

Change-Id: Ib238dd601c98dc36bea75c704b6c1cdf3294fca5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoUse mandatory dependency on jdt annotaions 72/106272/1
Robert Varga [Tue, 30 May 2023 13:09:15 +0000 (15:09 +0200)]
Use mandatory dependency on jdt annotaions

Annotations here have retention=class, so they are not leaking into
runtime.

JIRA: ODLPARENT-300
Change-Id: Ib2e62964ec1aafbe47a28027cf26441a523d25a3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoRequire explicit annotation dependencies 79/105379/3
Robert Varga [Tue, 11 Apr 2023 16:57:38 +0000 (18:57 +0200)]
Require explicit annotation dependencies

Rather than pulling in annotations at scope=provided, require them to be
explicitly declared with optional=true. Unfortunately our
dependencyManagement declaration of the optional tag is not affective
due to https://issues.apache.org/jira/browse/MNG-5227.

JIRA: ODLPARENT-300
Change-Id: I58a70840e565dbeaabf6f1398081ad176c1c0cc2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoAdd AssertJ declarations 57/106257/2
Robert Varga [Tue, 30 May 2023 09:02:10 +0000 (11:02 +0200)]
Add AssertJ declarations

AssertJ is an alternative to Hamcrest, add the dependencyManagement
declarations for easier use.

JIRA: ODLPARENT-295
Change-Id: I4c7fbc88d86088c4b561ad318321b8e6096de5be
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoBump Jackson to 2.15.1 42/106242/1
Robert Varga [Tue, 30 May 2023 08:20:52 +0000 (10:20 +0200)]
Bump Jackson to 2.15.1

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

Change-Id: If09bd892ebfcb6a0e5aff146e8ced809533e72da
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoBump Checkstyle to 10.12.0 41/106241/1
Robert Varga [Tue, 30 May 2023 08:15:04 +0000 (10:15 +0200)]
Bump Checkstyle to 10.12.0

https://checkstyle.org/releasenotes.html#Release_10.12.0

Change-Id: I14139765c9369fa1be9bc446d827d5e64e14e55d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoBump maven-bundle-plugin to 5.1.9 40/106240/1
Robert Varga [Tue, 30 May 2023 08:13:08 +0000 (10:13 +0200)]
Bump maven-bundle-plugin to 5.1.9

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

Change-Id: I95436ca4912aa53efa657fbbad6151c93530859d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoBump asciidoctor-maven-plugin to 2.2.4 38/106238/1
Robert Varga [Tue, 30 May 2023 08:08:28 +0000 (10:08 +0200)]
Bump asciidoctor-maven-plugin to 2.2.4

https://github.com/asciidoctor/asciidoctor-maven-plugin/releases/tag/asciidoctor-maven-plugin-2.2.4

Change-Id: I64998d5987126d59035349fb2752b9ae3c2f9537
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoBump Guava to 32.0.0 34/106234/2
Robert Varga [Tue, 30 May 2023 06:09:56 +0000 (08:09 +0200)]
Bump Guava to 32.0.0

https://github.com/google/guava/releases/tag/v32.0.0

Change-Id: I4f103cb66d7129f466e056f5f74d9693b6958cb2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoRemove commons-lang dependency 71/104571/3
Robert Varga [Thu, 23 Feb 2023 19:09:54 +0000 (20:09 +0100)]
Remove commons-lang dependency

This dependency is not used anywhere, remove the declaration.

Change-Id: Ic2eb9a7a107e8c6801b81661f6c5eef9075c0f4c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoBump versions to 13.0.0-SNAPSHOT 67/106167/1
Robert Varga [Fri, 26 May 2023 14:16:42 +0000 (16:16 +0200)]
Bump versions to 13.0.0-SNAPSHOT

This starts the next major development iteration.

Change-Id: I18b5dccba78d808d5d8bf98fbb26c2a8ea447801
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
12 months agoBump versions to 12.0.7-SNAPSHOT 66/106166/1
Robert Varga [Fri, 26 May 2023 14:15:35 +0000 (16:15 +0200)]
Bump versions to 12.0.7-SNAPSHOT

This starts the next development iteration.

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