Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Not possible to use application property in application.yml #35

Closed
leonardschneider opened this issue Aug 23, 2016 · 6 comments
Closed
Assignees
Labels
Milestone

Comments

@leonardschneider
Copy link

Because JAXRS_APP_CLASSES_PROPERTY (resteasy.jaxrs.app) is a parent of JAXRS_APP_CLASSES_DEFINITION_PROPERTY (resteasy.jaxrs.app.registration) which violates YAML syntax.

@fabiocarvalho777
Copy link
Member

Hello Leonard. Thank you very much for reporting it. I will take a look at this issue as soon as possible (very likely by the end of this week) and, if necessary, provide a new release with the fix immediately. Thanks again.

@fabiocarvalho777
Copy link
Member

By the way, meanwhile you can still use the starter normally by not setting the properties, which will make it use the default configuration, or by using a properties file instead of yaml if possible.

@fabiocarvalho777
Copy link
Member

Hello. I just want to let you know that I have just confirmed that it is indeed a bug, and I have already fixed it in my dev box. I will just update documentation and then push the fix and release a new version with the fix. All of that should be done in a few days. I will let you know. Thanks again for reporting it.

@fabiocarvalho777
Copy link
Member

Hey @leonardschneider , this issue has been fixed. Please, instead of resteasy.jaxrs.app, use resteasy.jaxrs.app.classes to define your JAX-RS classed, as explained here. You can test that with version 2.2.0-SNAPSHOT. Please let me know how it goes. I am going to release version 2.2.0-RELEASE at some point this week, unless you see any problem with this solution.

@fabiocarvalho777
Copy link
Member

Version 2.2.0 (with this fix) has been released.

@leonardschneider
Copy link
Author

Hi,

Sorry, just catching up now. Thanks a lot for the fix. I will give it a try.

On Wed, Aug 31, 2016 at 4:51 PM, Fábio Carvalho notifications@github.com
wrote:

Version 2.2.0 (with this fix) has been released.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#35 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABKCXzOpIGacT6ClTiha5SnIred0D2BFks5qlelAgaJpZM4Jq8hf
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants