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

Sync main branch with Apache main branch #83

Merged
merged 141 commits into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. [NO_ISSUE] Cleanup incubator-kie-issues#1504 - Conditionally build al…

    …l or only reproducible modules based on only.reproducible flag (apache#6111)
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    22328c0 View commit details
    Browse the repository at this point in the history
  2. Fix extry -> entry (apache#6114)

    jomarko authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1bbecc8 View commit details
    Browse the repository at this point in the history
  3. NO ISSUE: Migrate tests in drools traits to JUnit5. (apache#6122)

    * First steps
    
    * More small cleanups
    
    * More cleanups...
    
    * More cleanups...
    
    * More cleanups...
    
    * More cleanups...
    
    * More cleanups, progressing
    
    * Fixed size assertions
    
    * Fixed instanceof in tests
    
    * Fixed equals in assertj
    
    * Cleaned up isTrue assertions
    
    * Proper use of assertions on exceptions
    
    * Removed last bits of JUnit5 from tests
    pibizza authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    00576e5 View commit details
    Browse the repository at this point in the history
  4. [DROOLS-7591] Experiment branch : migrate a new drools-lsp parser int… (

    apache#5682)
    
    * add antlr4 based drl parser
    
    * bump to drools 8.16.0.Beta
    
    * improve node position discovery
    
    * first c3 integration
    
    * Module reorganization (apache#2)
    
    * WIP
    
    * Ignore directories
    
    * Add debug. Minor modifications
    
    * WIP
    
    * Fix tests - add comments
    
    * manage null ast nodes and fix failing test
    
    * improve drl parser
    
    * Fix basic completion (apache#4)
    
    * Add Java grammar, fix DRL grammar, simplify token index calculation, remove template code
    
    * Add ignored tokens to completion
    
    Co-authored-by: livio <[email protected]>
    
    * add constraints parsing
    
    * - Added DRLParserWrapper to store errors using DRLErrorListener (apache#5)
    
    - Added MiscDRLParserTest which is being ported from RuleParserTest to enhance coverage.
    
    * Enhance test/grammar coverage. function import, global, exists, not (apache#6)
    
    * Enhance test/grammar coverage. and, or, listExpression (apache#7)
    
    * Enhance test/grammar coverage. matches, single quoted string, escape (apache#9)
    
    - Introduced drlExpression, drlPrimary, drlLiteral, DRL_STRING_LITERAL
    
    * Enhance test/grammar coverage. dialect, invalid lhs (apache#10)
    
    * Enhance test/grammar coverage. keyword collision (apache#11)
    
    - Add "DRL_" prefix for DRL keywords for clarification
    
    * Enhance test/grammar coverage. function, attributes, consequence (apache#12)
    
    * Enhance test/grammar coverage. function, attributes, consequence
    - better getText preserving whitespaces
    - resolving WARNs because of overlapping keywords
    
    * - No need to declare duplicate keywords
    
    * Enhance test/grammar coverage. OR, inline map (apache#13)
    
    * OpenRewrite applied for junit5 and assertj (apache#14)
    
    * Enhance test/grammar coverage. label, consequenceLocation, test refac… (apache#15)
    
    * Enhance test/grammar coverage. label, consequenceLocation, test refactoring, assertj best practice
    
    * - better test method names
    
    * [DROOLS-7253] Review and improve drools-lsp parser Visitor design (apache#16)
    
    * [DROOLS-7253] Review and improve drools-lsp parser Visitor design
    - Remove currentConstructStack. Utilize return object instead.
    
    * - Remove instance fields. Utilize return objects instead.
    
    * [DROOLS-7270] Enhance test/grammar coverage : andRestriction, orRestriction (apache#4)
    
    - Removed some unused cast
    
    * [DROOLS-7271] Fully port RuleParserTest as MiscDRLParserTest with @disabled and priority comment (apache#10)
    
    * [DROOLS-7285] Failed to parse and/or with parentheses in LHS (apache#15)
    
    * [DROOLS-7286] Failed to parse binding with || (apache#21)
    
    * [DROOLS-7287] Failed to parse comments in RHS (apache#23)
    
    * [DROOLS-7287] Failed to parse comments in RHS
    
    * - add rhs string check
    
    * [DROOLS-7515] Parser : Accept plain text in RHS (apache#26)
    
    * [DROOLS-7515] Parser : Accept plain text in RHS
    
    * - Handle keyword token in RHS
    
    * - Removed sysout
    
    * - Revert statementKeywords. Instead, define DRL_END with newline or EOF
    
    * - fix method name
    
    * [DROOLS-7288] Failed to parse complex parentheses (apache#27)
    
    * [DROOLS-7288] Failed to parse complex parentheses
    - bump to 8.43.0.Final
    
    * additional tests
    
    * [DROOLS-7289] Implement accumulate (apache#28)
    
    * [DROOLS-7296] Implement from entry-point (apache#30)
    
    * [DROOLS-7297] Implement import accumulate (apache#29)
    
    * [DROOLS-7290] Implement BigInteger literal, BigDecimal literal (apache#31)
    
    * [DROOLS-7292] Implement eval (apache#32)
    
    * [DROOLS-7293] Implement extends (apache#33)
    
    * [DROOLS-7294] Implement forall (apache#34)
    
    * [DROOLS-7298] Implement memberOf (apache#35)
    
    * [DROOLS-7300] Implement positional constraint (apache#36)
    
    * [DROOLS-7304] Implement temporal operators (apache#38)
    
    - Also covers [DROOLS-7303] Implement sliding window
    
    * [DROOLS-7301] Implement query (apache#37)
    
    - Also partially fixes [DROOLS-7302] Implement semicolon delimiter
    
    * [DROOLS-7295] Implement from collect (apache#39)
    
    * [DROOLS-7305] Implement type declaration (apache#40)
    
    - also covers [DROOLS-7291] Implement entry-point declaration
    - also covers window declaration
    
    * [DROOLS-7306] Implement unification (apache#41)
    
    * [DROOLS-7306] Implement unification
    - Also [DROOLS-7307] Parse attribute agenda-group
    
    * [DROOLS-7308] Parse attribute without value
    - Also [DROOLS-7309] Parse attribute with parentheses
    
    * [DROOLS-7310] parse nested parentheses (apache#42)
    
    * [DROOLS-7310] parse nested parentheses
    
    * - Adding code commentes and explanations
    - Adding more nested level tests
    
    * [DROOLS-7577] drools-lsp : Add comments and explanations for drools-p… (apache#43)
    
    * [DROOLS-7577] drools-lsp : Add comments and explanations for drools-parser
    
    * removed syntax examples
    
    * [DROOLS-7591] Experiment branch : migrate a new drools-lsp parser into drools (apache#44)
    
    - Add some methods to call from drools code base
    
    * Move necessary files without any additional modifications
    
    * Update DRL6Expressions.g4 to ANTLR 4 (apache#47)
    
    * Add DescrDumperTest and fix the expression parser grammar (apache#48)
    
    * Add DescrDumperTest
    
    * Fix it
    
    * [DROOLS-7591] Experiment branch : migrate a new drools-lsp parser into drools
    - New parser is migrated in drools-drl/drools-drl-parser with org.drools.drl10.parser package
    - To enable the new parser, run `mvn test -PDRL10`
    - At the moment, we get lots of test failures especially in drools-model/drools-model-codegen and drools-test-coverage/test-compiler-integration
    
    * - License header
    - Revert an inappropriate test edit
    - Removed unnecessary profile
    - Clarify unsupported methods
    - Removed unnecessary bom dependency
    
    ---------
    
    Co-authored-by: mariofusco <[email protected]>
    Co-authored-by: Gabriele Cardosi <[email protected]>
    Co-authored-by: Livio Benčik <[email protected]>
    Co-authored-by: livio <[email protected]>
    Co-authored-by: Jiří Locker <[email protected]>
    6 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d577bd6 View commit details
    Browse the repository at this point in the history
  5. Revert "[DROOLS-7591] Experiment branch : migrate a new drools-lsp pa…

    …rser int…" (apache#5689)
    
    This reverts commit 3699d67.
    mariofusco authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7943061 View commit details
    Browse the repository at this point in the history
  6. add antlr4 based drl parser

    mariofusco authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    15854b9 View commit details
    Browse the repository at this point in the history
  7. bump to drools 8.16.0.Beta

    mariofusco authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4c14a07 View commit details
    Browse the repository at this point in the history
  8. improve node position discovery

    mariofusco authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1c4bc9a View commit details
    Browse the repository at this point in the history
  9. first c3 integration

    mariofusco authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5b86b49 View commit details
    Browse the repository at this point in the history
  10. Module reorganization (apache#2)

    * WIP
    
    * Ignore directories
    
    * Add debug. Minor modifications
    
    * WIP
    
    * Fix tests - add comments
    gitgabrio authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d20f3af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5bd78d View commit details
    Browse the repository at this point in the history
  12. improve drl parser

    mariofusco authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2aab14c View commit details
    Browse the repository at this point in the history
  13. Fix basic completion (apache#4)

    * Add Java grammar, fix DRL grammar, simplify token index calculation, remove template code
    
    * Add ignored tokens to completion
    
    Co-authored-by: livio <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    19594b8 View commit details
    Browse the repository at this point in the history
  14. add constraints parsing

    mariofusco authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7556deb View commit details
    Browse the repository at this point in the history
  15. - Added DRLParserWrapper to store errors using DRLErrorListener (apac…

    …he#5)
    
    - Added MiscDRLParserTest which is being ported from RuleParserTest to enhance coverage.
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    919cb1a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a6cc3aa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a30d771 View commit details
    Browse the repository at this point in the history
  18. Enhance test/grammar coverage. matches, single quoted string, escape (a…

    …pache#9)
    
    - Introduced drlExpression, drlPrimary, drlLiteral, DRL_STRING_LITERAL
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    65e2257 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4632ed2 View commit details
    Browse the repository at this point in the history
  20. Enhance test/grammar coverage. keyword collision (apache#11)

    - Add "DRL_" prefix for DRL keywords for clarification
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    acbe6c8 View commit details
    Browse the repository at this point in the history
  21. Enhance test/grammar coverage. function, attributes, consequence (apa…

    …che#12)
    
    * Enhance test/grammar coverage. function, attributes, consequence
    - better getText preserving whitespaces
    - resolving WARNs because of overlapping keywords
    
    * - No need to declare duplicate keywords
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    acfa336 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4acd6db View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    108e0f2 View commit details
    Browse the repository at this point in the history
  24. Enhance test/grammar coverage. label, consequenceLocation, test refac… (

    apache#15)
    
    * Enhance test/grammar coverage. label, consequenceLocation, test refactoring, assertj best practice
    
    * - better test method names
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    79afbdd View commit details
    Browse the repository at this point in the history
  25. [DROOLS-7253] Review and improve drools-lsp parser Visitor design (ap…

    …ache#16)
    
    * [DROOLS-7253] Review and improve drools-lsp parser Visitor design
    - Remove currentConstructStack. Utilize return object instead.
    
    * - Remove instance fields. Utilize return objects instead.
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    77e42a6 View commit details
    Browse the repository at this point in the history
  26. [DROOLS-7270] Enhance test/grammar coverage : andRestriction, orRestr…

    …iction (apache#4)
    
    - Removed some unused cast
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d637f88 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    413d4cf View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    72ac496 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1fdeea8 View commit details
    Browse the repository at this point in the history
  30. [DROOLS-7287] Failed to parse comments in RHS (apache#23)

    * [DROOLS-7287] Failed to parse comments in RHS
    
    * - add rhs string check
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e5a0ba8 View commit details
    Browse the repository at this point in the history
  31. [DROOLS-7515] Parser : Accept plain text in RHS (apache#26)

    * [DROOLS-7515] Parser : Accept plain text in RHS
    
    * - Handle keyword token in RHS
    
    * - Removed sysout
    
    * - Revert statementKeywords. Instead, define DRL_END with newline or EOF
    
    * - fix method name
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    977ce82 View commit details
    Browse the repository at this point in the history
  32. [DROOLS-7288] Failed to parse complex parentheses (apache#27)

    * [DROOLS-7288] Failed to parse complex parentheses
    - bump to 8.43.0.Final
    
    * additional tests
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c346cfc View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    baaa0c1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cee921d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2c29230 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    757be74 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1521e05 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    670bd7c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    0592423 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    225f4aa View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1d048ef View commit details
    Browse the repository at this point in the history
  42. [DROOLS-7304] Implement temporal operators (apache#38)

    - Also covers [DROOLS-7303] Implement sliding window
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5675d0f View commit details
    Browse the repository at this point in the history
  43. [DROOLS-7301] Implement query (apache#37)

    - Also partially fixes [DROOLS-7302] Implement semicolon delimiter
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2b8866e View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a8502d2 View commit details
    Browse the repository at this point in the history
  45. [DROOLS-7305] Implement type declaration (apache#40)

    - also covers [DROOLS-7291] Implement entry-point declaration
    - also covers window declaration
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    eb8f264 View commit details
    Browse the repository at this point in the history
  46. [DROOLS-7306] Implement unification (apache#41)

    * [DROOLS-7306] Implement unification
    - Also [DROOLS-7307] Parse attribute agenda-group
    
    * [DROOLS-7308] Parse attribute without value
    - Also [DROOLS-7309] Parse attribute with parentheses
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    73faf30 View commit details
    Browse the repository at this point in the history
  47. [DROOLS-7310] parse nested parentheses (apache#42)

    * [DROOLS-7310] parse nested parentheses
    
    * - Adding code commentes and explanations
    - Adding more nested level tests
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e56f2a7 View commit details
    Browse the repository at this point in the history
  48. [DROOLS-7577] drools-lsp : Add comments and explanations for drools-p… (

    apache#43)
    
    * [DROOLS-7577] drools-lsp : Add comments and explanations for drools-parser
    
    * removed syntax examples
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cdd9d3c View commit details
    Browse the repository at this point in the history
  49. [DROOLS-7591] Experiment branch : migrate a new drools-lsp parser int…

    …o drools (apache#44)
    
    - Add some methods to call from drools code base
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f7ae313 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    b224630 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    e3dd6f6 View commit details
    Browse the repository at this point in the history
  52. Add DescrDumperTest and fix the expression parser grammar (apache#48)

    * Add DescrDumperTest
    
    * Fix it
    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d2885a5 View commit details
    Browse the repository at this point in the history
  53. [DROOLS-7591] Experiment branch : migrate a new drools-lsp parser int…

    …o drools
    
    - New parser is migrated in drools-drl/drools-drl-parser with org.drools.drl10.parser package
    - To enable the new parser, run `mvn test -PDRL10`
    - At the moment, we get lots of test failures especially in drools-model/drools-model-codegen and drools-test-coverage/test-compiler-integration
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    81a0cc2 View commit details
    Browse the repository at this point in the history
  54. - License header

    - Revert an inappropriate test edit
    - Removed unnecessary profile
    - Clarify unsupported methods
    - Removed unnecessary bom dependency
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    39f4d64 View commit details
    Browse the repository at this point in the history
  55. [incubator-kie-drools#5681] Experiment: New DRL Parser : Test failure… (

    apache#5693)
    
    * [incubator-kie-drools#5681] Experiment: New DRL Parser : Test failure : Unknown language level
    - Revert the introduction of LanguageLevelOption.DRL10. Use DRL6 as usual. Instead, intorduced system property "drools.drl.antlr4.parser.enabled" for parser impl switch
    - Use a package name 'antlr4' instead of 'drl10' for the new parser separation
    
    * - Enable the new parser by default so that CI can run
    - Also suppress some GHAs which don't run with a feature branch
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    35f8ed8 View commit details
    Browse the repository at this point in the history
  56. [incubator-kie-drools#5679] New DRL parser : Test failure : RHS end w…

    …ithout preceding white-space (apache#5698)
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    46efc82 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    96e60ad View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    0528dc2 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    21bc906 View commit details
    Browse the repository at this point in the history
  60. Fix minor issues in the new parser (apache#5747)

    * Add missing `@Test` annotation
    
    * Fix a typo in method name
    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c746b66 View commit details
    Browse the repository at this point in the history
  61. [incubator-kie-drools#5743] Update Developer_Notes.md to be community… (

    apache#5751)
    
    * [incubator-kie-drools#5743] Update Developer_Notes.md to be community-friendly
    
    * Update drools-drl/drools-drl-parser/Developer_Notes.md
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * Update drools-drl/drools-drl-parser/Developer_Notes.md
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * - Add Design notes
    
    ---------
    
    Co-authored-by: Jiří Locker <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    643628b View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    63e12cb View commit details
    Browse the repository at this point in the history
  63. [incubator-kie-drools#5705] [new-parser] no viable alternative after … (

    apache#5767)
    
    * [incubator-kie-drools#5705] [new-parser] no viable alternative after contains operator
    
    * - Add comment
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * - add javadoc to ParserHelper.isPluggableEvaluator
    
    ---------
    
    Co-authored-by: Jiří Locker <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cd9bd78 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    f36a0c9 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    f388e03 View commit details
    Browse the repository at this point in the history
  66. [incubator-kie-drools#5776] [new-parser] failed to parse when a metho…

    …d name is a drl keyword (apache#5783)
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6b7f1de View commit details
    Browse the repository at this point in the history
  67. Primary rule should accept this keyword (apache#5791)

    As in `String(this == "x")`.
    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e5a4df2 View commit details
    Browse the repository at this point in the history
  68. [incubator-kie-drools#5706] Grouped accessors for nested objects brok…

    …en (apache#5790)
    
    * [incubator-kie-drools#5706] Grouped accessors for nested objects broken
    
    * Update drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/antlr4/DRLVisitorImpl.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    ---------
    
    Co-authored-by: Jiří Locker <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2c374bc View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    80f50b9 View commit details
    Browse the repository at this point in the history
  70. [incubator-kie-drools#5708] [new-parser] function definition causes a… (

    apache#5793)
    
    * [incubator-kie-drools#5708] [new-parser] function definition causes an error
    
    * - enhance getTextPreservingWhitespace to avoid string manipulation
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c0e2930 View commit details
    Browse the repository at this point in the history
  71. [new-parser] Support LHS pattern annotations (apache#5797)

    * LHS patterns can have annotations
    
    * LHS pattern annotations can contain chunks
    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3370def View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    5f0f9df View commit details
    Browse the repository at this point in the history
  73. Enable time literal (apache#5800)

    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ac300e3 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    51bb4f2 View commit details
    Browse the repository at this point in the history
  75. Fix window reference (apache#5802)

    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ce2e24f View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    9affb56 View commit details
    Browse the repository at this point in the history
  77. [incubator-kie-drools#5711] Broken OOPath expressions (apache#5805)

    * [incubator-kie-drools#5711] Broken OOPath expressions
    
    * accept mixing OOPath and standard constraint
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    225c7d7 View commit details
    Browse the repository at this point in the history
  78. [incubator-kie-drools#5742] [new-parser] Broken inline cast (apache#5806

    )
    
    * [incubator-kie-drools#5742] [new-parser] Broken inline cast
    
    * fixed duplicate test
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    75996ff View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    5876a85 View commit details
    Browse the repository at this point in the history
  80. [new-parser] Complete support for built-in operators (after, before) (a…

    …pache#5812)
    
    * Improve no viable alternative example
    
    * Complete support for built-in operators
    
    * Enable soundslike test
    
    * Remove obsolete comment
    
    Co-authored-by: Toshiya Kobayashi <[email protected]>
    
    ---------
    
    Co-authored-by: Toshiya Kobayashi <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f5363ba View commit details
    Browse the repository at this point in the history
  81. [new-parser] Fix two minor type declaration issues (apache#5815)

    * Allow semicolon after type declaration end
    
    * Allow DRL keywords to be used as field names in type declarations
    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b5adbe0 View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    eac45f4 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    bfee041 View commit details
    Browse the repository at this point in the history
  84. [incubator-kie-drools-5798] [new-parser] Ensure Descr properties (apa…

    …che#5827)
    
    * [incubator-kie-drools-5798] [new-parser] Ensure Descr properties
    
    * [incubator-kie-issues#5798] Proposal
    
    * minor fix
    
    ---------
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    baa645d View commit details
    Browse the repository at this point in the history
  85. [incubator-kie-drools-5716] [new-parser] mismatched input 'if'/'do' (… (

    apache#5831)
    
    * [incubator-kie-drools-5716] [new-parser] mismatched input 'if'/'do' (support named consequences)
    
    * Update drools-drl/drools-drl-parser/src/main/antlr4/org/drools/drl/parser/antlr4/DRLLexer.g4
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * Update drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/antlr4/DRLVisitorImpl.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * resolve duplicate difinition
    
    ---------
    
    Co-authored-by: Jiří Locker <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6578d91 View commit details
    Browse the repository at this point in the history
  86. [new-parser] Support pluggable evaluators and class literal (apache#5834

    )
    
    * Support isA operator and pluggable evaluators in general
    
    * Support class literals
    
    * Clean up drlPrimary rule
    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    371d515 View commit details
    Browse the repository at this point in the history
  87. [incubator-kie-drools-5808] [new-parser] Combining DRLParser.g4 and D…

    …RL6Expressions.g4 (apache#5845)
    
    * WIP: import DRL6Expressions.g4 into DRLParser.g4
    
    - Removed conflicting rules to make the antlr4 goal successful.
    - Java compilation fails because DRL6Expressions's @members section
      injects a DRL6Expression constructor and method overrides into DRLParser.java.
    
    * [incubator-kie-drools-5808] [new-parser] Combining DRLParser.g4 and DRL6Expressions.g4
    - Modified DRL6Expressions.g4 @members to work with DRLParser
    - Now DRLParser holds ParserHelper
    - Fixed BigDecimal/BigInteger literal issues
    
    * - Reverted some parser rules which are no longer required after DRL6Expressions.g4 import
    
    ---------
    
    Co-authored-by: Jiří Locker <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7154c0f View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    a19a2c8 View commit details
    Browse the repository at this point in the history
  89. [incubator-kie-drools-5792] [new-parser] improve drools-drl-parser-te…

    …sts (apache#5855)
    
    * [incubator-kie-drools-5854] [new-parser] improve drools-drl-parser-testsa to test with old and new parsers
    - Old and new parser coverage using 2 surefire test executions
    - Fixed Descr common property issues to keep backward compatibility
    - A few test cases remaining without backward compatibility ("Backward Compatibility Notes" left) because the old parser seems to be wrong.
    - A few expr test cases remaining without backward compatibility ("Backward Compatibility Notes" left). Error code/message don't seem to be important. Also the new parser ones are better.
    
    * Update drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/antlr4/LexerHelper.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * - removed unused import
    
    ---------
    
    Co-authored-by: Jiří Locker <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    77e6476 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    25d7d6d View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    c939992 View commit details
    Browse the repository at this point in the history
  92. [incubator-kie-drools-5714] Broken QueryTest#testRecursiveQueryWithBa… (

    apache#5866)
    
    * [incubator-kie-drools-5714] Broken QueryTest#testRecursiveQueryWithBatchCommand
    
    * removed redandunt slimdown and toString
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    13f5ec7 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    de9b048 View commit details
    Browse the repository at this point in the history
  94. [new-parser] Fix AccumulateTest and add groupBy support (apache#5876)

    * Fix AccumulateTest
    
    * Add GroupBy support
    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8aaaec9 View commit details
    Browse the repository at this point in the history
  95. [incubator-kie-drools-5724] [new-parser] Broken ExisistentialTest#tes… (

    apache#5871)
    
    * [incubator-kie-drools-5724] [new-parser] Broken ExisistentialTest#test2NotsWithAnd
    
    * - Addtional test for LPAREN lhsExpression RPAREN namedConsequenceInvocation?
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3719bba View commit details
    Browse the repository at this point in the history
  96. [incubator-kie-drools-5784] Review DRLParser.g4 and DRL6Expressions.g… (

    apache#5875)
    
    * [incubator-kie-drools-5784] Review DRLParser.g4 and DRL6Expressions.g4 to replace IDENTIFIER with drlIdentifier
    
    * - Removed unused methods
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fd7f689 View commit details
    Browse the repository at this point in the history
  97. [new-parser] Allow OOPath as a LHS pattern (apache#5884)

    * Add OOPath support to lhsPattern
    
    * Set namespace and unit properties to PackageDescr children
    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0672314 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    08e21ec View commit details
    Browse the repository at this point in the history
  99. Allow empty queries (apache#5892)

    yurloc authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c5e4f0c View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    e5ce02e View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    1d0c2e3 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    fd7d3b7 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    4c684a8 View commit details
    Browse the repository at this point in the history
  104. [incubator-kie-drools-5879] [new-parser] build failure on kie-dmn-val… (

    apache#5899)
    
    * [incubator-kie-drools-5879] [new-parser] build failure on kie-dmn-validation
    - WIP
    - test case only
    
    * - nongreedy subrule
    
    * - Add tests
    - also fix andRestriction
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5c75fb0 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    fe52b11 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    06cc983 View commit details
    Browse the repository at this point in the history
  107. [incubator-kie-drools-5918] [new-parser] Annotations can appear in lh… (

    apache#5921)
    
    * [incubator-kie-drools-5918] [new-parser] Annotations can appear in lhsOr and lhsAnd
    
    * - infix or, and
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    acac1c7 View commit details
    Browse the repository at this point in the history
  108. [incubator-kie-drools-5915] [new-parser] ctx.lhsPattern().size() == 0 (

    …apache#5922)
    
    - Avoid unnecessary IllegalStateException
    - Avoid empty error message
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c9df2fb View commit details
    Browse the repository at this point in the history
  109. [incubator-kie-drools-5908] ReteOOWaltzTest 'end' detection issue (ap…

    …ache#5913)
    
    * [incubator-kie-drools-5908] ReteOOWaltzTest 'end' detection issue
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    ---------
    
    Co-authored-by: Jiří Locker <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1097902 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    dcf848f View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    c08fca1 View commit details
    Browse the repository at this point in the history
  112. [incubator-kie-drools-5924] [new-parser] Remove DRLIncompleteCodeTest (

    …apache#5941)
    
    * [incubator-kie-drools-5924] [new-parser] Disable DRLIncompleteCodeTest
    
    * Remove editor mode tests
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9ac7944 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    5dc109e View commit details
    Browse the repository at this point in the history
  114. [incubator-kie-drools-5945] [new-parser] Broken named consequences in…

    …side OR (apache#5950)
    
    * Tests for incubator-kie-drools-5945
    
    * [incubator-kie-drools-5945] [new-parser] Broken named consequences inside OR
    
    ---------
    
    Co-authored-by: Jiří Locker <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    da58c7d View commit details
    Browse the repository at this point in the history
  115. [incubator-kie-drools-5818] [new-parser] Parsing fails if a Java keyw… (

    apache#5958)
    
    * [incubator-kie-drools-5818] [new-parser] Parsing fails if a Java keyword appears in a qualified name
    
    * - Exclude 'new' from 'drlIdentifier' because of 'primary' ambiguity
    - Add tests
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a314a39 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    4769de1 View commit details
    Browse the repository at this point in the history
  117. [incubator-kie-drools-5909] [new-parser] Accumulate parsed incorrectl… (

    apache#5965)
    
    * [incubator-kie-drools-5909] [new-parser] Accumulate parsed incorrectly if init and action statements are empty
    
    * Update drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java
    
    Co-authored-by: Jiří Locker <[email protected]>
    
    ---------
    
    Co-authored-by: Jiří Locker <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    12edf71 View commit details
    Browse the repository at this point in the history
  118. [incubator-kie-drools-5936] [new-parser] || and && should be allowed …

    …as alternatives to infix or and and (apache#5966)
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0873f8d View commit details
    Browse the repository at this point in the history
  119. [incubator-kie-drools-5938] [new-parser] Tests using wrong duration a… (

    apache#5969)
    
    * [incubator-kie-drools-5938] [new-parser] Tests using wrong duration attribute format
    
    * - Use explicit test value
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    93b8e2b View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    840ab03 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    f65e262 View commit details
    Browse the repository at this point in the history
  122. [incubator-kie-drools-5920] [new-parser] Strict annotation parsing (a…

    …pache#5976)
    
    - Skip the test for new parser
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    aec972d View commit details
    Browse the repository at this point in the history
  123. [incubator-kie-drools-5911] [new-parser] Support optional type keywor…

    …d for backward compatibility (apache#5977)
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ca73465 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    6ca4671 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    3940d11 View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    f5055e5 View commit details
    Browse the repository at this point in the history
  127. Incubator kie drools 5792 cleanup tests (apache#5986)

    * [incubator-kie-drools-5792] cleanup drools-drl-parser-tests
    - Apply open-rewrite JUnit5BestPractices
    
    * - Apply open-rewrite SimplifyChainedAssertJAssertions
    
    * - remove 'parse_' prefix
    - remove unused 'throw Exception'
    
    * - code format
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3ba4c32 View commit details
    Browse the repository at this point in the history
  128. [incubator-kie-drools-5988] [new-parser] Merge dev-new-parser to main

    - new parser is disabled by default
    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d7a8d5a View commit details
    Browse the repository at this point in the history
  129. License header for .g4

    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    caa8f3a View commit details
    Browse the repository at this point in the history
  130. License headers

    tkobayas authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    076a4d2 View commit details
    Browse the repository at this point in the history
  131. Add license header (apache#6121)

    jomarko authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    16c8d29 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    9a52c69 View commit details
    Browse the repository at this point in the history
  133. Renaming DISCLAIMER file

    Signed-off-by: Jason Porter <[email protected]>
    LightGuard authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fab792f View commit details
    Browse the repository at this point in the history
  134. [incubator-kie-issues#1528] Implement DMNEvent reporting inside DMNCo…

    …nditionalEvaluator. (apache#6124)
    
    * [incubator-kie-issues#1528] Implement DMNEvent reporting inside DMNConditionalEvaluator.
    
    * [incubator-kie-issues#1528] Implement DMNEvent reporting inside DMNConditionalEvaluator.
    
    * [incubator-kie-issues#1528] Fix RiskScore_Simple.dmn
    
    * [incubator-kie-issues#1528] Fix id used to track conditional evaluation
    
    ---------
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    da37e66 View commit details
    Browse the repository at this point in the history
  135. [NO ISSUE] Migrate to JUnit5 drools model (apache#6128)

    * Migrated first parameter tests
    
    * More tests migrated to JUnit5
    
    * More tests migrated to JUnit5
    
    * Infrastructure to migrate parameterized tests
    
    * Migrated more tests
    
    * More tests migrated
    
    * Keep migrating
    
    * Migrated more tests
    
    * Migrated more tests
    
    * Migrated more tests
    
    * Migrated more tests
    
    * Migrated even more tests
    
    * Migrated more tests to JUnit5
    
    * Migrated more tests. removed unused imports
    
    * More tests migrated.
    
    * More tests migrated to JUnit5
    
    * Migrated more tests
    
    * Migrated all the tests in model codegen
    
    * All tests migrated to JUnit5
    
    * Missed fix
    pibizza authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cb15b1a View commit details
    Browse the repository at this point in the history
  136. [incubator-kie-issues#1543] Add the "id" of executed rules to the Aft…

    …erEvaluateDecisionTableEvent (apache#6127)
    
    * [incubator-kie-issues#1543] Add the "id" of executed rules to the AfterEvaluateDecisionTableEvent
    
    * [incubator-kie-issues#1543] Fix TODO
    
    * [incubator-kie-issues#1543] Fix license header
    
    * [incubator-kie-issues#1543] Minor refactoring on unrelated test
    
    * [incubator-kie-issues#1543] Fix as per PR review
    
    ---------
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4569d01 View commit details
    Browse the repository at this point in the history
  137. [incubator-kie-issues#1497] Defining NodeInstanceContainer.getSeriali…

    …zableNodeInstances to be used during serialization (apache#6116)
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
    2 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c978e44 View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    3b7aa6c View commit details
    Browse the repository at this point in the history
  139. kie-issues#1541: Add testing models into kie-dmn-test-resources (apac…

    …he#6135)
    
    * kie-issues#1541: Add testing models into kie-dmn-test-resources
    
    This PR is related to: apache/incubator-kie-kogito-apps#2120 where we are adding new unit tests using DMN models from the drools/kie-dmn/kie-dmn-test-resources
    
    * Collections.dmn -> MultipleHitRules.dmn
    
    * Remove <output/> name attribute
    jomarko authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    bb48f8d View commit details
    Browse the repository at this point in the history
  140. [incubator-kie-drools-6136] Migrate droos test coverage module to JUn…

    …it5 - apache#1 (apache#6137)
    
    * Initial test migration
    
    * Migrated more unit tests
    
    * Migrated more unit tests
    
    * Fixed test
    
    * More tests migrated to junit5
    
    * Fixed test
    pibizza authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9133aee View commit details
    Browse the repository at this point in the history
  141. [incubator-kie-issues#1546] Fix DMN TCK range equality test failures …

    …for unary test ranges (apache#6134)
    
    * Introduce undefined boundaries for range instances.
    
    Signed-off-by: Tibor Zimányi <[email protected]>
    
    * Update inclusion and equality methods for FEEL range.
    
    Signed-off-by: Tibor Zimányi <[email protected]>
    
    * Fix compiled FEEL scenarios with ranges.
    
    * Restore FEELRangesTest.
    
    * Add RangeImpl unit tests.
    
    * [range-problems-gc] WIP
    
    * [range-problems-gc] WIP
    
    * [incubator-kie-issues#1546] Add UndefinedValueComparable UndefinedValueNode
    
    * [incubator-kie-issues#1546] Fixing tests - WIP
    
    * [incubator-kie-issues#1546] Fixing tests - WIP
    
    * [incubator-kie-issues#1546] Fixing tests
    
    * [incubator-kie-issues#1546] Fixing tests
    
    ---------
    
    Signed-off-by: Tibor Zimányi <[email protected]>
    Co-authored-by: Tibor Zimányi <[email protected]>
    Co-authored-by: Gabriele-Cardosi <[email protected]>
    3 people authored and rgdoliveira committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    20d17bd View commit details
    Browse the repository at this point in the history