-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #606 from gounthar/UpgradeToLatestJava11CoreVersio…
…n-PR-body fix(jte): Use conventional commit for the title, and create a custom body for this recipe.
- 1561.vec3eca_f3fa_d0
- 1558.vb_b_769584d99a_
- 1533.vb_cb_a_950e2b_6b_
- 1496.ve68da_f7687de
- 1478.v40cb_ffa_961f3
- 1470.v08d56c533642
- 1462.v2d215848d87e
- 1456.v302b_4d21a_e64
- 1438.vb_d2776d3b_755
- 1429.v8817219845a_5
- 1425.vde6ccc0f07f9
- 1406.v99a_f239d439b_
- 1369.v75b_a_fe65051f
- 1346.vda_7ccd5310b_d
- 1334.vb_033a_a_8d44d4
- 1331.v10f4a_b_5257a_c
- 1311.v2f1a_2e5532ec
- 1298.v9879b_455e91b_
- 1275.v9b_e023ceb_d88
- 1236.v8b_99973cfc98
- 1222.vd800e48b_87e5
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
plugin-modernizer-core/src/main/jte/pr-body-UpgradeToLatestJava11CoreVersion.jte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
@import io.jenkins.tools.pluginmodernizer.core.model.Plugin | ||
@import io.jenkins.tools.pluginmodernizer.core.model.Recipe | ||
@param Plugin plugin | ||
@param Recipe recipe | ||
Hello `${plugin.getName()}` developers! :wave: | ||
|
||
This is an automated pull request created by the [Jenkins Plugin Modernizer](https://github.com/jenkins-infra/plugin-modernizer-tool) tool. The tool has applied the following recipes to modernize the plugin: | ||
<details aria-label="Recipe details for ${recipe.getDisplayName()}"> | ||
<summary>${recipe.getDisplayName()}</summary> | ||
<p><em>${recipe.getName()}</em></p> | ||
<blockquote>${recipe.getDescription()}</blockquote> | ||
</details> | ||
|
||
## Why is this important? | ||
|
||
### Transitional Step to Java 17 | ||
Upgrading to Jenkins LTS Core `2.462.3` is a critical step in our roadmap towards leveraging Java 17. This transition serves as an intermediary phase, ensuring that all systems are optimized for Java 11 before making the leap to Java 17. | ||
|
||
### Enhancements and Security | ||
By moving to this LTS version, we benefit from the latest performance and security improvements foundational to Java 11. Ensuring our dependencies are up-to-date and secure prepares the groundwork for a smoother transition to Java 17. | ||
|
||
### Long-Term Support | ||
The LTS version provides the necessary support and stability for Java 11, offering assurance during our gradual migration process. This allows us to take advantage of long-term updates and critical patches. | ||
|
||
Embracing these incremental changes aligns our development environment with current standards and strategically positions us for future advancement. We appreciate your feedback and testing as we aim for a seamless adjustment period. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters