Skip to content

MicroProfile 4.0 Notes

Tomas Langer edited this page Aug 21, 2020 · 8 revisions

Problem with backward compatibility (I think not justified): https://github.com/eclipse/microprofile-config/issues/593#issuecomment-677596717

Added possibility to read subset of config as a class - similar to what we have with Config.as(Something.class) in Helidon SE - this is a lot of reflection to do (just see helidon-config-object-mapping...