When using Spring AOT, `exposed-dao` occur excepti...
# exposed
d
When using Spring AOT,
exposed-dao
occur exception (use 1.0.0-beta-2)
Copy code
Exception in thread "main" java.lang.IllegalArgumentException: Resource must be a ClassPathResource that exists: class path resource [META-INF/services/org.jetbrains.exposed.v1.dao.id.EntityIDFactory]
	at org.springframework.aot.hint.ResourceHints.registerResource(ResourceHints.java:129)
	at org.jetbrains.exposed.v1.spring.boot.ExposedAotContribution.registerResourceHints(ExposedAotContribution.kt:62)
	at org.jetbrains.exposed.v1.spring.boot.ExposedAotContribution.processAheadOfTime$lambda$2(ExposedAotContribution.kt:39)
	at org.springframework.context.aot.BeanFactoryInitializationAotContributions.applyTo(BeanFactoryInitializationAotContributions.java:96)
	at org.springframework.context.aot.ApplicationContextAotGenerator.lambda$processAheadOfTime$0(ApplicationContextAotGenerator.java:59)
	at org.springframework.context.aot.ApplicationContextAotGenerator.withCglibClassHandler(ApplicationContextAotGenerator.java:68)
	at org.springframework.context.aot.ApplicationContextAotGenerator.processAheadOfTime(ApplicationContextAotGenerator.java:54)
	at org.springframework.context.aot.ContextAotProcessor.performAotProcessing(ContextAotProcessor.java:107)
	at org.springframework.context.aot.ContextAotProcessor.doProcess(ContextAotProcessor.java:84)
	at org.springframework.context.aot.ContextAotProcessor.doProcess(ContextAotProcessor.java:49)
	at org.springframework.context.aot.AbstractAotProcessor.process(AbstractAotProcessor.java:83)
	at org.springframework.boot.SpringApplicationAotProcessor.main(SpringApplicationAotProcessor.java:80)