The Wayback Machine - https://web.archive.org/web/20220109090756/https://github.com/topics/jax-rs
Skip to content
#

jax-rs

Here are 549 public repositories matching this topic...

tszlek
tszlek commented Aug 17, 2021

Hi, I have discovered issue when using feign.httpclient.ApacheHttpClient.
In some cases Apache client throws ProtocolException which 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 UndeclaredThrowableException instead of invoking ErrorDecoder.

lmsurpre
lmsurpre commented Dec 3, 2021

Describe the bug
I noticed that the fhir-persistence-schema Main method's usage hint is missing info on the --db-type flag.

Environment
main

To Reproduce

  1. mvn dependency:copy -Dartifact=com.ibm.fhir:fhir-persistence-schema:LATEST:jar:cli -DoutputDirectory=.
  2. run an invalid command
$ java -jar fhir-persistence-schema-4.10.2-cli.jar --help                         
id-mask

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.

  • Updated Nov 29, 2020
  • 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.

Curate this topic

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."

Learn more