Skip to content
  1. Jul 24, 2019
  2. Jul 05, 2019
  3. Jun 28, 2019
  4. May 27, 2019
  5. May 14, 2019
  6. Apr 30, 2019
  7. Apr 10, 2019
  8. Mar 05, 2019
  9. Feb 08, 2019
  10. Feb 07, 2019
  11. Jan 02, 2019
    • Thomas Bouffard's avatar
      task(bundles): retrieve tomcat and wildfly for official repositories (#175) · 89a9f6fb
      Thomas Bouffard authored
      Previous implementation used a dedicated download mechanism: retrieve
      them from download sites (but without checksum checks), cache them locally
      and detect if they were available locally.
      
      New implementation relies on the Maven dependency resolution. This
        - makes the pom simpler (no antrun task, nor dedicated caching), in particular
        remove dependency on ant-contrib
        - cache, checksum checks are deferred to Maven --> safer builds
      
      In addition, fix community tomcat assembly (remove leading /) that were
      useless and generated warning when building on windows
      
      Plus some minor fixes:
        - fix warning generated by parent not in the root folder (set no relative
           path)
        - set encoding to UTF-8 for reproducible builds
        - wildfly bundle community: remove the deploy plugin configuration as
           it is managed at top level globally in the parent of the project and
           configured using a property set to not deploy the module
        - git ignore: correctly ignore node resources
      
      
      Covers [BS-19060](https://bonitasoft.atlassian.net/browse/BS-19060)
      89a9f6fb
  12. Nov 14, 2018
  13. Nov 08, 2018
  14. Nov 05, 2018
  15. Oct 07, 2018
  16. Sep 07, 2018
  17. Aug 22, 2018
  18. Aug 16, 2018
  19. Aug 14, 2018
  20. Aug 10, 2018
  21. Jul 05, 2018
  22. Jun 27, 2018
  23. Jun 01, 2018
  24. May 17, 2018
  25. Apr 26, 2018
  26. Mar 01, 2018
  27. Jan 30, 2018
  28. Dec 19, 2017
  29. Dec 08, 2017
  30. Dec 07, 2017
  31. Oct 24, 2017
  32. Oct 16, 2017
  33. Aug 09, 2017
  34. Jul 27, 2017
    • Emmanuel Duchastenier's avatar
      feat(tomcat8): update bundle packaging with Tomcat 8.5 (#119) · 2256f95e
      Emmanuel Duchastenier authored
      * update catalina conf in order not to scan too many jar files
      * modify properties file to keep with previous tomcat format
        goes from
        "25-Jul-2017 14:29:17.192 INFO [localhost-startStop-1] org.bonitasoft.engine.log.technical.TechnicalLoggerSLF4JImpl.log THREAD_ID=29 | HOSTNAME=dolgonos-bonita | Start service of platform : 
        org.bonitasoft.engine.cache.ehcache.PlatformEhCacheCacheService"
        to
        "2017-07-25 14:22:09.092 +0200 INFO: org.bonitasoft.engine.api.impl.PlatformAPIImpl THREAD_ID=29 | HOSTNAME=dolgonos-bonita | Start service of platform : org.bonitasoft.engine.cache.ehcache.PlatformEhCacheCacheService"
      
      Closes[BS-16921](https://bonitasoft.atlassian.net/browse/BS-16921)
      2256f95e
  35. Jul 12, 2017
Loading