Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.1.x #393

Closed
wants to merge 77 commits into from
Closed

6.1.x #393

wants to merge 77 commits into from

Commits on Jun 9, 2014

  1. [BZ-1096128] fix incremental compilation of KieModules having externa…

    …l dependencies
    
    (cherry picked from commit 7ac8092)
    mariofusco committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    3a059b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2014

  1. [BZ-1106300] propagate as insert a formerly deleted eval left tuple

    (cherry picked from commit 320f34f)
    mariofusco committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    f6af4db View commit details
    Browse the repository at this point in the history
  2. [DROOLS-517] enhance DRL->RuleModel unmarshalling to handle modify() …

    …{...} block
    
    (cherry picked from commit 93a7db3)
    mariofusco committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    1ee15b9 View commit details
    Browse the repository at this point in the history
  3. BZ1105043 - Guided rule editor cannot handle 'str' as a substring of …

    …fact pattern
    
    (cherry picked from commit b1a358c)
    Michael Anstis authored and mariofusco committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    0d1e9cd View commit details
    Browse the repository at this point in the history
  4. [BZ-1105043] fix operators recognition inside an expression

    (cherry picked from commit 4073a96)
    mariofusco committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    aae610a View commit details
    Browse the repository at this point in the history
  5. Fix ClassLoader leak during incremental compilation

    (cherry picked from commit 76171a6)
    acwest-cc authored and mariofusco committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    734ec1e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2014

  1. [BZ-1108070] fix compilation of a kjar in the kie-maven-plugin when i…

    …t includes a kiebase from a different kjar
    
    (cherry picked from commit 7320e0c)
    mariofusco committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    d1f267f View commit details
    Browse the repository at this point in the history
  2. [BZ-1107982] log errors when trying to resolve maven artifacts

    (cherry picked from commit 1be4986)
    mariofusco committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    848ae80 View commit details
    Browse the repository at this point in the history
  3. GUVNOR-2104: Change Guided Rule, Template and Decision Table Editors …

    …to generate modify() {...} block
    
    (cherry picked from commit bc6203b)
    Michael Anstis committed Jun 12, 2014
    Configuration menu
    Copy the full SHA
    c239fa3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

  1. Remove hard-coded version number (build section not needed at all for…

    … tests)
    
    (cherry picked from commit 0d53587)
    Michael Anstis committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    3c503f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. [BZ-1084362] handle external:* notation in maven settings

    (cherry picked from commit ad5d455)
    mariofusco committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    191efc8 View commit details
    Browse the repository at this point in the history
  2. [DROOLS-526] flush stream queue before eagerly evaluating a rule

    (cherry picked from commit 83f80c8)
    mariofusco committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    68e4aeb View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2014

  1. DROOLS-527: IncrementalBuild Results are incorrect when DRL is comple…

    …tely invalid
    
    (cherry picked from commit 31dae21)
    Michael Anstis committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    f48c546 View commit details
    Browse the repository at this point in the history
  2. BZ996944 - GDT Audit log: missing information in column update logs

    (cherry picked from commit e945673)
    Michael Anstis committed Jun 17, 2014
    Configuration menu
    Copy the full SHA
    6cee06c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2014

  1. [DROOLS-527] attempt drl compilation even if parsing fail in order to…

    … give a complete error reporting
    
    (cherry picked from commit 789b4e2)
    mariofusco committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    8098740 View commit details
    Browse the repository at this point in the history
  2. [DROOLS-516] implement stream queue garbage collector

    (cherry picked from commit 9d12847)
    mariofusco committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    b1e718a View commit details
    Browse the repository at this point in the history
  3. DROOLS-530: fixing jar file creation on MemoryFileSystem

    (cherry picked from commit acff8a982ca853f76d46547f0c7803eb9c7de0c1)
    etirelli committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    c34417f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2014

  1. [BZ-1084362] handle external:* notation in maven settings

    (cherry picked from commit 898bcc3)
    mariofusco committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    8993a0e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2014

  1. [DROOLS-532] Avoid using compilation cache between incompatible drool…

    …s versions
    
    (cherry picked from commit f0763ab)
    mariofusco committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    030bcac View commit details
    Browse the repository at this point in the history
  2. [DROOLS-531] allow to create a valid KieClasspathContainer even from …

    …a non-maven project
    
    (cherry picked from commit 1fb4c12)
    mariofusco committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    e9a095b View commit details
    Browse the repository at this point in the history
  3. BZ996944 - GDT Audit log: missing information in column update logs

    (cherry picked from commit e1ae903)
    Michael Anstis committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    96ef4d6 View commit details
    Browse the repository at this point in the history
  4. [DROOLS-529] fix synchronization of phreak segments creation

    (cherry picked from commit f74eb7a)
    mariofusco committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    c82ee78 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2014

  1. BZ1112278 - Rule re-opens with one of the field type changed from Str…

    …ing to Integer in BRMS 6.0.1
    
    (cherry picked from commit 73c1ee5)
    Michael Anstis committed Jun 23, 2014
    Configuration menu
    Copy the full SHA
    fc81543 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2014

  1. BZ975922 - GRE constraint operator list box problems when re-opening …

    …file
    
    (cherry picked from commit b6fcb0b)
    Michael Anstis committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    c85b684 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2014

  1. [DROOLS-523] make incremental compilation to also update globals

    (cherry picked from commit 1847653)
    mariofusco committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    c7c2946 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2014

  1. [DROOLS-518] fix left tuple delete in from node

    (cherry picked from commit f0d8454)
    mariofusco committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    fe0b497 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2014

  1. [DROOLS-509] fix method resolution during constraints jitting

    (cherry picked from commit aad2dab)
    mariofusco committed Jul 1, 2014
    Configuration menu
    Copy the full SHA
    9a8dd98 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. [DROOLS-510] Traiting a non-natively-traitable bean breaks the assert…

    …ion behavior
    
    (cherry picked from commit 17b24a7)
    sotty authored and mariofusco committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    2052637 View commit details
    Browse the repository at this point in the history
  2. [DROOLS-536] KieBuilder does not resolve declarations across packages…

    … - KBase Fix
    
    (cherry picked from commit 95b5a8b)
    sotty authored and mariofusco committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    f9ec0a4 View commit details
    Browse the repository at this point in the history
  3. [DROOLS-532] fix automatic version recognition when running drools in…

    …side eclipse
    
    (cherry picked from commit 5d5bddf)
    mariofusco committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    5334f92 View commit details
    Browse the repository at this point in the history
  4. [DROOLS-541] implement session cache

    (cherry picked from commit 8760776)
    mariofusco committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    193a276 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. [DROOLS-543] try to compile all type declarations even if there was a…

    … former compilation problem
    
    (cherry picked from commit 0a7991b)
    mariofusco committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    49a1b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdeba03 View commit details
    Browse the repository at this point in the history
  3. [DROOLS-546] check for non-existing fields on fact types

    (cherry picked from commit 315566a)
    mariofusco committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    7a28117 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2014

  1. [DROOLS-542] Expose more commands through the KieCommands interface

    (cherry picked from commit 0a83a85)
    sotty authored and mariofusco committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    4a1eae3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2014

  1. [DROOLS-551] avoid to serialize the expiration job of an already retr…

    …acted event
    
    (cherry picked from commit ccd415f)
    mariofusco committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    1c4911b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. [BZ-1119731] return null in legacy api when trying to retrieve the Fa…

    …ctHandle for an object not present in the working memory
    
    (cherry picked from commit 386dce1)
    mariofusco committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    3d3fbd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. [DROOLS-516] register unlinking caused by a delete in a not node

    (cherry picked from commit d1814e2)
    mariofusco committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    f4f539f View commit details
    Browse the repository at this point in the history
  2. upgrade to asm5

    (cherry picked from commit 7fe6d7a)
    mariofusco committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    5204941 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. GUVNOR-2109: DRL->RuleModel marshalling: Method invocations with para…

    …meters are not handled correctly
    Michael Anstis committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    3442ce5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. [DROOLS-549] Queries in the default package are built twice

    (cherry picked from commit ebf7f1d)
    sotty authored and mariofusco committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    9bd2cb4 View commit details
    Browse the repository at this point in the history
  2. [DROOLS-547] Queries should check the type of input arguments

    (cherry picked from commit 0eb43be)
    sotty authored and mariofusco committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    6d378eb View commit details
    Browse the repository at this point in the history
  3. [DROOLS-555] Support both static and dynamic trait interfaces on the …

    …same object
    
    (cherry picked from commit a475dfd)
    sotty authored and mariofusco committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    24f8c5c View commit details
    Browse the repository at this point in the history
  4. [DROOLS-549] Move helper methods to ClassUtils

    (cherry picked from commit dd59435)
    sotty authored and mariofusco committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    dfa5d9e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2014

  1. fix wumpus 'climb' command

    (cherry picked from commit 342fc2b)
    mariofusco committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    c6e9c58 View commit details
    Browse the repository at this point in the history
  2. [BZ-1120972] avoid trying to parse xsd files when no jaxb configurati…

    …on is available
    
    (cherry picked from commit a1a717c)
    mariofusco committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    3e59e1c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. [DROOLS-559] emit a compilation error when trying to use a non-existi…

    …ng positional argument
    
    (cherry picked from commit 4608abf)
    mariofusco committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    76e707e View commit details
    Browse the repository at this point in the history
  2. [DROOLS-560] fix incremental compilation when both versions of a drl …

    …file contain an event type declaration for an existing class
    
    (cherry picked from commit 283ba1d)
    mariofusco committed Jul 22, 2014
    Configuration menu
    Copy the full SHA
    40313f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Improve TextAdventure

    Mark Proctor authored and mariofusco committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    d20b40d View commit details
    Browse the repository at this point in the history
  2. remove wrong import from TextAdventure data file

    (cherry picked from commit f12606f)
    mariofusco committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    d80c6da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fabc3e View commit details
    Browse the repository at this point in the history
  4. [DROOLS-561] pass the right staged tuple set to the PhreakQueryNode

    (cherry picked from commit 624c43a)
    mariofusco committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    a690ccc View commit details
    Browse the repository at this point in the history
  5. [BZ-1122738] fix CompositeMaxDurationTimer

    (cherry picked from commit cb1e274)
    mariofusco committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    ccf1498 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2014

  1. Configuration menu
    Copy the full SHA
    12c083a View commit details
    Browse the repository at this point in the history
  2. [PMML] Remove problematic comments

    (cherry picked from commit 8b55c3b)
    (cherry picked from commit 59973c9)
    sotty authored and mariofusco committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    b7dce2b View commit details
    Browse the repository at this point in the history
  3. [DROOLS-516] register unlinking caused by a delete in a lia node

    (cherry picked from commit a833097)
    mariofusco committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    ec8b962 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    634260a View commit details
    Browse the repository at this point in the history
  5. [DROOLS-495] maven-plugin now executes also process-test-resources phase

      * this phase is needed in order to copy the test resources into target/,
        so they can be actually used for testing.
    (cherry picked from commit e5f1dc8)
    Petr Siroky authored and mariofusco committed Jul 25, 2014
    Configuration menu
    Copy the full SHA
    f0681e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. [DROOLS-564] NPE when using globals as query element inputs

    (cherry picked from commit 9db38d0)
    (cherry picked from commit 855efef)
    sotty authored and mariofusco committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    3b869cd View commit details
    Browse the repository at this point in the history
  2. [DROOLS-114] Support defeasible rules

    (cherry picked from commit 7941a0c)
    (cherry picked from commit a1d5e6d)
    sotty authored and mariofusco committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    f4e8993 View commit details
    Browse the repository at this point in the history
  3. [DROOLS-565] Retrieve the rule that caused a RuleRuntimeEvent

    (cherry picked from commit 785e278)
    (cherry picked from commit 2ed3e36)
    sotty authored and mariofusco committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    ef788ae View commit details
    Browse the repository at this point in the history
  4. DROOLS-567 Improve Examples

    -Change back to use BufferedImage.
    -Improve the synchronisation of paint().
    -Make pong, wumpus and invaders all share more code.
    -Update TextAdventure for lock handling, attacking and general improvements.
    (cherry picked from commit 3dd405f)
    Mark Proctor authored and mariofusco committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    de4c9a5 View commit details
    Browse the repository at this point in the history
  5. [DROOLS-567] fix TextAdventure data

    (cherry picked from commit fa919b3)
    mariofusco committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    ad24413 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. DROOLS-567 Improve Examples

    -Minor corrections
    (cherry picked from commit b0e442d)
    Mark Proctor authored and mariofusco committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    f507046 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.0.x' of https://github.com/droolsjbpm/drools.git

    Conflicts:
    	drools-compiler/pom.xml
    	drools-compiler/src/main/java/org/drools/compiler/builder/impl/CompositeKnowledgeBuilderImpl.java
    	drools-compiler/src/main/java/org/drools/compiler/builder/impl/KnowledgeBuilderImpl.java
    	drools-compiler/src/main/java/org/drools/compiler/compiler/PMMLCompilerFactory.java
    	drools-compiler/src/main/java/org/drools/compiler/compiler/PackageBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/compiler/PackageBuilderConfiguration.java
    	drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/AbstractKieModule.java
    	drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/InternalKieScanner.java
    	drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieBuilderSetImpl.java
    	drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieContainerImpl.java
    	drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieMetaInfoBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieRepositoryImpl.java
    	drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/KieServicesImpl.java
    	drools-compiler/src/main/java/org/drools/compiler/kie/util/CDIHelper.java
    	drools-compiler/src/main/java/org/drools/compiler/kie/util/ChangeSetBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/kproject/ReleaseIdImpl.java
    	drools-compiler/src/main/java/org/drools/compiler/lang/descr/AnnotationDescr.java
    	drools-compiler/src/main/java/org/drools/compiler/lang/descr/CompositePackageDescr.java
    	drools-compiler/src/main/java/org/drools/compiler/lang/descr/PackageDescr.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/ConditionalBranchBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/MVELConstraintBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/PackageBuildContext.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/PatternBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/QueryBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/QueryElementBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/RuleBuildContext.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/RuleBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/java/JavaAccumulateBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/java/JavaDialect.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/mvel/MVELAccumulateBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/mvel/MVELConsequenceBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/mvel/MVELDialect.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/mvel/MVELEnabledBuilder.java
    	drools-compiler/src/main/java/org/drools/compiler/rule/builder/dialect/mvel/MVELSalienceBuilder.java
    	drools-compiler/src/main/resources/org/drools/compiler/rule/builder/dialect/java/javaRule.mvel
    	drools-compiler/src/test/java/org/drools/compiler/CommonTestMethodBase.java
    	drools-compiler/src/test/java/org/drools/compiler/beliefsystem/defeasible/DefeasibilityTest.java
    	drools-compiler/src/test/java/org/drools/compiler/compiler/PackageBuilderConfigurationTest.java
    	drools-compiler/src/test/java/org/drools/compiler/compiler/TypeDeclarationTest.java
    	drools-compiler/src/test/java/org/drools/compiler/factmodel/traits/LogicalTraitTest.java
    	drools-compiler/src/test/java/org/drools/compiler/factmodel/traits/TraitFieldsAndLegacyClassesTest.java
    	drools-compiler/src/test/java/org/drools/compiler/factmodel/traits/TraitMapCoreTest.java
    	drools-compiler/src/test/java/org/drools/compiler/factmodel/traits/TraitTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/AccumulateTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/AddRemoveRulesTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/AnnotationsTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/CepEspTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/ChangesetUndoTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/DynamicRuleRemovalTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/ExecutionFlowControlTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/ExtendsTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/IncrementalCompilationTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/IndexingTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/KieLoggersTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/KnowledgeBuilderTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/LargeRuleBaseSerializationTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/Misc2Test.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/MiscTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/QueryTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/SerializationHelper.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/TimerAndCalendarTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/TruthMaintenanceTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/marshalling/FactHandleMarshallingTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/marshalling/MarshallingTest.java
    	drools-compiler/src/test/java/org/drools/compiler/integrationtests/sequential/SequentialTest.java
    	drools-compiler/src/test/java/org/drools/compiler/kproject/KieProjectDefaultClasspathTest.java
    	drools-compiler/src/test/java/org/drools/compiler/lang/descr/PackageDescrTest.java
    	drools-compiler/src/test/java/org/drools/compiler/phreak/SegmentPropagationTest.java
    	drools-compiler/src/test/java/org/drools/compiler/rule/builder/dialect/mvel/MVELConsequenceBuilderTest.java
    	drools-compiler/src/test/java/org/drools/compiler/testframework/MockWorkingMemory.java
    	drools-compiler/src/test/resources/org/drools/compiler/beliefsystem/defeasible/defeat.drl
    	drools-compiler/src/test/resources/org/drools/compiler/beliefsystem/defeasible/defeaterOnly.drl
    	drools-compiler/src/test/resources/org/drools/compiler/beliefsystem/defeasible/multiDefeat.drl
    	drools-compiler/src/test/resources/org/drools/compiler/beliefsystem/defeasible/strictOverride.drl
    	drools-core/pom.xml
    	drools-core/src/main/java/org/drools/core/RuleBaseConfiguration.java
    	drools-core/src/main/java/org/drools/core/audit/WorkingMemoryLogger.java
    	drools-core/src/main/java/org/drools/core/base/ClassFieldAccessorFactory.java
    	drools-core/src/main/java/org/drools/core/base/DefaultKnowledgeHelper.java
    	drools-core/src/main/java/org/drools/core/base/DroolsQuery.java
    	drools-core/src/main/java/org/drools/core/base/EvaluatorWrapper.java
    	drools-core/src/main/java/org/drools/core/base/UndefinedCalendarExcption.java
    	drools-core/src/main/java/org/drools/core/base/mvel/MVELReturnValueExpression.java
    	drools-core/src/main/java/org/drools/core/beliefsystem/defeasible/DefeasibleBeliefSet.java
    	drools-core/src/main/java/org/drools/core/beliefsystem/defeasible/DefeasibleBeliefSystem.java
    	drools-core/src/main/java/org/drools/core/beliefsystem/jtms/JTMSBeliefSet.java
    	drools-core/src/main/java/org/drools/core/beliefsystem/jtms/JTMSBeliefSystem.java
    	drools-core/src/main/java/org/drools/core/beliefsystem/simple/BeliefSystemLogicalCallback.java
    	drools-core/src/main/java/org/drools/core/command/impl/CommandBasedStatefulKnowledgeSession.java
    	drools-core/src/main/java/org/drools/core/command/runtime/rule/FireUntilHaltCommand.java
    	drools-core/src/main/java/org/drools/core/command/runtime/rule/GetObjectInEntryPointCommand.java
    	drools-core/src/main/java/org/drools/core/command/runtime/rule/GetObjectsInEntryPointCommand.java
    	drools-core/src/main/java/org/drools/core/common/AbstractWorkingMemory.java
    	drools-core/src/main/java/org/drools/core/common/AgendaGroupQueueImpl.java
    	drools-core/src/main/java/org/drools/core/common/DefaultAgenda.java
    	drools-core/src/main/java/org/drools/core/common/DefaultFactHandle.java
    	drools-core/src/main/java/org/drools/core/common/NamedEntryPoint.java
    	drools-core/src/main/java/org/drools/core/common/PhreakWorkingMemoryFactory.java
    	drools-core/src/main/java/org/drools/core/common/ProjectClassLoader.java
    	drools-core/src/main/java/org/drools/core/common/Scheduler.java
    	drools-core/src/main/java/org/drools/core/concurrent/ExecutorProviderImpl.java
    	drools-core/src/main/java/org/drools/core/definitions/impl/KnowledgePackageImpl.java
    	drools-core/src/main/java/org/drools/core/factmodel/DefaultBeanClassBuilder.java
    	drools-core/src/main/java/org/drools/core/factmodel/traits/TraitClassBuilderImpl.java
    	drools-core/src/main/java/org/drools/core/factmodel/traits/TraitCoreWrapperClassBuilderImpl.java
    	drools-core/src/main/java/org/drools/core/factmodel/traits/TraitFactory.java
    	drools-core/src/main/java/org/drools/core/factmodel/traits/TraitField.java
    	drools-core/src/main/java/org/drools/core/factmodel/traits/TraitMapPropertyWrapperClassBuilderImpl.java
    	drools-core/src/main/java/org/drools/core/factmodel/traits/TraitMapProxyClassBuilderImpl.java
    	drools-core/src/main/java/org/drools/core/factmodel/traits/TraitTriplePropertyWrapperClassBuilderImpl.java
    	drools-core/src/main/java/org/drools/core/factmodel/traits/TraitTripleProxyClassBuilderImpl.java
    	drools-core/src/main/java/org/drools/core/factmodel/traits/TypeCache.java
    	drools-core/src/main/java/org/drools/core/impl/KnowledgeBaseImpl.java
    	drools-core/src/main/java/org/drools/core/impl/StatefulKnowledgeSessionImpl.java
    	drools-core/src/main/java/org/drools/core/impl/StatelessKnowledgeSessionImpl.java
    	drools-core/src/main/java/org/drools/core/io/impl/UrlResource.java
    	drools-core/src/main/java/org/drools/core/marshalling/impl/InputMarshaller.java
    	drools-core/src/main/java/org/drools/core/marshalling/impl/OutputMarshaller.java
    	drools-core/src/main/java/org/drools/core/marshalling/impl/PersisterHelper.java
    	drools-core/src/main/java/org/drools/core/marshalling/impl/ProtobufInputMarshaller.java
    	drools-core/src/main/java/org/drools/core/marshalling/impl/ProtobufOutputMarshaller.java
    	drools-core/src/main/java/org/drools/core/phreak/AddRemoveRule.java
    	drools-core/src/main/java/org/drools/core/phreak/PhreakQueryNode.java
    	drools-core/src/main/java/org/drools/core/phreak/RuleAgendaItem.java
    	drools-core/src/main/java/org/drools/core/phreak/RuleExecutor.java
    	drools-core/src/main/java/org/drools/core/phreak/SegmentUtilities.java
    	drools-core/src/main/java/org/drools/core/process/instance/WorkItem.java
    	drools-core/src/main/java/org/drools/core/process/instance/impl/WorkItemImpl.java
    	drools-core/src/main/java/org/drools/core/reteoo/BetaNode.java
    	drools-core/src/main/java/org/drools/core/reteoo/ClassObjectTypeConf.java
    	drools-core/src/main/java/org/drools/core/reteoo/DisposedReteooWorkingMemory.java
    	drools-core/src/main/java/org/drools/core/reteoo/FromNode.java
    	drools-core/src/main/java/org/drools/core/reteoo/LeftInputAdapterNode.java
    	drools-core/src/main/java/org/drools/core/reteoo/NotNode.java
    	drools-core/src/main/java/org/drools/core/reteoo/PathMemory.java
    	drools-core/src/main/java/org/drools/core/reteoo/QueryElementNode.java
    	drools-core/src/main/java/org/drools/core/reteoo/ReteooBuilder.java
    	drools-core/src/main/java/org/drools/core/reteoo/ReteooRuleBase.java
    	drools-core/src/main/java/org/drools/core/reteoo/ReteooStatelessSession.java
    	drools-core/src/main/java/org/drools/core/reteoo/RiaPathMemory.java
    	drools-core/src/main/java/org/drools/core/reteoo/RuleRemovalContext.java
    	drools-core/src/main/java/org/drools/core/reteoo/SegmentMemory.java
    	drools-core/src/main/java/org/drools/core/reteoo/builder/BuildUtils.java
    	drools-core/src/main/java/org/drools/core/reteoo/builder/PhreakNodeFactory.java
    	drools-core/src/main/java/org/drools/core/reteoo/builder/ReteooRuleBuilder.java
    	drools-core/src/main/java/org/drools/core/rule/JavaDialectRuntimeData.java
    	drools-core/src/main/java/org/drools/core/rule/LogicTransformer.java
    	drools-core/src/main/java/org/drools/core/rule/PredicateConstraint.java
    	drools-core/src/main/java/org/drools/core/rule/Rule.java
    	drools-core/src/main/java/org/drools/core/rule/builder/dialect/asm/GeneratorHelper.java
    	drools-core/src/main/java/org/drools/core/rule/constraint/MvelConstraint.java
    	drools-core/src/main/java/org/drools/core/spi/PropagationContext.java
    	drools-core/src/main/java/org/drools/core/time/TimeUtils.java
    	drools-core/src/main/java/org/drools/core/util/asm/ClassFieldInspector.java
    	drools-core/src/test/java/org/drools/core/common/DroolsObjectIOTest.java
    	drools-core/src/test/java/org/drools/core/factmodel/ClassBuilderTest.java
    	drools-core/src/test/java/org/drools/core/factmodel/InstancesHashcodedTest.java
    	drools-core/src/test/java/org/drools/core/reteoo/NodeSegmentUnlinkingTest.java
    	drools-core/src/test/java/org/drools/core/reteoo/ReteTest.java
    	drools-core/src/test/java/org/drools/core/reteoo/RuleUnlinkingTest.java
    	drools-core/src/test/java/org/drools/core/reteoo/RuleUnlinkingWithSegmentMemoryTest.java
    	drools-decisiontables/pom.xml
    	drools-distribution/pom.xml
    	drools-docs/drools-expert-docs/pom.xml
    	drools-docs/drools-expert-docs/src/main/docbook/en-US/LanguageReference/Rule.xml
    	drools-docs/drools-fusion-docs/pom.xml
    	drools-docs/pom.xml
    	drools-examples-api/default-kiesession-from-file/pom.xml
    	drools-examples-api/default-kiesession/pom.xml
    	drools-examples-api/kie-module-from-multiple-files/pom.xml
    	drools-examples-api/kiebase-inclusion/pom.xml
    	drools-examples-api/kiecontainer-from-kierepo/pom.xml
    	drools-examples-api/kiefilesystem-example/pom.xml
    	drools-examples-api/kiemodulemodel-example/pom.xml
    	drools-examples-api/multiple-kbases/pom.xml
    	drools-examples-api/named-kiesession-from-file/pom.xml
    	drools-examples-api/named-kiesession/pom.xml
    	drools-examples-api/pom.xml
    	drools-examples-cdi/cdi-example-with-inclusion/pom.xml
    	drools-examples-cdi/cdi-example/pom.xml
    	drools-examples-cdi/pom.xml
    	drools-examples/pom.xml
    	drools-examples/src/main/java/org/drools/examples/state/StateExampleUsingAgendaGroup.java
    	drools-jsr94/pom.xml
    	drools-maven-plugin/.gitignore
    	drools-persistence-jpa/pom.xml
    	drools-persistence-jpa/src/main/java/org/drools/persistence/SingleSessionCommandService.java
    	drools-persistence-jpa/src/main/java/org/drools/persistence/info/WorkItemInfo.java
    	drools-persistence-jpa/src/main/java/org/drools/persistence/jpa/marshaller/JPAPlaceholderResolverStrategy.java
    	drools-persistence-jpa/src/main/java/org/drools/persistence/jpa/processinstance/JPAWorkItemManager.java
    	drools-persistence-jpa/src/test/java/org/drools/persistence/jta/JtaTransactionManagerTest.java
    	drools-persistence-jpa/src/test/java/org/drools/persistence/marshalling/util/CompareViaReflectionUtil.java
    	drools-persistence-jpa/src/test/java/org/drools/persistence/marshalling/util/MarshalledData.java
    	drools-persistence-jpa/src/test/java/org/drools/persistence/marshalling/util/MarshallingTestUtil.java
    	drools-persistence-jpa/src/test/java/org/drools/persistence/marshalling/util/TestMarshallingUtilsTest.java
    	drools-persistence-jpa/src/test/java/org/drools/persistence/session/AgendaRuleFlowGroupsTest.java
    	drools-reteoo/pom.xml
    	drools-reteoo/src/main/java/org/drools/reteoo/builder/ReteNodeFactory.java
    	drools-reteoo/src/main/java/org/drools/reteoo/common/ReteAgenda.java
    	drools-reteoo/src/main/java/org/drools/reteoo/common/ReteWorkingMemory.java
    	drools-reteoo/src/main/java/org/drools/reteoo/common/ReteWorkingMemoryEntryPoint.java
    	drools-reteoo/src/main/java/org/drools/reteoo/common/ReteWorkingMemoryFactory.java
    	drools-reteoo/src/main/java/org/drools/reteoo/nodes/ReteAccumulateNode.java
    	drools-reteoo/src/main/java/org/drools/reteoo/nodes/ReteBetaNodeUtils.java
    	drools-reteoo/src/test/java/org/drools/reteoo/common/AgendaItemTest.java
    	drools-reteoo/src/test/java/org/drools/reteoo/integrationtests/AccumulateTest.java
    	drools-reteoo/src/test/java/org/drools/reteoo/integrationtests/AlphaNetworkModifyTest.java
    	drools-reteoo/src/test/java/org/drools/reteoo/integrationtests/CommonTestMethodBase.java
    	drools-reteoo/src/test/java/org/drools/reteoo/integrationtests/DynamicRulesTest.java
    	drools-reteoo/src/test/java/org/drools/reteoo/integrationtests/Misc2Test.java
    	drools-reteoo/src/test/java/org/drools/reteoo/integrationtests/MiscTest.java
    	drools-reteoo/src/test/java/org/drools/reteoo/integrationtests/QueryTest.java
    	drools-reteoo/src/test/java/org/drools/reteoo/integrationtests/marshalling/FactHandleMarshallingTest.java
    	drools-reteoo/src/test/java/org/drools/reteoo/integrationtests/marshalling/MarshallingTest.java
    	drools-reteoo/src/test/resources/org/drools/reteoo/integrationtests/test_salienceExpressionRule.drl
    	drools-reteoo/src/test/resources/org/drools/reteoo/integrationtests/test_salienceIntegerRule.drl
    	drools-reteoo/src/test/resources/testEnumReteoo.jar
    	drools-scorecards/pom.xml
    	drools-scorecards/src/main/java/org/drools/scorecards/drl/AbstractDRLEmitter.java
    	drools-scorecards/src/main/java/org/drools/scorecards/drl/ExternalModelDRLEmitter.java
    	drools-scorecards/src/test/java/org/drools/scorecards/ScorecardsKModuleTest.java
    	drools-templates/pom.xml
    	drools-verifier/pom.xml
    	drools-verifier/src/test/java/org/drools/verifier/consequence/NamedConsequencesTest.java
    	drools-workbench-models/drools-workbench-models-commons/pom.xml
    	drools-workbench-models/drools-workbench-models-commons/src/main/java/org/drools/workbench/models/commons/backend/rule/ActionCallMethodBuilder.java
    	drools-workbench-models/drools-workbench-models-commons/src/main/java/org/drools/workbench/models/commons/backend/rule/RuleModelDRLPersistenceImpl.java
    	drools-workbench-models/drools-workbench-models-commons/src/main/java/org/drools/workbench/models/commons/backend/rule/RuleModelPersistenceHelper.java
    	drools-workbench-models/drools-workbench-models-commons/src/test/java/org/drools/workbench/models/commons/backend/rule/RuleModelDRLPersistenceTest.java
    	drools-workbench-models/drools-workbench-models-commons/src/test/java/org/drools/workbench/models/commons/backend/rule/RuleModelDRLPersistenceUnmarshallingTest.java
    	drools-workbench-models/drools-workbench-models-datamodel-api/pom.xml
    	drools-workbench-models/drools-workbench-models-guided-dtable/pom.xml
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/backend/util/GuidedDTBRDRLPersistence.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/auditlog/UpdateColumnAuditLogEntry.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/ActionInsertFactCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/ActionInsertFactFieldsPattern.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/ActionSetFieldCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/ActionWorkItemCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/ActionWorkItemInsertFactCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/ActionWorkItemSetFieldCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/AttributeCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/BRLActionColumn.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/BRLActionVariableColumn.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/BRLConditionColumn.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/BRLConditionVariableColumn.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/BaseColumnFieldDiffImpl.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/ConditionCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/DTCellValue52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/DTColumnConfig52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/DiffColumn.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/LimitedEntryActionInsertFactCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/LimitedEntryActionRetractFactCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/LimitedEntryActionSetFieldCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/LimitedEntryConditionCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/MetadataCol52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/main/java/org/drools/workbench/models/guided/dtable/shared/model/Pattern52.java
    	drools-workbench-models/drools-workbench-models-guided-dtable/src/test/java/org/drools/workbench/models/guided/dtable/backend/BRLRuleModelTest.java
    	drools-workbench-models/drools-workbench-models-guided-scorecard/pom.xml
    	drools-workbench-models/drools-workbench-models-guided-scorecard/src/main/java/org/drools/workbench/models/guided/scorecard/backend/GuidedScoreCardDRLPersistence.java
    	drools-workbench-models/drools-workbench-models-guided-template/pom.xml
    	drools-workbench-models/drools-workbench-models-guided-template/src/main/java/org/drools/workbench/models/guided/template/backend/RuleTemplateModelDRLPersistenceImpl.java
    	drools-workbench-models/drools-workbench-models-guided-template/src/test/java/org/drools/workbench/models/guided/template/backend/RuleTemplateModelDRLPersistenceTest.java
    	drools-workbench-models/drools-workbench-models-test-scenarios/pom.xml
    	drools-workbench-models/drools-workbench-models-test-scenarios/src/main/java/org/drools/workbench/models/testscenarios/backend/ScenarioRunner.java
    	drools-workbench-models/drools-workbench-models-test-scenarios/src/test/java/org/drools/workbench/models/testscenarios/backend/ScenarioRunnerTest.java
    	drools-workbench-models/pom.xml
    	kie-ci-osgi/.gitignore
    	kie-ci-osgi/pom.xml
    	kie-ci/pom.xml
    	kie-ci/src/main/java/org/kie/scanner/Aether.java
    	kie-ci/src/main/java/org/kie/scanner/KieRepositoryScannerImpl.java
    	kie-ci/src/main/java/org/kie/scanner/MavenPomModelGenerator.java
    	kie-ci/src/main/java/org/kie/scanner/MavenRepository.java
    	kie-ci/src/test/java/org/kie/scanner/AbstractKieCiTest.java
    	kie-ci/src/test/java/org/kie/scanner/KieModuleMavenTest.java
    	kie-ci/src/test/java/org/kie/scanner/KieModuleMetaDataTest.java
    	kie-ci/src/test/java/org/kie/scanner/KieRepositoryScannerTest.java
    	kie-maven-plugin-example/.gitignore
    	kie-maven-plugin/pom.xml
    	knowledge-api-legacy5-adapter/pom.xml
    	knowledge-api-legacy5-adapter/src/main/java/org/drools/impl/KnowledgeBuilderFactoryServiceImpl.java
    	knowledge-api-legacy5-adapter/src/main/java/org/drools/impl/adapters/KnowledgeRuntimeAdapter.java
    	knowledge-api-legacy5-adapter/src/test/java/org/drools/integrationtests/MiscTest.java
    	pom.xml
    (cherry picked from commit 4a8ce96)
    lanceleverich authored and mariofusco committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    5c51f5d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. [DROOLS-569] update the index of a property even when it is explicitl…

    …y excluded by reactivity
    
    (cherry picked from commit 4f2f82e)
    mariofusco committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    5b97ca9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2014

  1. Configuration menu
    Copy the full SHA
    82353d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2014

  1. [DROOLS-570] fix invocation of LeftTuple.getIndex in generated conseq…

    …uence invoker
    
    (cherry picked from commit 2a19803)
    mariofusco committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    3093beb View commit details
    Browse the repository at this point in the history
  2. [DROOLS-532] add automatic version recognition in PersisterHelper

    (cherry picked from commit e34a310)
    mariofusco committed Aug 5, 2014
    Configuration menu
    Copy the full SHA
    7482fbe View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2014

  1. JBPM-4400: Problems using persistences with human tasks in OSGi - add…

    …ed missing import package of org.hibernate
    
    (cherry picked from commit a73ba51)
    mswiderski committed Aug 7, 2014
    Configuration menu
    Copy the full SHA
    493b9f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2014

  1. [BZ-1138420] fix very inefficient algorithm to read a byte array from…

    … an InputStream
    
    (cherry picked from commit ef77b58)
    
    Conflicts:
    	drools-core/src/main/java/org/drools/core/util/IoUtils.java
    mariofusco authored and etirelli committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    7e44d6f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2014

  1. Configuration menu
    Copy the full SHA
    cbc3201 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2014

  1. Bugfix for DROOLS-354 and DROOLS-540 on Windows

    Backport of the bugfix from master branch to Drools 6.1.x branch
    Marek Šiller committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    f439077 View commit details
    Browse the repository at this point in the history
  2. Bugfix for DROOLS-354 and DROOLS-540 on Windows

    Backport of the bugfix from master branch to Drools 6.1.x branch
    Marek Šiller committed Sep 10, 2014
    Configuration menu
    Copy the full SHA
    d0c76dd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2014

  1. [DROOLS-596] remove tuples from the right memory when gc'ing them

    (cherry picked from commit 6071eb7)
    mariofusco committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    3e53f5e View commit details
    Browse the repository at this point in the history
  2. [DROOLS-594] fix path mask initialization when a segment as an accumu…

    …late as last node
    
    (cherry picked from commit e1c0efa)
    mariofusco committed Sep 12, 2014
    Configuration menu
    Copy the full SHA
    ea0e2f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Merge pull request #380 from chearius/6.1.x

    Bugfix for DROOLS-354 and DROOLS-540 on 6.1.x branch (backport from master)
    mariofusco committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    4fcb4b0 View commit details
    Browse the repository at this point in the history