Skip to content

Commit

Permalink
Merge pull request #135 from telefonicaid/task/skip_ehcacke_update
Browse files Browse the repository at this point in the history
set net.sf.ehcache.skipUpdateCheck
  • Loading branch information
fgalan authored Jun 16, 2020
2 parents 6ec1436 + 67f20ef commit dc5eb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ADD: Fix net.sf.ehcache.skipUpdateCheck (#136)
ADD: upgrade java mysql connector from 5.1.47 to 5.1.49
ADD: fix /opt/keypass directory to 1000 user for docker
ADD: autoReconnect to jdbc url configuration (#116)
Expand Down
1 change: 1 addition & 0 deletions src/main/java/es/tid/fiware/iot/ac/AcService.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public DataSourceFactory getDataSourceFactory(AcConfig configuration) {
};

public static void main(String[] args) throws Exception {
System.setProperty("net.sf.ehcache.skipUpdateCheck", "true");
new AcService().run(args);
}

Expand Down

0 comments on commit dc5eb58

Please sign in to comment.