citrusframework / citrus-simulator

Standalone simulator for different messaging transports such as Http REST, SOAP WebService, JMS, RMI, mail messaging and more
Apache License 2.0
44 stars 45 forks source link

Latest UI (3.0.0-M1) COMPLETELY BROKEN #252

Closed ensarhamzic closed 3 weeks ago

ensarhamzic commented 5 months ago

Version 3.0.0-M1 of simulator UI is completely broken. pom.xml is configured to always skip frontend generating which leads to practically empty .jar that is deployed on maven. Adding the dependency gives the same effect like not adding it at all. Sould be fixed ASAP.

Take a look at .jar size in 2.1.1 and in 3.0.0-M1 version. explorer_3h8EexlW7e

bbortt commented 4 months ago

I think you forgot to add the -DskipFrontend=false parameter while deploying the modules @christophd.

bbortt commented 2 months ago

@christophd It's still not contained in the current release 😜

asuruceanu commented 1 month ago

Hello @christophd, I hope you're doing well. I wanted to let you know about an issue I discovered while trying to use the latest citrus simulator. As mentioned by @bbortt, there seems to be a problem that can be resolved by deploying a new version with the -DskipFrontend=false parameter. This issue is affecting my ability to use the newer version. Thank you for your attention to this matter and for your efforts in resolving the problem.

bbortt commented 3 weeks ago

release 3.0.1 fixed it 😉