-
Updated
Jul 9, 2022 - Java
#
jax-rs
Here are 567 public repositories matching this topic...
A damn simple library for building production-ready RESTful web services.
java
rest
jax-rs
jdbi
dropwizard
web-framework
hibernate
jetty
jersey2
restful-webservices
jersey-framework
bug
Unexpected or incorrect behavior
help wanted
Issues we need help with tackling
hacktoberfest
Support open source and earn a limited edition T-shirt
good first issue
Issues that are good for first time contributors to tackle
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
java
security
ldap
oauth
jwt
saml
authentication
jax-rs
dropwizard
play-framework
authorization
vertx
spring-security
cas
ratpack
openid-connect
spring-mvc
shiro
sparkjava
j2e
-
Updated
Jul 7, 2022 - Java
Jakarta EE 8 (Java EE) & MicroProfile 3.2 application generator and modeler
microservices
sql
orm
netbeans
diagram
jax-rs
jpa
hibernate
ddl
modeler
javaee
jsonb
eclipselink
payara
payara-server
payara-micro
microprofile
javaee8
jakarta-ee
jakartaee
-
Updated
Jun 15, 2022 - Java
JSON API library for Java
-
Updated
Jun 2, 2022 - Java
prb112
commented
Jan 12, 2022
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
this specification does not dictate a particular approach at this time, though it does support the use of an “Expires” header
to limit the time period a file will be available for client download (removal of the file from the ser
enhancement
New feature or request
good first issue
Good for newcomers
bulk-data
connectathon
Work derived from connectathons
RESTEasy Spring Boot Starter
-
Updated
May 21, 2018 - Java
-
Updated
May 28, 2022 - Java
Lean, mean, and incredibly fast JVM framework for web and microservice development.
java
api
reactive
rest
mvc
microservice
jax-rs
rest-api
high-performance
http2
swagger
annotations
openapi
web-framework
api-server
undertow
swagger-ui
restful-api
swagger-spec
microservice-framework
jooby
jax-rs-annotations
mvc-controller
-
Updated
Jul 7, 2022 - Java
A JAX-RS like annotation processor for vert.x verticals and more
-
Updated
Jun 16, 2022 - Java
http
spring
navigation
jax-rs
intellij
intellij-plugin
spring-mvc
idea-plugin
intellij-idea
jetbrains-plugin
request-mapper
fossa-status
micronaut
helidon
-
Updated
Dec 13, 2021 - Kotlin
Multi-module project that contains Jackson-based "old" JAX-RS (ones under `javax.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats
-
Updated
Jul 8, 2022 - Java
Run JAX-RS applications on AWS Lambda using Jersey. Supports Spring 4.x. The serverless framework can be used for deployment.
-
Updated
Feb 5, 2018 - Java
Core module of Personium
java
elasticsearch
jax-rs
webdav
webdav-server
odata-server
personium
personal-data-store
personium-core
personium-server
-
Updated
Jul 6, 2022 - Java
Vertx router with JAX-RS
-
Updated
Dec 26, 2018 - Java
Partial JSON response framework for RESTful web services
-
Updated
Nov 6, 2021 - Java
spring rest 2 ts is typescript generator which produces data model and services in typescript based on Spring MVC annotations. It supports generation for Angular and React
-
Updated
Jul 7, 2022 - Java
Security library for JAX-RS and Jersey
java
security
ldap
oauth
jwt
saml
facebook
twitter
sql
mongodb
authentication
login
jax-rs
authorization
cas
logout
openid-connect
social-login
-
Updated
Jul 6, 2022 - Java
Quarkus playground
kotlin
graphql
docker
kubernetes
jax-rs
jpa
reactive-programming
vertx
hibernate
cdi
graalvm
resteasy
microprofile
quarkus
-
Updated
Jul 4, 2022 - Java
Code Tutorials, Examples, and Best Practices.
java
go
golang
tutorial
spring
spring-boot
examples
jax-rs
best-practices
tutorials
mockito
junit
spring-security
hibernate
hamcrest
swagger-ui
cxf
spring-data-jpa
tutorial-code
tutorial-exercises
-
Updated
Mar 31, 2022 - Java
Generic Linked Data framework for SPARQL tripestore backends. Apache license.
-
Updated
May 23, 2022 - Java
pavolloffay
commented
Jul 18, 2018
opentracing-concurrent is used in tests therefore should be removed from opentracing-jaxrs2
Guice module for starting Jetty based rest server with Jersey
-
Updated
Mar 25, 2022 - Java
IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic primitives.
hashids
obfuscation
uuid
serializer
jax-rs
id
jackson
hmac
hkdf
biginteger
aes-encryption
long
integer
byte-array
hashid
database-ids
64bit
paramconverter
-
Updated
Nov 29, 2020 - Java
JRestless Examples
-
Updated
Nov 22, 2017 - Java
Improve this page
Add a description, image, and links to the jax-rs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jax-rs topic, visit your repo's landing page and select "manage topics."
Hi, I have discovered issue when using
feign.httpclient.ApacheHttpClient.In some cases Apache client throws
ProtocolExceptionwhich is a checked exception. This happens for example when server returned 303 HTTP code but there was no location header.In such case Feign proxy throws
UndeclaredThrowableExceptioninstead of invoking ErrorDecoder.