-
Notifications
You must be signed in to change notification settings - Fork 213
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
DROOLS-3763: New API codegen prototype #1
Merged
Merged
+831
−223
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Was the "Simple" untyped |
not yet, I'll add it soon. We'll have to think a little bit about implication (if it's library-based you can't "discover it" as source code but look in classpath etc etc) |
lucamolteni
reviewed
Mar 26, 2019
...l/drools-model-compiler/src/main/java/org/drools/modelcompiler/builder/ModelSourceClass.java
Show resolved
Hide resolved
evacchi
force-pushed
the
DROOLS-3763-codegen
branch
from
March 27, 2019 12:59
6fe8148
to
6aef805
Compare
after discussion with @mariofusco I am merging this. |
tarilabs
pushed a commit
that referenced
this pull request
Apr 7, 2019
* avoid reflection in node, context factories; disable ScriptManager in SVM * remove ScriptFactory for SVM compat * test: should not check node factory for Class type * @ignore tests using DataTransformers
tiagodolphine
referenced
this pull request
in tiagodolphine/kogito-runtimes
Nov 16, 2019
* Initial Job Service implementation Initial Job Service implementation inserting swagger * Apply PR comments and some code refactoring, test * Fix JobScheduler when cancelling job * Fixing cancel already scheduled job when re-scheduling
mswiderski
added a commit
that referenced
this pull request
Jan 13, 2020
* KOGITO-590: Rules should "see" process variables * add test case * fix * rm comments * fix npe in model tests * address comments, cleanup imports * disable test * add support for additional operations on process variables from rule unit's data sources (#1) Co-authored-by: Maciej Swiderski <swiderski.maciej@gmail.com>
This was referenced Jan 24, 2022
Closed
rgdoliveira
added a commit
to rgdoliveira/kogito-runtimes
that referenced
this pull request
Jan 17, 2024
Sync main branch with main-apache branch
This was referenced Aug 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
API we discussed together:
RuleUnit<T>/RuleUnitInstance<T>
create${T}RuleUnit()
see examples for reference apache/incubator-kie-kogito-examples#5