camunda / camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.
https://camunda.com/
Apache License 2.0
4.03k stars 1.53k forks source link

move Spin into Platform repo #4300

Closed venetrius closed 2 months ago

venetrius commented 2 months ago

Will be merged with merge commit strategy.

related to https://github.com/camunda/camunda-bpm-platform/issues/4192

Only review code changes not inherited from spin, starting at commit: b6f4efe0726ff9c58ea9371ae6008b1daa881b46

https://github.com/camunda/camunda-bpm-platform/pull/4300/files/4bc4774848a6df6b81e9c9342035906530580cef..656e2cfbd5d36849717352f50d9cc9e674cd91b1

tasso94 commented 2 months ago

Hi @venetrius,

The Tomcat server log is available in the latest run.

I acquired it by Replaying the pipeline and adding the following line to the postFailure callback of the assembly stage:

cambpmArchiveArtifacts('clients/java/client/target/camunda-tomcat/server/apache-tomcat-9.0.85/logs/catalina.out')

Let me know if you need help to interpret the result.

Best, Tassilo