Andrey Marinchuk

Results 18 issues of Andrey Marinchuk

Seems like the jsoneditor (version 9.1.10) doesn't allow user to see and edit the real json string. User has to think about json escaping rules. This makes very hard to...

feature

After migrating from jdbi2 to jdbi3, we found the problem with package-access beans. Using package-access classes with @BindBean annotation in sql object leads to exception. Here is a part of...

@BindMap/@BindBean/@BindFields/@BindMethods allows to bind several parameter names. For methods with several parameters with @Bind___ annotations naming conflict could appear (two bean classes has the same property). So, using prefix should...

Implemented syntax proposed in #639: include glob("confdir/*.conf")

According to the Map specification, methods keySet, values and entrySet are backed by the map, so changes to the map are reflected in the collection, and vice-versa. ConfigObject interface extends...

Solution proposition for issue #640. Still didn't managed to setup scala, so tested locally in java.

Proposition to work with problem described in #493. Didn't managed to setup scala toolchain so unittests are in java.

Feature requests related to preprocessing of configuration values before reading were opened twice, but it was limited to transparent decryption of configuration values: #6 and #96. Let me open this...

Let's assume, we need to write the proxy-`ConfigIncluder` which will delegate all the work to the default includer, but affect the default process (i.e., modify the parseOptions, see #683). We...