java-extensions icon indicating copy to clipboard operation
java-extensions copied to clipboard

Structurizr for Java extensions

Results 8 java-extensions issues
Sort by recently updated
recently updated
newest added

### Description Calling componentFinder.findComponents() for scanning source code scan source code, throws following error : ``` java.lang.NoClassDefFoundError: com/sun/tools/javadoc/Main at com.structurizr.analysis.SourceCodeComponentFinderStrategy.runJavaDoc (SourceCodeComponentFinderStrategy.java:126) at com.structurizr.analysis.SourceCodeComponentFinderStrategy.afterFindComponents (SourceCodeComponentFinderStrategy.java:64) at com.structurizr.analysis.ComponentFinder.findComponents (ComponentFinder.java:81) ``` This has...

bug

### Description I'm using the Spring extension and the annotations support with Structurizr for Java. All is good with core/client versions up to 1.20.x, but 1.21 introduces a bug with...

bug

Upgrading spring version to resolve latest security thread around CVE-2022-22965

Hi, I have been working with the SourceCodeComponentFinderStrategy. Is it also possible to scan a compiled jar and display the annotated tags (@controller, ...) in a diagram. Thank you, Kjell

I have a JPARepository that implements another interface. The idea being that alternative implementations of the same interface could be applied. It's a conversation starter with students. e.g. ``` public...

Starting with Java 14, the `com.sun.javadoc.*` classes are no more accessible. Hopefuly, this can be replaced with usage of JavaParser!

help wanted

I am in the process of migrating the Moduliths documentation generation to the new `structurizr-export` artifact. It currently doesn't seem to support plain UML component diagram rendering, which I have...

Hi, When trying to plugin the structurizr module into an existing project, I get the following error but can not resolve it. ` Exception in thread "main" java.lang.NoClassDefFoundError: javassist/ClassPath at...