Miguel Muñoz

Results 3 comments of Miguel Muñoz

There's an option to include the JRE in the bundle. That may be why it's not working. (I'm just guessing here, but it may be worth a try.) You would...

I get this too when I run `mvn install` on my archetype project [INFO] --- maven-archetype-plugin:3.0.1:integration-test (default-integration-test) @ my-archetype --- [WARNING] No Archetype IT projects: root 'projects' directory not found....

I'm looking at my previous example: public @NonNull ConnectionSource getConnection() { if (connectionSource == null) { BusinessException.builder() .doWhateverStuffIsNeeded() .buildAndThrow(); return connectionSource; } I had previously said this needs an annotation...