| .. | .. |
|---|
| 15 | 15 | See the License for the specific language governing permissions and |
|---|
| 16 | 16 | limitations under the License. |
|---|
| 17 | 17 | --> |
|---|
| 18 | | -<web-app xmlns="http://java.sun.com/xml/ns/javaee" |
|---|
| 19 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 20 | | - xsi:schemaLocation="http://java.sun.com/xml/ns/javaee |
|---|
| 21 | | - http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" |
|---|
| 22 | | - version="3.0" |
|---|
| 23 | | - metadata-complete="true"> |
|---|
| 18 | +<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee" |
|---|
| 19 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 20 | + xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee |
|---|
| 21 | + https://jakarta.ee/xml/ns/jakartaee/web-app_6_0.xsd" |
|---|
| 22 | + version="6.0" |
|---|
| 23 | + metadata-complete="true"> |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | <display-name>SeCuris Server</display-name> |
|---|
| 26 | 26 | <description> |
|---|
| .. | .. |
|---|
| 69 | 69 | org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher |
|---|
| 70 | 70 | </filter-class> |
|---|
| 71 | 71 | <init-param> |
|---|
| 72 | | - <param-name>javax.ws.rs.Application</param-name> |
|---|
| 72 | + <param-name>jakarta.ws.rs.Application</param-name> |
|---|
| 73 | 73 | <param-value>net.curisit.securis.RestServicesApplication</param-value> |
|---|
| 74 | 74 | </init-param> |
|---|
| 75 | 75 | </filter> |
|---|
| .. | .. |
|---|
| 100 | 100 | |
|---|
| 101 | 101 | <resource-env-ref> |
|---|
| 102 | 102 | <resource-env-ref-name>SeCurisDS</resource-env-ref-name> |
|---|
| 103 | | - <resource-env-ref-type>javax.sql.DataSource</resource-env-ref-type> |
|---|
| 103 | + <resource-env-ref-type>jakarta.sql.DataSource</resource-env-ref-type> |
|---|
| 104 | 104 | </resource-env-ref> |
|---|
| 105 | 105 | |
|---|
| 106 | 106 | <resource-env-ref> |
|---|
| 107 | 107 | <resource-env-ref-name>BeanManager</resource-env-ref-name> |
|---|
| 108 | | - <resource-env-ref-type>javax.enterprise.inject.spi.BeanManager</resource-env-ref-type> |
|---|
| 108 | + <resource-env-ref-type>jakarta.enterprise.inject.spi.BeanManager</resource-env-ref-type> |
|---|
| 109 | 109 | </resource-env-ref> |
|---|
| 110 | 110 | |
|---|
| 111 | 111 | </web-app> |
|---|