SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gradle-8.0.2-lp154.2.1.noarch.rpm :

* Thu Jul 06 2023 Klaus Kämpf - fix dependencies, don\'t provide gradle7
* Sun Mar 26 2023 Klaus Kämpf - Install \'gradle7\' for Gradle 7.x- Update to 8.0.2 Patch release
* #23698 Gradle 8 RC2 runs out of metaspace
* #23962 Java/Scala build with no explicit toolchain: build fails with Gradle 8.0.1 / Scala 2.13
* #23990 Gradle 8.0.+ silently dropped support for custom compilers in JavaCompile
* #24031 InstrumentingTransformer generates different class files in Gradle 8 and 7.6 which leads to Remote Build-Cache misses
* #24109 Extending an already resolved configuration no longer works correctly
* #24122 Update configuration cache state for some plugins
* #24129 includeBuild in PluginManagementSpec deincubated in Gradle 8, docs still say it\'s incubating- Update to 8.0.1 Patch release
* #21551 - Document integration of Scala plugin with toolchains and problems with target flag
* #23888 - --no-rebuild suddenly gone without new deprecation cycle and without the reason for its undeprecation being void
* #23905 - Gradle 8.0 fails Scala build with isBlank not found in String class error- Update to 8.0.0
* See https://docs.gradle.org/8.0/userguide/upgrading_version_7.html#changes_8.0 to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.0.
* Fri Feb 03 2023 Klaus Kämpf - Update to 7.6.0
* Added Support for Java 19
* Introduced strongly-typed dependencies block for JVM test suites
* Added support for Java Toolchain downloads from arbitrary repositories
* Added support for incremental compilation following a compilation failure
* Introduced support for Java 9+ network debugging
* Revised dependencies generated from init Maven conversions from implementation to api See https://docs.gradle.org/7.6/release-notes.html
* Wed Sep 21 2022 Klaus Kämpf - Update to 7.5.1
* Support for Java 18
* Support for Groovy 4
* Scala Zinc has been updated
* Improved diagnostic reports for dependency resolution See https://docs.gradle.org/7.5/release-notes.html- Add patches
* 0001-make-asciidoctor-version-explicit.patch
* 0002-Introduce-JvmImplementation.ANY-to-truly-select-any-.patch
* 0003-drop-setVendor-for-Java.patch
* Tue Oct 12 2021 Klaus Kämpf - Update to 7.2
* Java toolchain support for Scala projects
* Preserving escape sequences when copying files
* Improved credentials handling for HTTP header-based authentication
* Performance improvements
* Fixed issues See https://docs.gradle.org/7.2/release-notes.html- Update to 7.1
* Improved incremental compilation for Java
* Easier source set configuration in the Kotlin DSL
* Build cache friendly command-line arguments for compilation tasks
* JaCoCo plugin supports Java 15/16
* Fixed issues See https://docs.gradle.org/7.1/release-notes.html
* Mon Apr 26 2021 Klaus Kämpf - Update to 7.0.0
* runs faster when doing incremental builds.
* makes your build more secure by verifying the integrity of the dependencies of your build.
* supports developing with Java 16 and has new features for other useful things.
* makes it easier to author your build with precompiled Groovy script plugins and included builds.
* lowers the maintenance burden for your multi-project builds with new dependency management features.
* uses the latest version of Groovy and Kotlin for build script authoring. see https://docs.gradle.org/7.0/release-notes.html for full release notes
* Thu Nov 19 2020 Klaus Kämpf - Update to 6.7.1
* Bugfix release- Update to 6.7.0 see https://docs.gradle.org/6.7/userguide/upgrading_version_6.html#changes_6.7- Update to 6.6.0 see https://docs.gradle.org/6.6/userguide/upgrading_version_6.html#changes_6.6
* Fri Jul 17 2020 Klaus Kämpf - Update to 6.5.1
* Bugfix and speedup release- switch to /tmp/gradle cache in gradle-kit drop all patches 0001-Search-system-jar.patch 0002-Fix-checkstyle-error.patch 0003-make-apache.commons.lang-dependency-explicit.patch 0004-use-local-maven-repo.patch 0005-Fix-to-avoid-incompatibility-if-compile-with-jdk9.patch 0006-disable-JS-from-reporting.patch
* Mon Jun 29 2020 Klaus Kämpf - Update to 6.5.0
* support for Java 14 see https://docs.gradle.org/6.5/userguide/upgrading_version_6.html#changes_6.5- Update to 6.4.0 see https://docs.gradle.org/6.4/userguide/upgrading_version_6.html#changes_6.4- Update to 6.3.0 see https://docs.gradle.org/6.3/userguide/upgrading_version_6.html#changes_6.3
* Wed Mar 11 2020 Klaus Kämpf - Update to 6.2.2 patch release
* Multi-project build use the properties of the rootProject for all included builds.- Update to 6.2 See https://docs.gradle.org/6.2/release-notes.html - Dependency checksum and signature verification - Shareable read-only dependency cache - Documentation links in deprecation messages- Update to 6.1 See https://docs.gradle.org/6.1/release-notes.html- drop 0007-local-files-are-not-insecure.patch, upstream- rename 0006-Fix-to-avoid-incompatibility-if-compile-with-jdk9.patch to 0005-Fix-to-avoid-incompatibility-if-compile-with-jdk9.patch rename 0008-disable-JS-from-reporting.patch to 0006-disable-JS-from-reporting.patch
* Wed Dec 04 2019 Klaus Kämpf - Update to 6.0.1 - Substantial improvements in dependency management, including - Publishing Gradle Module Metadata in addition to pom.xml - Advanced control of transitive versions - Support for optional features and dependencies - Rules to tweak published metadata - Support for Java 13 - Faster incremental Java and Groovy compilation - New Zinc compiler for Scala - VS2019 support - Support for Gradle Enterprise plugin 3.0 see https://docs.gradle.org/6.0/release-notes.html- add 0008-disable-JS-from-reporting.patch to fix the build
* Wed Oct 09 2019 Klaus Kämpf - Update to 5.6.2 (for elasticsearch 7.4.0) see https://docs.gradle.org/5.6/release-notes.html- drop 0003-make-groovy-dependency-explicit-in-performance-compi.patch
* Mon Jul 15 2019 Klaus Kämpf - Update to 5.5.1 (for elasticsearch 7.2.0) Bugfix release- Add 0007-local-files-are-not-insecure.patch
* Thu Apr 18 2019 Klaus Kämpf - Ability to run under JDK 1.8 even if compile with JDK9 or later add 0006-Fix-to-avoid-incompatibility-if-compile-with-jdk9.patch
* Sat Apr 06 2019 Klaus Kämpf - Update to 5.3.1 Bugfix release- add 0005-drop-org.gradle.ci.tag-single-build-org.gradle.ci.ta.patch
* Fri Nov 30 2018 Klaus Kämpf - Update to 5.1.0~RC2
* production-ready Kotlin DSL
* dependency version alignment
* task timeouts
* Java 11 support
* and more. See https://gradle.org/whats-new/gradle-5
* Wed Aug 29 2018 kkaempfAATTsuse.com- Update to 4.10.0 - Incremental Java compilation by default - Periodic Gradle caches cleanup - Gradle Kotlin DSL 1.0-RC3 - Nested included builds - SNAPSHOT plugin versions in the plugins {} block For more details see https://docs.gradle.org/4.10/release-notes.html- Update to 4.9.0 - new publishing tools For more details see https://docs.gradle.org/4.9/release-notes.html- Update to 4.8.0 - add dependency locking For more details see https://docs.gradle.org/4.8/release-notes.html
* Tue May 29 2018 kkaempfAATTsuse.com- Update to 4.7.0 - Incremental annotation processing - JDK 10 support - Grouped non-interactive console logs - Failed tests are re-run first for quicker feedback For more details see https://docs.gradle.org/4.7/release-notes.html- drop 0001-Build-patch.patch- rename 0003-Search-system-jar.patch to 0001-Search-system-jar.patch 0005-Fix-checkstyle-error.patch to 0002-Fix-checkstyle-error.patch
* Sun Apr 01 2018 kkaempfAATTsuse.com- Update to 4.6.0
* built-in support for JUnit Platform and the JUnit Jupiter/Vintage Engine, also known as JUnit 5 support.- Update to 4.5.0
* build cache improvements- removed patches - 0002-Disable-code-quality.patch - 0004-Relax-warnings.patch - 0006-drop-fonts.patch
* Thu Dec 28 2017 kkaempfAATTsuse.com- Update to 4.4.1
* Visual Studio 2017 is now supported.
* The eclipse plugin now provides separate output folders. See https://github.com/gradle/gradle/releases/tag/v4.4.0 and https://github.com/gradle/gradle/releases/tag/v4.4.1 for full changelog
* Wed Nov 15 2017 kkaempfAATTsuse.com- Update to 4.3.1 Major upgrade See https://github.com/gradle/gradle/releases/tag/v4.3.1
* Thu Feb 23 2017 kkaempfAATTsuse.com- Update to 3.4.1 Performance improvements See https://docs.gradle.org/3.4.1/release-notes.html new patches - 0006-drop-fonts.patch renamed patches - 0009-Fix-checkstyle-error.patch to 0005-Fix-checkstyle-error.patch - 0008-Relax-warnings.patch to 0004-Relax-warnings.patch - 0005-Search-system-jar.patch to 0003-Search-system-jar.patch - 0004-Disable-code-quality.patch to 0002-Disable-code-quality.patch dropped patches - 0007-declare-use-of-jcommander-properly.patch - 0006-Disable-AWS.patch - 0003-fix-build-of-documentation.patch - 0002-fix-classpath-annotation.patch
* Wed Dec 28 2016 kkaempfAATTsuse.com- Update to 3.2.1
* bugfix release
* see https://github.com/gradle/gradle/releases/tag/v3.2.1
 
ICM