Skip to content

Commit 292e7a4

Browse files
authored
update smart-servlet to 1.0-SNAPSHOT (#8833)
* update smart-servlet to 0.1.3-SNAPSHOT * update aio-enhance to 1.0.3-SNAPSHOT * smart-servlet bugfix * bugfix * update smart-socket to 1.5.6-SNAPSHOT * remove file * update aio-enhance to 1.0.4-SNAPSHOT * 优化代码 * 优化代码 * update smart-socket to 1.5.6 * config threadNum * update smart-socket to 1.5.7-SNAPSHOT * 优化代码 * update smart-socket to 1.5.10-SNAPSHOT * 优化代码 * 优化代码 * 优化代码 * 异常aio-enhance * 优化代码 * 优化代码 * 优化代码 * remove aio-pro * remove headerLimiter * update hikaricp version * replace json util * 更新线程模型 * upgrade smart-servlet to 0.1.9-SNAPSHOT * config thread num * config thread num * revert code * revert code * upgrade smart-servlet to 0.2.1-SNAPSHOT * upgrade smart-servlet to 0.6-SNAPSHOT * upgrade smart-servlet to 0.6-SNAPSHOT * upgrade smart-servlet to 0.6-SNAPSHOT * upgrade smart-servlet to 0.6-SNAPSHOT * upgrade smart-servlet to 0.6-SNAPSHOT * upgrade smart-servlet to 0.6-SNAPSHOT * upgrade smart-servlet to 0.6-SNAPSHOT * upgrade smart-servlet to 1.0-SNAPSHOT
1 parent 9f24f6e commit 292e7a4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

frameworks/Java/smart-socket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<maven.compiler.source>17</maven.compiler.source>
1212
<maven.compiler.target>17</maven.compiler.target>
1313
<log4j.version>2.17.1</log4j.version>
14-
<smartservlet.version>0.6-SNAPSHOT</smartservlet.version>
14+
<smartservlet.version>1.0-SNAPSHOT</smartservlet.version>
1515
<hikaricp.version>5.0.0</hikaricp.version>
1616
<jsoniter.version>0.9.23</jsoniter.version>
1717
</properties>

frameworks/Java/smart-socket/src/main/java/org/smartboot/http/JsonUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
import com.jsoniter.output.JsonStreamPool;
55
import com.jsoniter.spi.JsonException;
66
import com.jsoniter.spi.Slice;
7-
import jakarta.servlet.http.HttpServletResponse;
87
import org.smartboot.http.server.HttpResponse;
98

9+
import javax.servlet.http.HttpServletResponse;
1010
import java.io.IOException;
1111

1212
/**

frameworks/Java/smart-socket/src/main/java/org/smartboot/servlet/HelloWorldServlet.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package org.smartboot.servlet;
22

3-
import jakarta.servlet.ServletException;
4-
import jakarta.servlet.http.HttpServlet;
5-
import jakarta.servlet.http.HttpServletRequest;
6-
import jakarta.servlet.http.HttpServletResponse;
73

4+
import javax.servlet.ServletException;
5+
import javax.servlet.http.HttpServlet;
6+
import javax.servlet.http.HttpServletRequest;
7+
import javax.servlet.http.HttpServletResponse;
88
import java.io.IOException;
99

1010
/**

frameworks/Java/smart-socket/src/main/java/org/smartboot/servlet/JsonServlet.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package org.smartboot.servlet;
22

3-
import jakarta.servlet.ServletException;
4-
import jakarta.servlet.http.HttpServlet;
5-
import jakarta.servlet.http.HttpServletRequest;
6-
import jakarta.servlet.http.HttpServletResponse;
73
import org.smartboot.Message;
84
import org.smartboot.http.JsonUtil;
95

6+
import javax.servlet.ServletException;
7+
import javax.servlet.http.HttpServlet;
8+
import javax.servlet.http.HttpServletRequest;
9+
import javax.servlet.http.HttpServletResponse;
1010
import java.io.IOException;
1111

1212
/**

0 commit comments

Comments
 (0)