Skip to content
  1. Jul 05, 2021
  2. Jun 18, 2021
  3. Jun 08, 2021
  4. May 21, 2021
  5. Apr 08, 2021
  6. Feb 23, 2021
  7. Feb 22, 2021
  8. Feb 01, 2021
  9. Jan 28, 2021
  10. Dec 24, 2020
  11. Dec 17, 2020
  12. Dec 03, 2020
  13. Nov 27, 2020
  14. Nov 25, 2020
  15. Nov 06, 2020
  16. Sep 21, 2020
  17. Sep 04, 2020
  18. Jun 09, 2020
  19. May 30, 2020
  20. May 26, 2020
  21. Apr 30, 2020
  22. Mar 26, 2020
  23. Mar 05, 2020
  24. Feb 27, 2020
  25. Jan 30, 2020
  26. Jan 15, 2020
    • Thomas Bouffard's avatar
      chore(maven): simplify build (#265) · fb0057c1
      Thomas Bouffard authored and Baptiste Mesta's avatar Baptiste Mesta committed
      Stop having bonita-web as parent
        - this added gwt dependencies to all modules
        - use bom for dependencies management instead
      
      remove declaration of uid version as it is not used (confirmed by the version
      which relates to bonita 7.6)
      
      upgrade plugins versions to latest available
      remove unused plugins
        - checksum-maven-plugin
        - jacoco-maven-plugin
      
      update maven-compiler plugin configuration
      
      Introduce bonita-war to replace all-in-one and war-server
        - the main change is to declare all dependencies in war-server to let maven
        resolve dependencies
        - only on community for now
        - previously, as we copied the lib from the web war and add the one for
        bonita-server, the dependencies resolution could not be properly done by maven
        So, now, just copy web resources first to create the initial war, then add all
        the lib to the war via full maven resolution
      
      Simplify the bundle preparation
        - previously, it was done in several steps because we had the deploy and the
        wildfly bundles.
        - now, we create a 'tomcat distribution for bonita', used for both Community
        and Enterprise to remove duplication
      
      Other changes
        - remove license files
        They are only packaged in the deploy bundle but not in the final tomcat one,
        so remove them
        - remove spnego jar from repository and get it as maven dependency
        - package: avoid warning on windows (outputDirectory)
      fb0057c1
  27. Jan 14, 2020
  28. Dec 27, 2019
    • Thomas Bouffard's avatar
      feat(tomcat): remove the manager webapp (#263) · b2dd3ace
      Thomas Bouffard authored
      Deploying extra webapp in the bonita bundle is not supported. However, if this
      is needed, do it by dropping it in the webapps tomcat folder
      Part of the work to hide Tomcat internals to the external world.
      b2dd3ace
  29. Nov 14, 2019
    • Thomas Bouffard's avatar
      chore(packaging): simplify bundle packaging · ac982e14
      Thomas Bouffard authored
      Simplify processing
        - remove version in tomcat directories used in various modules
        - deploy module: put bonita lib directory in the final tomcat server/lib/bonita
        folder for simplification
        - remove extra copies of jars and files
      
      In addition, use maven pom packaging for the 'deploy-distrib-sp'module as
      this module doesn't need to produce a jar artifact
      ac982e14
  30. Oct 22, 2019
  31. Sep 18, 2019
  32. Jul 30, 2019
  33. Jul 24, 2019
Loading