Skip to content

Commit 53dd10f

Browse files
committed
jakarta.servlet-api 从基于 JDK 11 的 6.0.0 改为基于 JDK 1.8 的 4.0.3
1 parent c7bbf6e commit 53dd10f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
<dependency>
2424
<groupId>jakarta.servlet</groupId>
2525
<artifactId>jakarta.servlet-api</artifactId>
26-
<version>6.0.0</version>
27-
<scope>provided</scope>
26+
<version>4.0.3</version>
2827
</dependency>
2928

3029
<!-- JDK 1.8~16, SpringBoot 1.4~2.7 -->
3130
<dependency>
3231
<groupId>javax.servlet</groupId>
3332
<artifactId>javax.servlet-api</artifactId>
3433
<version>4.0.1</version>
34+
<scope>provided</scope>
3535
</dependency>
3636

3737
<dependency>

src/main/java/apijson/framework/javax/APIJSONSQLConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class APIJSONSQLConfig<T extends Object> extends AbstractSQLConfig<T> {
5151

5252
APIJSON_CREATOR = new APIJSONCreator<>();
5353

54-
SIMPLE_CALLBACK = new SimpleCallback<>() {
54+
SIMPLE_CALLBACK = new SimpleCallback<Object>() {
5555

5656
@Override
5757
public SQLConfig<Object> getSQLConfig(RequestMethod method, String database, String schema,String datasource, String table) {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy