PS: alternative which can be saner would be to split webConfig() in a set of small protected methods instead of a monolitic block, typically here a processAnnotations(webXmls) not depending on internals can work
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le jeu. 6 déc. 2018 à 11:51, Romain Manni-Bucau <rmannibu...@gmail.com> a écrit : > Hi guys, > > can you make ContextConfig.JavaClassCacheEntry public please? Idea is to > be able to override ContextConfig and potentially customize > processAnnotations methods. Currently it is a pain and it is preventing to > upgrade meecrowave and likely tomee to java11+jlink support > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github > <https://github.com/rmannibucau> | LinkedIn > <https://www.linkedin.com/in/rmannibucau> | Book > <https://www.packtpub.com/application-development/java-ee-8-high-performance> >