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
Without a jersey-spring module that works with Spring Framework 6, dependency injection doesn't work correctly with JAX-RS components. This can, for example, result in a bean that should be a singleton being instantiated twice: once by Spring and once by Jersey.
The text was updated successfully, but these errors were encountered:
Without a jersey-spring module that works with Spring Framework 6, dependency injection doesn't work correctly with JAX-RS components. This can, for example, result in a bean that should be a singleton being instantiated twice: once by Spring and once by Jersey.
The text was updated successfully, but these errors were encountered: