简体   繁体   中英

how to disbale the deployement transfer in wildfly in eclipse

I've seen an answer to diable the org.wildfly.unsupported.skip.jakarta.transformer property by putting true but I dont know who to do this with steps. Can someone please tell me the steps to do this. I'm trying to achieve this solution. Hot to disable WildFly 26.0.1 bytecode transformation from javax to jakarta packages

You should not need to disable bytecode transformation in WildFly 26 unless you are using WildFly 26 Preview. WildFly 26 is still Jakarta EE 8, while WildFly 26 Preview is Jakarta EE 9.1.

If you're using Jakarta EE 8 it's best to stick with WildFly 26 and not use the Preview edition.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM