I am using very basic(we don't need to inject http requests) AI features in azure maven plugins the packing way AI used produces a very large jar by shadowjar which will causes many duplicated classes loaded like org.apache.commons.lang3 which will consuming extra large memories and cpu cycles verifying these classes. Can you public a core jar without any dependencies in maven central for users with similar behaviors like us? Thanks.
I am using very basic(we don't need to inject http requests) AI features in azure maven plugins the packing way AI used produces a very large jar by shadowjar which will causes many duplicated classes loaded like
org.apache.commons.lang3which will consuming extra large memories and cpu cycles verifying these classes. Can you public a core jar without any dependencies in maven central for users with similar behaviors like us? Thanks.