Skip to content

Commit f389ae5

Browse files
committed
调整 jsp taglib 代码库,为 jakarta 风格
1 parent 3a0d87c commit f389ae5

File tree

4 files changed

+12
-12
lines changed
  • __test/src/main/resources/WEB-INF
  • solon-jakarta-projects/solon-server
    • solon-server-jetty-add-jsp-jakarta/src/test/resources/templates
    • solon-server-tomcat-add-jsp-jakarta/src/test/resources/templates
    • solon-server-undertow-add-jsp-jakarta/src/test/resources/templates

4 files changed

+12
-12
lines changed

__test/src/main/resources/WEB-INF/tags.tld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
2+
<taglib xmlns="https://jakarta.ee/xml/ns/jakartaee"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
5-
http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" version="2.0">
4+
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
5+
https://jakarta.ee/xml/ns/jakartaee/web-jsptaglibrary_3_0.xsd" version="3.0">
66

77
<description>自定义标签库</description>
88
<tlib-version>1.1</tlib-version>

solon-jakarta-projects/solon-server/solon-server-jetty-add-jsp-jakarta/src/test/resources/templates/tags.tld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
2+
<taglib xmlns="https://jakarta.ee/xml/ns/jakartaee"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
5-
http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" version="2.0">
4+
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
5+
https://jakarta.ee/xml/ns/jakartaee/web-jsptaglibrary_3_0.xsd" version="3.0">
66

77
<description>自定义标签库</description>
88
<tlib-version>1.1</tlib-version>

solon-jakarta-projects/solon-server/solon-server-tomcat-add-jsp-jakarta/src/test/resources/templates/tags.tld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
2+
<taglib xmlns="https://jakarta.ee/xml/ns/jakartaee"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
5-
http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" version="2.0">
4+
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
5+
https://jakarta.ee/xml/ns/jakartaee/web-jsptaglibrary_3_0.xsd" version="3.0">
66

77
<description>自定义标签库</description>
88
<tlib-version>1.1</tlib-version>

solon-jakarta-projects/solon-server/solon-server-undertow-add-jsp-jakarta/src/test/resources/templates/tags.tld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
2+
<taglib xmlns="https://jakarta.ee/xml/ns/jakartaee"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
5-
http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" version="2.0">
4+
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
5+
https://jakarta.ee/xml/ns/jakartaee/web-jsptaglibrary_3_0.xsd" version="3.0">
66

77
<description>自定义标签库</description>
88
<tlib-version>1.1</tlib-version>

0 commit comments

Comments
 (0)