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

MicroProfile Rest Client property mp/uri is not handled #2795

Closed
geoand opened this issue Jun 11, 2019 · 0 comments
Closed

MicroProfile Rest Client property mp/uri is not handled #2795

geoand opened this issue Jun 11, 2019 · 0 comments
Assignees
Labels
area/rest-client kind/bug Something isn't working
Milestone

Comments

@geoand
Copy link
Contributor

geoand commented Jun 11, 2019

Describe the bug
In MicroProfile Rest Client we are only handling mp/url and not mp/uri

Expected behavior
The configuration property mp/uri is handled like mp/url is and also should have the highest priority

@geoand geoand added the kind/bug Something isn't working label Jun 11, 2019
@geoand geoand self-assigned this Jun 11, 2019
@mkouba mkouba closed this as completed in 88fb38b Jun 12, 2019
@geoand geoand added this to the 0.17.0 milestone Jun 12, 2019
mswiderski pushed a commit to mswiderski/quarkus that referenced this issue Jun 13, 2019
patriot1burke added a commit to patriot1burke/quarkus that referenced this issue Jun 14, 2019
root path

docs

fix imports

fix poms and typos

doc suggestions

Add mp rest-client tck configuration

Introduce handling for mp/uri in accordance to spec

Fixes: quarkusio#2795

Remove misleading sentence from Kubernetes / ap4k guide

The guide will updated when dekorateio/dekorate#227
is implemented and the new version included into Quarkus

Implement mock mailer by default on dev/test

fix(quarkusio#2789): fix Jackson version issue

The oder of import in the bom is important, we need to import Jackson first before RESTEasy.
After this, exluding and importing Jackson in the quarkus-smallrye-openapi extention is useless.

Arc - correct circular dependency check to detect self-injection as well, added test.

feat(openapi): Allows OpenAPI path to contain segments e.g /api/openapi/

Fixes quarkusio#2756

Arc - Implement inheritance of scopes for beans.

register reflective classes from bean archive index by providing the index as part of the reflective class build item

Document InjectionPointTransformer.

Arc - register certain CDI components under BuildContext so extensions can use that.
Modify SpringDIProcessor to make use of this.

Subclasses/client proxies - skip delegation if not constructed yet

- resolves quarkusio#2774

Docs - CDI guide - remove unnecessary dummy constructor

feat(agroal): Adds a configuration option to enable datasource metrics

Fixes quarkusio#2820

Quarkus bypasses Nexus and downloads artefacts directly from maven central

Fix title levels in Undertow reference guide

Remove two ArC injection warnings

Update to smallrye-jwt-1.1

Moved common stuff to panache-common-deployment, ported `@GenerateBridge` to non-rx panache

Added two finals

Skip racey TCK test

This is due to eclipse/microprofile-rest-client#203

Undertow 2.0.21.Final

Better error reporting if test resource fails to start

Remove license headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rest-client kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant