Uploaded image for project: 'BxMS Documentation'
  1. BxMS Documentation
  2. BXMSDOC-7774

[DDF] Creating immutable SpringBoot containers miss important information

XMLWordPrintable

    • 2021 Week 25-27 (from Jun 21)
    • 3
    • Undefined

      Chapter 6 of the "Integrating Red Hat Decision Manager with other products and components" guide misses important steps to properly create an immutable SpringBoot based kie-server.

      The properties below among others detailed described in BAPL-1531 should be included in this chapter/section.

      For instance, I miss this declarative approach below:

      or declaratively in the application.properties like this:

      kieserver.deployments[0].alias=evaluation_v1
      kieserver.deployments[0].containerId=evaluation_v1
      kieserver.deployments[0].artifactId=Evaluation
      kieserver.deployments[0].groupId=com.myspace
      kieserver.deployments[0].version=1.0.0-SNAPSHOT
      
      kieserver.deployments[1].alias=evaluation_v2
      kieserver.deployments[1].containerId=evaluation_v2
      kieserver.deployments[1].artifactId=Evaluation
      kieserver.deployments[1].groupId=com.myspace
      kieserver.deployments[1].version=2.0.0-SNAPSHOT

            mramendi Mikhail Ramendik
            rafael.soares Rafael Soares
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: