pipeline-maven-3.11.0
github-actions
released this
22 Jun 14:49
·
324 commits
to master
since this release
This release now requires Jenkins core 2.303.x and refreshed a lot of dependencies. It fixes performance issues, among other things.
Many thanks to @aheritier and @alecharp for helping me performing this release !
🚀 New features and improvements
- JENKINS-67507 - Artifacts deployed by direct invocation of deploy-file goal don't trigger downstream builds (#398) @Schleuse
- JENKINS-53907 - Implemented a DAO decorator to handle custom types which do not match the file extension (#389) @repolevedavaj
- JENKINS-66606 - Add support for the Jenkins JUnit flaky-test-handler plugin (#364) @marcjay
- JENKINS-65800 - Option to disable only fingerprint produced files or only archive (#344) @MatthiasSchmalz
🐛 Bug fixes
- JENKINS-64036 - downstreamPipelineTriggerRunListener: Severe performance regression in 3.9.x (#323) @bguerin
- JENKINS-68741 - Build dependencies are recorded several times in database (#455) @bguerin
- JENKINS-48937 - Clearer findbugs publisher console output when findbugs plugin is not installed (#394) @bguerin
- JENKINS-48935 - Clearer jgiven publisher console output when jgiven plugin is not installed (#395) @bguerin
- JENKINS-43651 - allow recognizing Maven through non-system-wide defined MAVEN_HOME env var (#388) @repolevedavaj
- Fix layout of admin monitor (#342) @jtnord
- Ensure the H2 DB is shutdown on Jenkins termination (#354) @jtnord
📝 Documentation updates
- JENKINS-65001 - link ConfigurationAsCode examples to help configuring (#413) @bguerin
- Fix typo in the documentation of the withMaven step (#402) @PierreBtz
- Reformat publisher documentation (#348) @zbynek
- Document MVN_CMD as an alternative to MVN_CMD_DIR and mvnw (#336) @famod
👻 Maintenance
- Adding myself as a developper (#457) @bguerin
- chore: update maven version pulled by wrapper (#412) @amandel
- JENKINS-65001 - add test for CasC (#406) @bguerin
- cleanup POMs (#405) @bguerin
- chore: add integration test for JENKINS-59500 - (#390) @bguerin
- chore: Use the dev team as CODEOWNER (#385) @aheritier
- hotfix: JENKINS-63670 - add versions up to 13 as supported PostgreSQL versions (#382) @bguerin
- chore: add myself as reviewer for dependabot pull requests (#381) @bguerin
- Use the tidy:pom maven plugin to unify the project POMs (#362) @aheritier
- Replace
MaskSecretsOutputStream
with standardSecretPatterns
(#347) @jglick - cleanup workaround maven (#330) @olamy
- Fix Java 11 build (#328) @olamy
📦 Dependency updates
- Bump bom-2.303.x from 1148.v7261f385f859 to 1438.v6a_2c29d73f82 (#447, #456) @dependabot
- update Jenkins baseline to 2.303.x (#416) @bguerin
- Bump bom-2.289.x from 961.vf0c9f6f59827 to 1382.v7d694476f340 (#386, #399, #408, #411, #415, #422, #426, #428, #431, #434, #437, #438, #443) @dependabot
- feature: update jenkins baseline to 2.289.x (#383) @bguerin
- Bump plugin from 4.16 to 4.40 (#353, #365, #379, #384, #392, #401, #418, #421, #424, #430, #435, #436) @dependabot
- Bump annotation-indexer from 1.15 to 1.16 (#396) @dependabot
- Bump config-file-provider from 3.7.0 to 3.10.0 (#349, #441) @dependabot
- Bump credentials-binding from 1.26 to 1.27 (#359) @dependabot
- Bump docker-fixtures from 1.10 to 1.11 (#334) @dependabot
- Bump flaky-test-handler from 1.2.0 to 1.2.2 (#423, #433) @dependabot
- Bump git-changelist-maven-extension from 1.1 to 1.3 (#357, #397) @dependabot
- Bump gson from 2.8.6 to 2.9.0 (#355, #378, #417) @dependabot
- Bump HikariCP from 4.0.2 to 4.0.3 (#400) @dependabot
- Bump jacoco from 3.1.1 to 3.3.2 (#345, #393, #442) @dependabot
- Bump jansi from 1.15 to 2.4.0 (#367, #374) @dependabot
- Bump Jenkins core requirement from 2.204.6 to 2.277.1 (#363) @aheritier
- Bump joda-time from 2.10.2 to 2.10.14 (#407, #432) @dependabot
- Bump junit from 4.13.1 to 4.13.2 (#329) @dependabot
- Bump maven-plugin from 3.7 to 3.16 (#360, #380, #391) @dependabot
- Bump maven-shared-utils from 3.3.3 to 3.3.4 (#338) @dependabot
- Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7 (#454) @dependabot
- Bump plexus-utils from 3.3.0 to 3.4.2 (#356, #444) @dependabot
- Bump postgresql-api from 42.2.5 to 42.3.3 (#409, #425) @dependabot
- Bump slf4j-api from 1.7.30 to 1.7.36 (#351, #403, #410, #419) @dependabot
- Bump symbol-annotation from 1.17 to 1.23 (#404) @dependabot
What's Changed
- Fix Java 11 build by @olamy in #328
- Bump junit from 4.13.1 to 4.13.2 by @dependabot in #329
- cleanup workaround maven by @olamy in #330
- Document MVN_CMD as an alternative to MVN_CMD_DIR and mvnw by @famod in #336
- Bump gson from 2.8.6 to 2.8.8 by @dependabot in #355
- Ensure the H2 DB is shutdown on Jenkins termination by @jtnord in #354
- Bump plugin from 4.16 to 4.24 by @dependabot in #353
- Bump slf4j-api from 1.7.30 to 1.7.32 by @dependabot in #351
- Reformat publisher documentation by @zbynek in #348
- Fix layout of admin monitor by @jtnord in #342
- Bump maven-shared-utils from 3.3.3 to 3.3.4 by @dependabot in #338
- Replace
MaskSecretsOutputStream
with standardSecretPatterns
by @jglick in #347 - Bump git-changelist-maven-extension from 1.1 to 1.2 by @dependabot in #357
- Bump docker-fixtures from 1.10 to 1.11 by @dependabot in #334
- Bump plexus-utils from 3.3.0 to 3.4.1 by @dependabot in #356
- Bump credentials-binding from 1.26 to 1.27 by @dependabot in #359
- Use the tidy:pom maven plugin to unify the project POMs by @aheritier in #362
- Bump Jenkins core requirement from 2.204.6 to 2.277.1 by @aheritier in #363
- Bump jacoco from 3.1.1 to 3.3.0 by @dependabot in #345
- Bump config-file-provider from 3.7.0 to 3.8.1 by @dependabot in #349
- Bump maven-plugin from 3.7 to 3.12 by @dependabot in #360
- [JENKINS-65800] Option to disable only fingerprint produced files or only archive by @MatthiasSchmalz in #344
- [JENKINS-66606] Add support for the Jenkins JUnit flaky-test-handler plugin by @marcjay in #364
- Bump plugin from 4.24 to 4.25 by @dependabot in #365
- Bump jansi from 1.15 to 2.3.4 by @dependabot in #367
- Bump plugin from 4.25 to 4.30 by @dependabot in #379
- Bump gson from 2.8.8 to 2.8.9 by @dependabot in #378
- Bump jansi from 2.3.4 to 2.4.0 by @dependabot in #374
- chore: add myself as reviewer for dependabot pull requests by @bguerin in #381
- hotfix: [JENKINS-63670] add versions up to 13 as supported PostgreSQL versions by @bguerin in #382
- feature: update jenkins baseline to 2.289.x by @bguerin in #383
- chore: Use the dev team as CODEOWNER by @aheritier in #385
- Bump maven-plugin from 3.12 to 3.15.1 by @dependabot in #380
- Bump plugin from 4.30 to 4.31 by @dependabot in #384
- Bump bom-2.289.x from 961.vf0c9f6f59827 to 1008.vb9e22885c9cf by @dependabot in #386
- [JENKINS-43651] allow recognizing Maven through non-system-wide defined MAVEN_HOME env var by @repolevedavaj in #388
- chore: add integration test for JENKINS-59500 by @bguerin in #390
- [JENKINS-53907] Implemented a DAO decorator to handle custom types which do not match the file extension by @repolevedavaj in #389
- Bump jacoco from 3.3.0 to 3.3.1 by @dependabot in #393
- Bump maven-plugin from 3.15.1 to 3.16 by @dependabot in #391
- [JENKINS-48935] Clearer jgiven publisher console output when jgiven plugin is not installed by @bguerin in #395
- [JENKINS-48937] Clearer findbugs publisher console output when findbugs plugin is not installed by @bguerin in #394
- Bump plugin from 4.31 to 4.32 by @dependabot in #392
- Bump git-changelist-maven-extension from 1.2 to 1.3 by @dependabot in #397
- Bump annotation-indexer from 1.15 to 1.16 by @dependabot in #396
- [JENKINS-67507] Artifacts deployed by direct invocation of deploy-file goal don't trigger downstream builds by @Schleuse in #398
- Bump plugin from 4.32 to 4.33 by @dependabot in #401
- Fix typo in the documentation of the withMaven step by @PierreBtz in #402
- Bump bom-2.289.x from 1008.vb9e22885c9cf to 1090.v0a_33df40457a_ by @dependabot in #399
- Bump HikariCP from 4.0.2 to 4.0.3 by @dependabot in #400
- Bump symbol-annotation from 1.17 to 1.23 by @dependabot in #404
- Bump slf4j-api from 1.7.32 to 1.7.33 by @dependabot in #403
- cleanup POMs by @bguerin in #405
- JENKINS-65001: add test for CasC by @bguerin in #406
- Bump postgresql-api from 42.2.5 to 42.3.1 by @dependabot in #409
- Bump bom-2.289.x from 1090.v0a_33df40457a_ to 1117.v62a_f6a_01de98 by @dependabot in #408
- Bump joda-time from 2.10.2 to 2.10.13 by @dependabot in #407
- Bump bom-2.289.x from 1117.v62a_f6a_01de98 to 1135.va_4eeca_ea_21c1 by @dependabot in #411
- Bump slf4j-api from 1.7.33 to 1.7.35 by @dependabot in #410
- chore: update maven version pulled by wrapper by @amandel in #412
- JENKINS-65001: link ConfigurationAsCode examples to help configuring by @bguerin in #413
- Bump bom-2.289.x from 1135.va_4eeca_ea_21c1 to 1148.v7261f385f859 by @dependabot in #415
- Bump slf4j-api from 1.7.35 to 1.7.36 by @dependabot in #419
- Bump plugin from 4.33 to 4.34 by @dependabot in #418
- Bump gson from 2.8.9 to 2.9.0 by @dependabot in #417
- Bump plugin from 4.34 to 4.35 by @dependabot in #421
- Bump bom-2.289.x from 1148.v7261f385f859 to 1155.v77b_fd92a_26fc by @dependabot in #422
- Bump plugin from 4.35 to 4.37 by @dependabot in #424
- Bump flaky-test-handler from 1.2.0 to 1.2.1 by @dependabot in #423
- Bump postgresql-api from 42.3.1 to 42.3.3 by @dependabot in #425
- Bump bom-2.289.x from 1155.v77b_fd92a_26fc to 1181.v04b_21d4b_0d6c by @dependabot in #426
- Bump bom-2.289.x from 1181.v04b_21d4b_0d6c to 1198.v387c834fca_1a_ by @dependabot in #428
- Bump bom-2.289.x from 1198.v387c834fca_1a_ to 1210.vcd41f6657f03 by @dependabot in #431
- Bump joda-time from 2.10.13 to 2.10.14 by @dependabot in #432
- Bump plugin from 4.37 to 4.38 by @dependabot in #430
- Bump flaky-test-handler from 1.2.1 to 1.2.2 by @dependabot in #433
- Bump bom-2.289.x from 1210.vcd41f6657f03 to 1246.va_b_50630c1d19 by @dependabot in #434
- Bump plugin from 4.38 to 4.39 by @dependabot in #435
- Bump bom-2.289.x from 1246.va_b_50630c1d19 to 1280.vd669827e38cd by @dependabot in #437
- Bump bom-2.289.x from 1280.vd669827e38cd to 1289.v5c4b_1c43511b_ by @dependabot in #438
- Bump jacoco from 3.3.1 to 3.3.2 by @dependabot in #442
- Bump plexus-utils from 3.4.1 to 3.4.2 by @dependabot in #444
- Bump bom-2.289.x from 1289.v5c4b_1c43511b_ to 1382.v7d694476f340 by @dependabot in #443
- Bump plugin from 4.39 to 4.40 by @dependabot in #436
- update Jenkins baseline to 2.303.x by @bguerin in #416
- Bump config-file-provider from 3.8.1 to 3.10.0 by @dependabot in #441
- Bump bom-2.303.x from 1148.v7261f385f859 to 1409.v7659b_c072f18 by @dependabot in #447
- Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7 by @dependabot in #454
- JENKINS-68741 : Build dependencies are recorded several times in database by @bguerin in #455
- Bump bom-2.303.x from 1409.v7659b_c072f18 to 1438.v6a_2c29d73f82 by @dependabot in #456
- JENKINS-64036 : downstreamPipelineTriggerRunListener: Severe performance regression in 3.9.x by @bguerin in #323
- Adding myself as a developper by @bguerin in #457
New Contributors
- @zbynek made their first contribution in #348
- @MatthiasSchmalz made their first contribution in #344
- @marcjay made their first contribution in #364
- @repolevedavaj made their first contribution in #388
- @Schleuse made their first contribution in #398
- @PierreBtz made their first contribution in #402
- @amandel made their first contribution in #412
Full Changelog: pipeline-maven-3.10.0...pipeline-maven-3.11.0