Skip to content
Snippets Groups Projects
Commit fd1829d8 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Compile with the --release parameter to preserve the compatibility with older JREs

parent fc02f4de
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,8 @@ jetty9 (9.2.25-1) UNRELEASED; urgency=medium ...@@ -22,6 +22,8 @@ jetty9 (9.2.25-1) UNRELEASED; urgency=medium
a malicious request may be embedded within another request as processed a malicious request may be embedded within another request as processed
by the subsequent system. This allows a remote user to potentially poison by the subsequent system. This allows a remote user to potentially poison
the cache. the cache.
* Compile with the --release parameter to preserve the compatibility
with older JREs
-- Emmanuel Bourg <ebourg@apache.org> Tue, 03 Jul 2018 13:33:57 +0200 -- Emmanuel Bourg <ebourg@apache.org> Tue, 03 Jul 2018 13:33:57 +0200
......
maven.test.skip=true maven.test.skip=true
maven.compiler.release=7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment