diff --git a/README.md b/README.md
index b0dfe3f6..3e8242a8 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
- Build status (CircleCI): [](https://circleci.com/gh/Xephi/AuthMeReloaded)
-- Build Server (DEVELOPMENT BUILDS): Xephi's Jenkins
+- Build Server (DEVELOPMENT BUILDS): Xephi's Jenkins
- JavaDocs: AuthMe Javadoc
diff --git a/pom.xml b/pom.xml
index addea73d..27decf8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,15 @@
+
+ com.versioneye
+ versioneye-maven-plugin
+ 3.5.1
+
+ 55bab9e8653762002000190a
+ >
+
+
diff --git a/src/main/java/fr/xephi/authme/datasource/MySQL.java b/src/main/java/fr/xephi/authme/datasource/MySQL.java
index e18ef5bc..135d544f 100644
--- a/src/main/java/fr/xephi/authme/datasource/MySQL.java
+++ b/src/main/java/fr/xephi/authme/datasource/MySQL.java
@@ -121,7 +121,7 @@ public class MySQL implements DataSource {
config.addDataSourceProperty("prepStmtCacheSize", "250");
config.addDataSourceProperty("prepStmtCacheSqlLimit", "2048");
config.addDataSourceProperty("autoReconnect", true);
- config.addDataSourceProperty("initializationFailFast", true);
+ config.setInitializationFailFast(false);
ds = new HikariDataSource(config);
ConsoleLogger.info("Connection pool ready");
}
@@ -912,7 +912,7 @@ public class MySQL implements DataSource {
config.addDataSourceProperty("prepStmtCacheSize", "250");
config.addDataSourceProperty("prepStmtCacheSqlLimit", "2048");
config.addDataSourceProperty("autoReconnect", true);
- config.addDataSourceProperty("initializationFailFast", true);
+ config.setInitializationFailFast(false);
config.setPoolName("AuthMeMYSQLPool");
ds = new HikariDataSource(config);
if (!reload)
diff --git a/team.txt b/team.txt
index 21b9cdb4..072c674c 100644
--- a/team.txt
+++ b/team.txt
@@ -2,7 +2,8 @@ AuthMe-Team:
Xephi (Xephi59) - Leader, Main developer
darkwarriors (d4rkwarriors) - Old AuthMe Reloaded Author
-Kloudy - Main developer
+Kloudy - Developer
+Gnat008 - Developer
Gabriele C. (sgdc3) - Ticket Manager, Project Page and Structure Manager, Contributor
Maxetto - Ticket Manager, Italian Translator, Basic Developer, Contributor
Trojaner25 - Ticket manager, Basic Developer