-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Allow to use JSON-P without RESTEasy #1480
Comments
@gunnarmorling could you add some details about the API calls you make so that we can add the appropriate test cases? |
@gsmet, you can see the original service here: https://github.com/debezium/debezium-examples/blob/master/outbox/shipment-service/src/main/java/io/debezium/examples/outbox/shipment/facade/OrderEventHandler.java#L42-L59 It's this usage and within the called |
I haven't added a FeatureBuildItem as I don't think they are worth an item in the feature list at startup. Fixes quarkusio#1480 and quarkusio#1482 and a few other issues in passing.
I haven't added a FeatureBuildItem as I don't think they are worth an item in the feature list at startup. Fixes quarkusio#1480 and quarkusio#1482 and a few other issues in passing.
I haven't added a FeatureBuildItem as I don't think they are worth an item in the feature list at startup. Fixes quarkusio#1480 and quarkusio#1482 and a few other issues in passing.
@gunnarmorling you will have |
We had issues to use JSON-P due to missing reflection configs. As I learned from @gsmet, the required config is contributed through the RESTEasy module, while our service doesn't use that (using JSON-P directly to deserialize JSON payloads received from Kafka).
The text was updated successfully, but these errors were encountered: