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

[incubator-kie-issues-1557] Marshalling POJO Input/output in user task #3749

Merged
merged 4 commits into from
Oct 31, 2024

Conversation

elguardian
Copy link
Contributor

@apache apache deleted a comment from kie-ci3 Oct 24, 2024
@apache apache deleted a comment from kie-ci3 Oct 25, 2024
@martinweiler
Copy link
Contributor

I see an error in one of the IT:

$ cat quarkus/integration-tests/integration-tests-kogito-plugin/target/it/integration-tests-kogito-plugin-it/target/surefire-reports/org.acme.travels.PersonProcessTest.txt
-------------------------------------------------------------------------------
Test set: org.acme.travels.PersonProcessTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 4.456 s <<< FAILURE! -- in org.acme.travels.PersonProcessTest
org.acme.travels.PersonProcessTest.testAdult -- Time elapsed: 0.007 s <<< ERROR!
java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.arc.deployment.ArcProcessor#generateResources threw an exception: jakarta.enterprise.inject.spi.DeploymentException: Found 4 deployment problems: 
[1] The method validateBaseType in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$2 declares an interceptor binding but it must be ignored per CDI rules
[2] The method validateSubClassName in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$2 declares an interceptor binding but it must be ignored per CDI rules
[3] The method validateSubType in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$2 declares an interceptor binding but it must be ignored per CDI rules
[4] The method handleMissingTypeId in the ANONYMOUS class org.kie.kogito.app.UserTasksResource$1 declares an interceptor binding but it must be ignored per CDI rules

Copy link
Contributor

@martinweiler martinweiler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elguardian elguardian merged commit 1738ffb into apache:main Oct 31, 2024
5 of 6 checks passed
@elguardian elguardian deleted the incubator-kie-issues-1557 branch October 31, 2024 10:25
rgdoliveira pushed a commit to rgdoliveira/kogito-runtimes that referenced this pull request Nov 7, 2024
apache#3749)

* [incubator-kie-issues-1557] Marshalling POJO Input/output in user task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Marshalling POJO Input/output in user task
3 participants