File tree Expand file tree Collapse file tree 8 files changed +12
-7
lines changed
java/org/glassfish/jersey/tests/integration/servlet_25_mvc_4
test/java/org/glassfish/jersey/tests/integration/servlet_25_mvc_4 Expand file tree Collapse file tree 8 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 107107 <module >servlet-2.5-mvc-1</module >
108108 <module >servlet-2.5-mvc-2</module >
109109 <module >servlet-2.5-mvc-3</module >
110- <module >servlet-2.5-mvc-4</module >
111110 <module >servlet-2.5-reload</module >
112111 <module >servlet-3-async</module >
113112 <module >servlet-3-chunked-io</module >
125124 <module >servlet-3-init-provider</module >
126125 <module >servlet-3-params</module >
127126 <module >servlet-3-sse-1</module >
127+ <module >servlet-4.0-mvc-1</module >
128128 <module >servlet-request-wrapper-binding-2</module >
129129 <module >servlet-request-wrapper-binding</module >
130130 <module >servlet-tests</module >
Original file line number Diff line number Diff line change 2626 <version >2.32.0-SNAPSHOT</version >
2727 </parent >
2828
29- <artifactId >servlet-2.5 -mvc-4 </artifactId >
29+ <artifactId >servlet-4.0 -mvc-1 </artifactId >
3030 <packaging >war</packaging >
31- <name >jersey-tests-integration-servlet-2.5 -mvc-4 </name >
31+ <name >jersey-tests-integration-servlet-4.0 -mvc-1 </name >
3232
3333 <description >Servlet integration test - servlet-2.5-mvc-4 - filter - MVC - jersey.config.servlet.JspTemplatesBasePath</description >
3434
4747 </dependency >
4848
4949 <dependency >
50- <groupId >javax .servlet</groupId >
51- <artifactId >servlet-api</artifactId >
52- <version >${servlet2 .version} </version >
50+ <groupId >jakarta .servlet</groupId >
51+ <artifactId >jakarta. servlet-api</artifactId >
52+ <version >${servlet4 .version} </version >
5353 </dependency >
5454
5555 <dependency >
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1717
1818-->
1919
20- <web-app version =" 2.5" xmlns =" http://java.sun.com/xml/ns/javaee" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" >
20+ <web-app xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
21+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee
23+ http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
24+ version =" 4.0"
25+ metadata-complete =" true" >
2126 <filter >
2227 <filter-name >org.glassfish.jersey.tests.integration.servlet_25_mvc_4.MyApplication</filter-name >
2328 <filter-class >org.glassfish.jersey.servlet.ServletContainer</filter-class >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments