config icon indicating copy to clipboard operation
config copied to clipboard

Bean validation config to allow missing values or other settings

Open kringol opened this issue 6 years ago • 3 comments

Continuation of https://github.com/lightbend/config/pull/602. Taking into account the feedback, etc

The purpose of this change is to provide a mechanism to configure the bean factory internal workings, and in this particular case, to provide a setting to allow missing field values and keep whatever value was originally assigned to the bean or null, instead of throwing an a validation error. By default such config is disabled, to keep the current behavior as it is and provide a configuration mechanism similar to other sections of the library

kringol avatar Feb 19 '19 07:02 kringol

Are there plans to merge this pull request? I'm also in need for a solution to #440

romank8k avatar May 14 '19 20:05 romank8k

Waiting for @havocp and the team to review/approve prepare the next release i guess. Not sure about the timelines.

kringol avatar May 15 '19 01:05 kringol

@havocp @andreaTP @johanandren @2m

Sorry to tag that many mergers but, what should we do to get feedback or merge that PR? It has been a while and I kind of need that improvement too for my project 👍

avillev avatar Dec 10 '20 04:12 avillev

This functionality would be really useful (for me anyway!) but this PR's been open for a long time. What is the barrier to merging this?

tadhgpearson avatar Feb 08 '23 16:02 tadhgpearson

We do not intend to extend the functionality of "Typesafe Config" further. See https://github.com/lightbend/config#maintained-by

ennru avatar Jul 06 '23 08:07 ennru