Hello. Le jeu. 16 oct. 2025 à 08:26, s rbk <[email protected]> a écrit : > > Hi, > Can we have different versions of apache commons libraries in the same > application?
Usually yes: Incompatible versions are delivered in different java "top-level" packages (suffixed by the version's major number). IOW, you can always call functionality from different major versions in the same application. We strive to ensure binary compatibility between minor versions, so multiple versions can also be used together, but application behaviour can change depending on which version came on top in the classpath... Regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
