Skip to content

Commit

Permalink
#487: Add support for jdk13
Browse files Browse the repository at this point in the history
  • Loading branch information
ebussieres authored and Eric Bussieres committed Nov 25, 2019
1 parent ec4ec33 commit 667c507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jdk:
- openjdk8
- openjdk11
- openjdk12
- openjdk13

after_success:
- export VERSION=$(echo "cat //*[local-name()='project']/*[local-name()='version']/text()" | xmllint --nocdata --shell pom.xml | sed '1d;$d')
Expand Down
2 changes: 0 additions & 2 deletions pebble/src/main/resources/unsafeMethods.properties
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ java.lang.Runtime.halt(int)
java.lang.Runtime.load(java.lang.String)
java.lang.Runtime.loadLibrary(java.lang.String)
java.lang.Runtime.removeShutdownHook(java.lang.Thread)
java.lang.Runtime.traceInstructions(boolean)
java.lang.Runtime.traceMethodCalls(boolean)

java.lang.System.exit(int)
java.lang.System.load(java.lang.String)
Expand Down

0 comments on commit 667c507

Please sign in to comment.