Skip to content
Snippets Groups Projects
  1. Jun 28, 2017
  2. Jun 27, 2017
  3. Jun 26, 2017
  4. Jun 24, 2017
  5. Jun 23, 2017
  6. Jun 22, 2017
  7. Jun 21, 2017
  8. Jun 20, 2017
  9. Jun 19, 2017
  10. Jun 17, 2017
  11. Jun 16, 2017
  12. Jun 15, 2017
  13. Jun 09, 2017
  14. Jun 08, 2017
  15. Jun 07, 2017
  16. Jun 02, 2017
  17. Jun 01, 2017
  18. May 31, 2017
    • Lance Leverich's avatar
      JBPM-6012 Standalone controller can't be deployed on Tomcat 8 container (#992) · 1d597e75
      Lance Leverich authored
      * JBPM-6012 Standalone controller can't be deployed on Tomcat 8 container
      - Re-applied the dependency on kie-server-rest-common, in kie-server-controller-standalone-impl. Removal of this dependency causes the assembly to not include the rest-easy jars in the resultant war files.
      - Removed the include of slf4j-jdk14, and added an exclude of slf4j-api, to the assembly file for Tomcat (servlet container)
      - Added dependency on kie-server-controller-standalone-impl to kie-server-integ-tests-common
      - Changed KieControllerExecutor (in kie-server-integ-tests-common) so that it uses the new Standalone...Impl classes
      - Updated kie-server-integ-tests-controller pom to use standalone components, and the pingURL to point to a valid endpoint
      - Updated kie-server-tests pom to include a system property that provides a template file location for the controller
      
      * JBPM-6012
      - Moved dependency on kie-server-rest-common from kie-server-controller-standalone-impl to kie-server-controller-standalone
      - Added dependency for slf4j-jdk14 to kie-server-controller-standalone
      - Updated ee6/ee7 assembly files in kie-server-controller-standalone to exclude resteasy and include kie-server-rest-common
      - Updated servlet container assembly file in kie-server-controller-standalone to include kie-server-rest-common and slf4j-sdk14
      - Removed kie-server-controller-test-war module and reference to it in kie-server-controller pom
      
      * JBPM-6012
      - Removed dependency on kie-server-rest-common
      - Added dependency for slf4j-jdk14 and resteasy-jaxrs, to kie-server-controller-standalone
      - Updated ee6/ee7 assembly files in kie-server-controller-standalone to exclude resteasy and include kie-server-rest-common
      - Updated servlet container assembly file in kie-server-controller-standalone to include kie-server-rest-common and slf4j-sdk14
      - Removed kie-server-controller-test-war module and reference to it in kie-server-controller pom
      
      * JBPM-6012 Create Standalone Controller
      - fixed issues in the assembly files from bad merge/squash
      
      * JBPM-6012 Create Standalone Controller
      - Added exclusion of resteasy-jaxrs to the assembly files for ee6/ee7
      1d597e75
  19. May 29, 2017
  20. May 26, 2017
Loading