You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jaybird 4 introduced org.firebirdsql.gds.ng.jna.NativeResourceUnloadWebListener to allow native resources to be correctly disposed when the servlet context ends. This only works for Jakarta EE 8 / Java EE 8 and earlier. Provide a variant for the jakarta.servlet package of Jakarta EE 9 and higher.
The text was updated successfully, but these errors were encountered:
Renamed NativeResourceUnloadWebListener to NativeResourceUnloadWebListenerJavaX and made copy NativeResourceUnloadWebListenerJakarta using the jakarta.servlet package.
Jaybird 4 introduced
org.firebirdsql.gds.ng.jna.NativeResourceUnloadWebListener
to allow native resources to be correctly disposed when the servlet context ends. This only works for Jakarta EE 8 / Java EE 8 and earlier. Provide a variant for thejakarta.servlet
package of Jakarta EE 9 and higher.The text was updated successfully, but these errors were encountered: