Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't build with JDK 8.0 #1

Open
apkh opened this issue May 9, 2014 · 3 comments
Open

doesn't build with JDK 8.0 #1

apkh opened this issue May 9, 2014 · 3 comments

Comments

@apkh
Copy link

apkh commented May 9, 2014

No description provided.

@nickvl
Copy link
Owner

nickvl commented May 16, 2014

will fix

@apkh
Copy link
Author

apkh commented May 16, 2014

not critical unless we move to jdk8

@nickvl
Copy link
Owner

nickvl commented May 21, 2014

some details about the problem with java8:

  • aop-logging-0.2.3.jar itself is compiled correctly and could be used with JDK1.6+ (include java8)
  • but unit tests start in spring 3.x environment which is not compatible with java8

So, existing library source code could be built with any JDK1.6+ and used in applications based on spring3.x or 4.x. But in order to build the library with java8 the unit test should be skipped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants