Hello Lukas, We encountered the following issue: We are using Spring AOP extensively and we have a problem with the initialization of the DSLConext as spring bean. As spring bean it was scanned (each of his ~798 methods) if it should be advised. So our server started for more than 7 minutes. We made kind a hack. We extend the DefaultDSLContext with new class that has @Aspect annotation but without any point cut configuration - because aspects are not scanned. Do you ever have such a problem? Do you have an idea for a better fix?
Best Regards, Iveta Ivanova -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/0aa6bdee-6cd5-4c37-b705-20ddb100fb0bn%40googlegroups.com.
