Skip to content

Commit

Permalink
Merge pull request gradle#25915 Reset release notes and features
Browse files Browse the repository at this point in the history
Some content was incorrectly merged from release.

Co-authored-by: Louis Jacomet <[email protected]>
  • Loading branch information
bot-gradle and ljacomet committed Jul 26, 2023
2 parents b8c1293 + 2a12d3c commit c835b71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 29 deletions.
38 changes: 12 additions & 26 deletions subprojects/docs/src/docs/release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@ Include only their name, impactful features should be called out separately belo
THiS LIST SHOULD BE ALPHABETIZED BY [PERSON NAME] - the docs:updateContributorsInReleaseNotes task will enforce this ordering, which is case-insensitive.
-->
We would like to thank the following community members for their contributions to this release of Gradle:
[Adam](https://github.com/aSemy),
[Ahmed Ehab](https://github.com/ahmedehabb),
[Aurimas](https://github.com/liutikas),
[Baptiste Decroix](https://github.com/bdecroix-spiria),
[Björn Kautler](https://github.com/Vampire),
[Borewit](https://github.com/Borewit),
[Korov](https://github.com/Korov),
[Mohammed Thavaf](https://github.com/mthavaf),
[Patrick Brückner](https://github.com/madmuffin1),
[Philip Wedemann](https://github.com/hfhbd),
[Róbert Papp](https://github.com/TWiStErRob),
[Shi Chen](https://github.com/CsCherrYY),
[Tony Robalik](https://github.com/autonomousapps)

## Upgrade instructions

Expand All @@ -31,7 +18,7 @@ Switch your build to use Gradle @version@ by updating your wrapper:

See the [Gradle 8.x upgrade guide](userguide/upgrading_version_8.html#changes_@baseVersion@) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle @version@.

For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](userguide/compatibility.html).
For Java, Groovy, Kotlin and Android compatibility, see the [full compatibility notes](userguide/compatibility.html).

## New features and usability improvements

Expand Down Expand Up @@ -64,23 +51,22 @@ ADD RELEASE FEATURES BELOW
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv -->


### Maven toolchain declarations with environment variables are now supported

Using [toolchains](userguide/toolchains.html) is the recommended way of specifying Java versions for JVM projects.
By default, Gradle automatically detects local JRE/JDK installations so no further configuration is required by the user.
One of the auto-detection formats that Gradle supports is Maven Toolchain specification.

With this Gradle release, if you rely on the integration with Maven toolchain definitions, Gradle now supports the use of environment variables placeholders inside `toolchain.xml` files.
The placeholder will be resolved by looking at environment variables known to the Gradle build.
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ADD RELEASE FEATURES ABOVE
==========================================================
<a name="ssl"></a>
### SSL improvements for non-standard keystores and truststores
-->

Previously, Gradle exhibited limitations when interfacing with non-standard keystores and truststores.
This affected users on Linux systems with FIPS enabled and also Windows users who were storing certificates in the Trusted Root Certification Authorities store.
## Promoted features
Promoted features are features that were incubating in previous versions of Gradle but are now supported and subject to backwards compatibility.
See the User Manual section on the “[Feature Lifecycle](userguide/feature_lifecycle.html)” for more information.

SSL context creation has been improved to be more aligned with the default implementation and to support these cases.
The following are the features that have been promoted in this Gradle release.

<!--
### Example promoted
-->

## Fixed issues

Expand Down
3 changes: 0 additions & 3 deletions subprojects/launcher/src/main/resources/release-features.txt
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
- Faster Java compilation
- Reduced memory usage
- Support for running on Java 20

0 comments on commit c835b71

Please sign in to comment.