Projekt

Obecné

Profil

Stáhnout (4.9 KB) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
4fe267e3 2019-02-08 17:37 Pavel Fidranský

use commons-lang3 to check blank strings (including whitespace) instead of guava

931acc48 2019-02-08 17:37 Pavel Fidranský

update mysql-connector-java

45afa9f1 2019-02-08 17:29 Pavel Fidranský

pom cleanup:
- change version to match current release
- removed maven-compiler-plugin (preserved in build section)
- removed log4j-api (transitive dependency of log4j-core)
- replaced spring-security-core by spring-security-crypto (much smaller dependency)...

ba1fdf2c 2019-01-26 08:49 Tomáš Šimandl

Removed unused dependencies

455af7b1 2019-01-22 16:01 Tomáš Šimandl

Removed org.json dependency

+ changed to gson

4ab7f824 2018-11-30 08:12 Tomáš Šimandl

#5 Replace MD5 password encryption by some secure algo

- BCrypt password encryption is used instead of MD5.
- Algorithm is from springframework.security package

d5a1486f 2018-11-29 20:35 Tomáš Šimandl

#7 Use SLF4J logger

- changed log4j configuration

3094b8b2 2018-11-29 17:08 Tomáš Šimandl

Update version of log4j

47e08cac 2018-11-29 15:36 Tomáš Šimandl

Added spotbugs for static code analysis

4722abdd 2018-11-29 14:44 Tomáš Šimandl

cleanup pom.xml

f11864a9 2018-08-20 16:06 Pavel Fidranský

set Maven to generate WAR distribution file called imiger.war

28be3f78 2018-08-20 15:58 Pavel Fidranský

added Maven POM