Проблема с оптимизацией импорта Javax* в Джакарту* [закрыто] ⇐ JAVA
-
Anonymous
Проблема с оптимизацией импорта Javax* в Джакарту* [закрыто]
Sorry for the dumb question, I'm new to this one. while I'm updating my javax to jakarta in dependency(maven) import javax.crypto.BadPaddingException; import javax.crypto.Cipher; if I turn this into jakart.crypto the imports are not optimising, can someone assits me with solution and explanation to it.
how to optimise it, i'll post the new and old dependecny
import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.crypto.IllegalBlockSizeException; import javax.crypto.NoSuchPaddingException; org.glassfish javax.el 3.0.0 javax.el javax.el-api 3.0.0 org.glassfish jakarta.el 5.0.0-M1 jakarta.el jakarta.el-api 6.0.0-M2
Источник: https://stackoverflow.com/questions/780 ... to-jakarta
Sorry for the dumb question, I'm new to this one. while I'm updating my javax to jakarta in dependency(maven) import javax.crypto.BadPaddingException; import javax.crypto.Cipher; if I turn this into jakart.crypto the imports are not optimising, can someone assits me with solution and explanation to it.
how to optimise it, i'll post the new and old dependecny
import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.crypto.IllegalBlockSizeException; import javax.crypto.NoSuchPaddingException; org.glassfish javax.el 3.0.0 javax.el javax.el-api 3.0.0 org.glassfish jakarta.el 5.0.0-M1 jakarta.el jakarta.el-api 6.0.0-M2
Источник: https://stackoverflow.com/questions/780 ... to-jakarta
Мобильная версия