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

[BUILD] - update lombok compatibility to java 16+ #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aditanase
Copy link

When building with java 17 I'm getting this otherwise

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project accounting: Fatal error compiling: java.lang.ExceptionInInitializerError: Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs accessible: module jdk.compiler does not "opens com.sun.tools.javac.processing" to unnamed module @257f30f7

When building with java 17 I'm getting this otherwise

```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project accounting: Fatal error compiling: java.lang.ExceptionInInitializerError: Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs accessible: module jdk.compiler does not "opens com.sun.tools.javac.processing" to unnamed module @257f30f7
```
@awuah
Copy link

awuah commented Nov 26, 2022

Sorry to ask but how do you implement this library to work with actual databases instead of the in-memory? Is there an interface you extend from?

@Nick-Triller
Copy link
Owner

Hi @awuah, the library doesn't support anything besides in memory storage, see #2. I created the library many years ago while in college to play around with coding patterns. As far as I know, it hasn't ever been used in a real project.

@awuah
Copy link

awuah commented Nov 26, 2022

OK ok. Well-noted

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

Successfully merging this pull request may close these issues.

None yet

3 participants