Skip to content

Commit

Permalink
Automated changelog for 2.339
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 5a2fb8d commit 08f77d8
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions content/_data/changelogs/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14696,6 +14696,87 @@
# pull: 6330 (PR title: Bump Awaitility from 4.1.1 to 4.2.0)
# pull: 6331 (PR title: Update javadoc @since for API additions)

- version: '2.339'
date: 2022-03-14
changes:
- type: TODO
category: developer
pull: 5928
authors:
- Vlatombe
pr_title: Update winstone to 5.24
message: |-
Winstone 5.24 - Add an option to write the listening port to a file [changelog](https://github.com/jenkinsci/winstone/releases/tag/winstone-5.24), Remove automatic self signed cert if tls specified but no keystore [changelog](https://github.com/jenkinsci/winstone/releases/tag/winstone-5.23)
- type: rfe
category: developer
pull: 6345
authors:
- basil
pr_title: Deprecate `PosixException` in favor of `IOException`
message: |-
Deprecate <code>PosixException</code> in favor of <code>IOException</code>.
- type: rfe
category: rfe
pull: 6356
authors:
- basil
pr_title: "[JENKINS-67992] Add `Add-Opens` entry to `MANIFEST.MF`"
message: |-
Support Java 17 without <code>--add-opens</code> command-line options.
- type: bug
category: regression
pull: 6359
issue: 67995
authors:
- basil
pr_title: '[JENKINS-67995] `SystemdLifecycle` logging "Operation not permitted"
calling `sd_notify(3)` during startup'
message: |-
Remove unnecessary log spam when starting Jenkins under <code>systemd</code> on Debian 11 (regression in 2.333 and 2.332.1).
- type: bug
category: bug
pull: 6343
authors:
- NotMyFault
pr_title: Improve appearance of the changeset box (regression in 2.335)
message: |-
Improve appearance of the changeset box (regression in 2.335).
- type: bug
category: bug
pull: 6344
authors:
- NotMyFault
pr_title: Don't cut off letters on the changeset view
message: |-
Prevent multiline letters from being cut off on the changeset view tab.
- type: bug
category: bug
pull: 6334
issue: 67602
authors:
- blackliner
pr_title: "[JENKINS-67602] Skip corrupted fingerprint files"
message: |-
Skip corrupted fingerprint files

# pull: 6332 (PR title: Search for `@since` only in specific source files)
# pull: 6335 (PR title: Minor improvements in fixing deprecation warnings and removed obsolete throws)
# pull: 6346 (PR title: Update Brazilian Portuguese translations)
# pull: 6347 (PR title: Bump release-drafter/release-drafter from 5.18.1 to 5.19.0)
# pull: 6348 (PR title: Bump mockito-inline from 4.3.1 to 4.4.0)
# pull: 6349 (PR title: Bump jenkins-test-harness from 1706.v5257fc59612a_ to 1712.v68cd645cb_f35)
# pull: 6353 (PR title: Bump junit from 1.55 to 1.56)
# pull: 6354 (PR title: Bump matrix-project from 1.20 to 758.v7a_ea_491852f3)
# pull: 6357 (PR title: Sort dependencies)
# pull: 6362 (PR title: Miscellaneous code cleanup)
# pull: 6365 (PR title: Remove `-Dfile.encoding=UTF-8` from Surefire JVM arguments)
# pull: 6366 (PR title: Remove unneeded Javadoc workarounds)
# pull: 6367 (PR title: Remove `japicmp`)
# pull: 6368 (PR title: Forward compatibility with Java 17 Javadoc generation)
# pull: 6369 (PR title: Remove obsolete workaround for SUREFIRE-1588)
# pull: 6371 (PR title: Bump jenkins from 1.71 to 1.72)
# pull: 6372 (PR title: Bump jenkins-test-harness from 1712.v68cd645cb_f35 to 1721.v385389722736)

# DO NOT EDIT THIS FILE DIRECTLY ON GITHUB IF YOU HAVE COMMIT ACCESS
# ALL CHANGES MUST GO THROUGH PULL REQUESTS
# MALFORMED FILE CONTENTS WILL BREAK THE SITE BUILD

0 comments on commit 08f77d8

Please sign in to comment.