Package: groovy / 2.4.16-2

Metadata

Package Version Patches format
groovy 2.4.16-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix_doc_gradle.diff | (download)

build.gradle | 4 0 + 4 - 0 !
gradle/docs.gradle | 77 0 + 77 - 0 !
2 files changed, 81 deletions(-)

 remove code of asciidoctor-gradle-plugin
02_fix_start_script.diff | (download)

src/bin/startGroovy | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 add missing environment variables to startgroovy script
03_ignore_reporting_tools.diff | (download)

build.gradle | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignore the reporting tools (findbugs, checkstyle, rat, etc)
04_ignore_bintray.diff | (download)

build.gradle | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignore the unused publication to artifactory
05_buildscripts_dependencies.diff | (download)

gradle/utils.gradle | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 force gradle/utils.gradle to use the local dependencies
 (for some reason gradle-debian-helper fails its injection in this buildscript)
06_ignore_documentation_publication.diff | (download)

build.gradle | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 ignore the unused publication of the documentation
07_servlet_api_compatibility.patch | (download)

subprojects/groovy-servlet/src/main/java/groovy/servlet/ServletBinding.java | 14 14 + 0 - 0 !
1 file changed, 14 insertions(+)

 fixes the compatibility with the latest version of the servlet api in debian
transition_Gradle_3.1.patch | (download)

gradle/docs.gradle | 11 5 + 6 - 0 !
1 file changed, 5 insertions(+), 6 deletions(-)

 transtion to gradle 3.1
 This patch makes the build scripts compatible with Gradle 3.1
08_GROOVY 8163.patch | (download)

src/main/groovy/lang/MetaClassImpl.java | 4 4 + 0 - 0 !
src/main/org/codehaus/groovy/reflection/AccessPermissionChecker.java | 83 83 + 0 - 0 !
src/main/org/codehaus/groovy/reflection/CacheAccessControlException.java | 27 27 + 0 - 0 !
src/main/org/codehaus/groovy/reflection/CachedField.java | 2 2 + 0 - 0 !
src/main/org/codehaus/groovy/reflection/CachedMethod.java | 8 8 + 0 - 0 !
src/test/org/codehaus/groovy/reflection/SecurityTest.java | 271 271 + 0 - 0 !
6 files changed, 395 insertions(+)

 [patch] groovy-8163: prevent cachedfield and cachedmethod from
 leaking access permissions (closes #532)


09_ignore_buildscan.patch | (download)

build.gradle | 18 0 + 18 - 0 !
1 file changed, 18 deletions(-)

 ignore the buildscan plugin
10_fix_javadoc_links.patch | (download)

gradle/docs.gradle | 16 7 + 9 - 0 !
1 file changed, 7 insertions(+), 9 deletions(-)

 use local javadoc links to avoid a build failure with java 10
11_language_level.patch | (download)

build.gradle | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 sets the java language level to build with java 11
12_java11_compatibility.patch | (download)

subprojects/groovy-console/src/main/groovy/groovy/ui/text/StructuredSyntaxResources.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes the compatibility with java 11
failOnError.patch | (download)

gradle/docs.gradle | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 detectjavaapilink

Bug-Debian: https://bugs.debian.org/922755