-
Notifications
You must be signed in to change notification settings - Fork 72
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
Naming of configuration values in DefaultClientHeadersFactoryImpl #297
Comments
Hi @pehala - good question. I don't know if the It does sound like we should consider changing the property, but that should only be done in a major version release (because it would be a breaking change). Perhaps we could make that change when we switch dependencies to Jakarta EE9 (Jakarta REST 3.0 and CDI 3.0). |
The naming convention was not enforced and it is a recommendation for the new property names. I would not recommend to update the existing property names just becasue of the naming convention. |
We discussed this issue on the MP Rest Client planning call today. The plan is to support both properties but deprecate We will also have to specify that |
@WhiteCat22 will take a look at this. |
Upon further investigation, we have decided to defer this issue until eclipse/microprofile#98 is resolved. |
+1 IMO we should wait for this until there is a decision at the global level. |
@Emily-Jiang, Can you please create a Milestone 4.1 and add this there, removing it from 4.0? |
The
DefaultClientHeadersFactoryImpl
is using configuration keyorg.eclipse.microprofile.rest.client.propagateHeaders
configuration key name, while I would expect it to usemp.rest.client.propagateHeaders
so I wanted to ask if microprofile has some guidelines for naming their own config keys and which one of these two options is the preferred one.The text was updated successfully, but these errors were encountered: