plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.65k stars 472 forks source link

refactor: split domain code from servlet code #266

Closed evantill closed 1 year ago

evantill commented 1 year ago

First step on PlantUmlServlet.

The main goal is to spliut the code depnding on the Servlet API from the rest of the code. This way, it will be possible to use an other adpter layer like a rest api for example.

Note: I will add more commits.

evantill commented 1 year ago

Will the checks run the tests ?

evantill commented 1 year ago

running the same mvn task does not raise error on my computer

mvn --batch-mode -f pom.jdk8.xml -D java.net.useSystemProxies=true -Dapache-jsp.scope=compile clean package

Can someone help me please ?

evantill commented 1 year ago

will be refactored on thymeleaf branch