swagger-api/swagger-codegen

Provide a JAX-RS 2.0 client template with minimal or zero dependencies.

Open

#2.153 geöffnet am 16. Feb. 2016

Auf GitHub ansehen
 (13 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)HTML (5.474 Forks)batch import
Enhancement: FeatureServer: Javahelp wanted

Repository-Metriken

Stars
 (12.701 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

There are currently Jersey 2 and Jersey 1.18 JAX-RS clients with/without JSON Jackson processing, These have additional dependencies on Jackson annotations, base 64 encoding (migbase64), joda-time, etc.

There should be a template that should use strictly JAX-RS 2.0 Client APIs, (no Jersey dependencies) and have minimal (or zero) dependencies on 'third' party jars.

Contributor Guide