Package: rsyntaxtextarea / 2.5.8-2

Metadata

Package Version Patches format
rsyntaxtextarea 2.5.8-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 ignore coveralls plugin.patch | (download)

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

 disables the coverall and jacoco plugins
02 language level.patch | (download)

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

 changes the language level to a value supported by the current jdk
03 disable clipboard security manager check.patch | (download)

src/main/java/org/fife/ui/rsyntaxtextarea/RSyntaxTextArea.java | 11 1 + 10 - 0 !
1 file changed, 1 insertion(+), 10 deletions(-)

 disables the call to system.checksystemclipboardaccess() which was removed from java 11