diff --git a/.gitignore b/.gitignore
index d82c2f66db..6fceaf13ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ nbactions.xml
/preferences.*
.DS_Store
/test-backend/
+.mvn/
/nbproject/
dependency-reduced-pom.xml
diff --git a/checkstyle.xml b/checkstyle.xml
index d6ed128d52..ecad32c6b8 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -31,6 +31,12 @@
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index 193873153d..0a76f93b08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,8 +133,8 @@
UTF-8
true
- 16
- 16
+ 21
+ 21
@@ -227,7 +227,7 @@
com.mysql
mysql-connector-j
- 8.3.0
+ 9.4.0
jar
compile
@@ -248,7 +248,7 @@
- 12.6.1.jre11
+ 12.8.0.jre8
@@ -376,6 +376,11 @@
org.eclipse.lsp4j
0.22.0
+
+ org.eclipse.lsp4j
+ org.eclipse.lsp4j.debug
+ 0.22.0
+
io.swagger.core.v3
swagger-annotations
@@ -394,7 +399,7 @@
com.squareup.okio
okio-jvm
- 3.10.0
+ 3.16.0
com.google.code.gson
@@ -489,10 +494,12 @@
3.12.1
true
- 16
+ 21
-XDignore.symbol.file
-parameters
+ -Xmaxwarns
+ 9999
@@ -567,6 +574,8 @@
org.brotli:dec:jar:*
org.eclipse.lsp4j:org.eclipse.lsp4j:jar:*
org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:*
+ org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:*
+ org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:*