python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AspectJ (ajc) with Modules
I am using AspectJ 1.9.7 and I am trying to compile a modular application with ajc. Let's suppose I have a single module called test and the following tree:
.
└── test
├── aspectj
│ ├── Main...
Marco Luzzara
Votes: 0
Answers: 1
How do I know in Java 17 which library is still relying on -add-opens or if I can remove it?
We recently moved to Java 17. For a few libraries we had to add "--add-opens" parameter to open java internal classes for reflection calls. We wanna get rid of those once Java 17 is widely a...
keiki
Votes: 0
Answers: 0
NoSuchBeanDefinitionException / UnsatisfiedDependencyException when testing Spring Boot app with Java modules
How can I mitigate that the NoSuchBeanDefinitionException and the related UnsatisfiedDependencyException occur when testing a multimode Spring Boot app that has been configured with Java 9 modules?
Af...
matsev
Votes: 0
Answers: 1
How do I include src/test/java files to run TestNG tests?
I'm just learning Java and could use your help. I'm using Eclipse, and created a Maven project using the org.openjfx archetype. Everything seems to work fine except when I try to write tests in src/te...
javalearner84
Votes: 0
Answers: 1