Commit Graph

10 Commits

Author SHA1 Message Date
Florian 9cb9cec6ca update jetty and tomcat to latest version 2021-10-17 18:46:03 +02:00
Florian 8d5be87f03 update junit test classes and there dependencies 2021-10-11 18:43:18 +02:00
maximesinclair 1111c69cf7 [BUGFIX] Image check is more accurate 2014-05-14 23:52:41 +02:00
Maxime Sinclair fd2b6e7c02 [TASK] Checkstyle report and mvn site configuration 2014-02-06 18:28:06 +01:00
Maxime Sinclair f0493c581c [FEATURE] PNG added to the url format
The old URL format http://server/plantuml/img/... is now relaced by
http://server/plantuml/png/...
2013-12-18 19:17:47 +01:00
Maxime Sinclair 1cf5eb8987 [FEATURE] url parameter test case added 2013-09-19 12:42:28 +02:00
Maxime Sinclair 7d7bdca930 [FEATURE] Map usage integrated in the interactive servlet
JSTL (without EL) added
2013-08-22 14:31:05 +02:00
Maxime Sinclair 779351844c [TASK] Refactoring of the TestUtils class
tryGetResponse method deleted
Compressed diagram strings added as constant strings
2013-07-17 14:30:44 +02:00
Maxime Sinclair ce168633ad [TASK] Full coding style clean up 2013-07-10 17:07:24 +02:00
Pablo Lalloni 89c4d91b41 Project fully mavenized with functionality exceeding previous Ant build.xml implemented (except deployment to servlet container, which can be easily added).
Improved unit tests to be independent of externally running servlet container, now every test runs its own embedded jetty server (and stops it afterward).

Removed all eclipse artifacts (.project, .classpath, .settings, etc.) and added to .gitignore to be independent of development environment (can be autogenerated by maven, or better yet use m2eclipse).

Removed embedded dependency jars since they are handled automatically by maven.
2011-11-02 19:11:52 -03:00