-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Registry Client - ContentType Support;Maven Plugin ContentType discov…
…ery by file extension (#1802) * Client - YAML Support * JSON content type as default to preserve previous behaviour * Invalid Content in Tests, integration_tests script * Make for integra. tests; Client ContentType support; Maven plugin YAML Integration tests moved into Makefile, Rest client now supports content type; Maven plugin now supports content type discovery using file extensions; * Maven plugin: Added wsdl and xsd file extensions. * Revert of Makefile * Removed unnecessary dependencies from client. Co-authored-by: Eric Wittmann <[email protected]> Co-authored-by: Carles Arnal <[email protected]>
- Loading branch information
1 parent
505754c
commit 4a50efe
Showing
15 changed files
with
333 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ | |
<groupId>org.slf4j</groupId> | ||
<artifactId>slf4j-api</artifactId> | ||
</dependency> | ||
|
||
</dependencies> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.