appfuse

  • Filter
Matt Raible
Fixed archive links for mailing list and upgraded commons collections
modified pom.xml
Matt Raible
app*.properties need to be filtered to prevent recursion
Matt Raible
Allow whitespace before equals
modified checkstyle.xml
Matt Raible
Removed GenericIllegalRegexp
deleted from checkstyle.xml
Matt Raible
Fixed java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder
Matt Raible
Reverted DBCP to 1.3 since 1.4 runs only under Java 6 - http://commons.apache.org/dbcp/
modified pom.xml
Matt Raible
APF-1121: Upgraded to latest version of H2.
modified pom.xml
Matt Raible
Upgraded to EhCache 2.2.0 and Web 2.0.2
modified pom.xml
Matt Raible
Numerous library upgrades, including commons-lang (2.4 -> 2.5), commons-beanutils (1.8.1 -> 1.8.3), commons-dbcp (1.2.1 -> 1.4), commons-fileupload (1.2.1 -> 1.2.2) and junit (4.7 -> 4.8.1)
modified pom.xml
Matt Raible
Hard-code maven-archetype-plugin version 2.0-alpha-4 since 2.0-alpha-5 has issues.
Matt Raible
Fixed Checkstyle
modified checkstyle.xml
Matt Raible
Added @RequestMapping for list screens as it seems Spring MVC isn't smart enough to figure out plurals.