Browse Source

update redkale to 1.9.8 (#4289)

* update redkale to 1.9.8

* [ci fw-only Java/redkale] fix commit message
Green Luo 6 years ago
parent
commit
00ba060c4c

+ 1 - 0
frameworks/Java/redkale/README.md

@@ -56,3 +56,4 @@ This is the Redkale portion of a [benchmarking test suite](../) comparing a vari
 ### Template rendering Test
 
     http://localhost:8080/fortunes
+

+ 4 - 4
frameworks/Java/redkale/benchmark_config.json

@@ -8,11 +8,11 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "None",
-      "framework": "None",
+      "framework": "Redkale",
       "language": "Java",
       "flavor": "None",
       "orm": "Raw",
-      "platform": "None",
+      "platform": "Redkale",
       "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
@@ -29,11 +29,11 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "Postgres",
-      "framework": "None",
+      "framework": "Redkale",
       "language": "Java",
       "flavor": "None",
       "orm": "Raw",
-      "platform": "None",
+      "platform": "Redkale",
       "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",

+ 2 - 2
frameworks/Java/redkale/pom.xml

@@ -19,13 +19,13 @@
 		<dependency>
 			<groupId>org.redkale</groupId>
 			<artifactId>redkale</artifactId>
-			<version>1.9.5.2</version>
+			<version>1.9.8</version>
 		</dependency>
 
 		<dependency>
 			<groupId>org.redkalex</groupId>
 			<artifactId>redkale-plugins</artifactId>
-			<version>1.9.5.2</version>
+			<version>1.9.8</version>
 		</dependency>
 		<dependency>
 			<groupId>com.fizzed</groupId>