We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d169bf0 commit e382428Copy full SHA for e382428
1 file changed
NEWS
@@ -25,9 +25,12 @@ New Features
25
to the classpath on top of jython.jar without name conflict. In many cases
26
this should suffice to retain workability of a legacy setup if needed.
27
28
+ - Upgrade of jffi to 1.3.14 eliminates the need for sun.misc.Unsafe, which is
29
+ deprecated for removal in Java 26. See https://github.com/jnr/jffi/issues/165
30
+
31
Jython 2.7.5a1 Bugs fixed
32
- [ GH-382 ] Java EE Servlet Namespace Has Been Changed From javax.servlet to jakarta.servlet
-
33
+ - [ GH-84 ] PyServlet Will Need To Use The jakarta.servlet Namespace #84
34
35
36
==============================================================================
0 commit comments