Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update parent pom #106

Merged
merged 5 commits into from
Nov 8, 2022
Merged

Update parent pom #106

merged 5 commits into from
Nov 8, 2022

Conversation

MarkEWaite
Copy link
Contributor

Update parent pom and require Jenkins 2.332.4 or newer

  • Convert property files to unambiguous encoded form
  • Require Jenkins 2.332.4
  • Use parent pom 4.49, not 4.16
  • Remove unused java.level property
  • Test more configurations in CI

Update the parent pom to 4.49. That change also required an update of the minimum Jenkins version and conversion of Japanese language property files to unambiguous encoded form.

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

Japanese files include characters that could be confused with ISO-8859-1
characters.  Convert them all to encoded ASCII so that there is no
ambiguity.

Resolves a warning from the an injected test.
Also removes the java.level property
Copy link

@gounthar gounthar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks. 👍
Nice work on the Japanese properties by the way. 🚀

Copy link
Contributor

@jmMeessen jmMeessen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MarkEWaite MarkEWaite merged commit d068a4e into jenkinsci:master Nov 8, 2022
@MarkEWaite MarkEWaite deleted the update-parent-pom branch November 8, 2022 14:25
@MarkEWaite MarkEWaite added the dependencies Dependency related change label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency related change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants