Skip to content

mhalbritter/spring-aot-jarsigner-reproducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uses signed JARs (not the PGP signed ones, the ones signed with jarsigner) with Spring Boot 3 and AOT mode.

gradle bootRun

Problem here is that the DependencyAutoConfiguration is in the dependency.jar, which has a signature on it. The AOT mode generates code (dependency.DependencyAutoConfiguration__BeanDefinitions) in the same package as the dependency.jar contains.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages