audit4j / audit4j-core

An open source auditing framework.
http://audit4j.org
Apache License 2.0
125 stars 77 forks source link

Fixed isJDK_N_OrHigher method for Java 10 or higher version. #84

Closed gaurav072 closed 5 years ago

gaurav072 commented 5 years ago

I have fixed the issue raised by myself for Java 10 compatibility. Could you please review the changes and merge it.

https://github.com/audit4j/audit4j-core/issues/82

taitopilvipete commented 5 years ago

@janithb +1 for this: we're upgrading applications to Java 11 and facing this same issue. Could this be merged?

gaurav072 commented 5 years ago

Merge request compatible up to java 11.

bcaure commented 5 years ago

+1 : can you merge, it's a blocker!

bcaure commented 5 years ago

unfortunately it does not work for jdk 9! jdk 9 versions starts with 9.x

gaurav072 commented 5 years ago

But JDK 9 is no longer available by Oracle.

superfive666 commented 4 years ago

when is this fix going to be officially released?

BartBM commented 4 years ago

Could this be released please?