'How to disable feature for specific application in liberty server?
I am using JAP 2.2 in my spring application and JAP 2.0 is declared as feature in server.xml of Liberty server but I want to use only JAP 2.2 and I can not remove entry of feature JPA 2.0 from server.xml because some other application has dependency on JPA 2.0.
So do we have any option so that we can disable this feature only for my application and going forward my application will be using JPA 2.2.
Please help & Thanks
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
