Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-2591

Re-Loading of updated SNAPSHOT KJars is broken

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.8.0.Final
    • 7.1.0.Final, 7.7.0.Final
    • None
    • None
    • Hide
      • Having one service up and running that waiting for data to analyse using Drools
      • Getting a KieContainer each time new data is coming in using org.kie.api.KieServices.newKieContainer(ReleaseId) with a SNAPSHOT ReleaseId
      • Triggering the analysis by sending some data to the service -> KJar is loaded from the Maven Repo and data is analysed
      • Deploy a new SNAPSHOT version to the Maven repo
      • Send some data again
        • 7.0.0 New version is loaded from the Repo and data is analysed based on the new SNAPSHOT version
        • 7.1.0 Old version is still used for data analysis
      Show
      Having one service up and running that waiting for data to analyse using Drools Getting a KieContainer each time new data is coming in using org.kie.api.KieServices.newKieContainer(ReleaseId) with a SNAPSHOT ReleaseId Triggering the analysis by sending some data to the service -> KJar is loaded from the Maven Repo and data is analysed Deploy a new SNAPSHOT version to the Maven repo Send some data again 7.0.0 New version is loaded from the Repo and data is analysed based on the new SNAPSHOT version 7.1.0 Old version is still used for data analysis
    • NEW
    • NEW

      Re-loading updated SNAPSHOT versions of a KJar from a remote maven repository seems to be broken since 7.1.0. My code is working for 7.0.0 but not for 7.1.0 and 7.7.0. I did not test versions in between.

              mfusco@redhat.com Mario Fusco
              nilsm Nils Meyer (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: