essobedo commented on PR #857: URL: https://github.com/apache/camel-spring-boot/pull/857#issuecomment-1597103334
> I wonder if the SB aot stuff can be in its own module in core, eg core/camel-spring-boot-aot Well, it depends on what is your objective behind? Technically speaking it is of course doable, but in practice, you will need to do the same for each existing starter which means twice more modules to build/publish/test/maintain/release... Moreover, if I did it like this it is because it is how it is done in Spring / Spring Boot, the aot code is a specific package in each module as you can see by yourself for example for spring-beans https://github.com/spring-projects/spring-framework/tree/main/spring-beans/src/main/java/org/springframework/beans/factory/aot -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org