eclipse / microprofile-context-propagation

Apache License 2.0
34 stars 23 forks source link

Add section on MP Config overrides for array value properties, clarifying how to configure empty values #101

Closed njr-11 closed 5 years ago

njr-11 commented 5 years ago

pull fixes #99

This pull provides an example of using MicroProfile Config to override array properties (the lists of context types) and documents a requirement that MicroProfile Concurrency providers will need to be aware of to cope with an ambiguity in MicroProfile Config around empty values in a consistent manner.

Signed-off-by: Nathan Rauh nathan.rauh@us.ibm.com

njr-11 commented 5 years ago

Second commit contains the updates to cover both review comments