Raman Gupta

Results 156 issues of Raman Gupta

The defaults from the maven bundle plugin (see the section "Default Behavior" here: http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html) are pretty intuitive and anyone who has used maven-bundle-plugin (which is pretty much everyone in the...

Lets say module M is currently frozen. I decide to unfreeze module M to continue development -- giternal now deletes the files from the frozen module and adds those deletes...

The `SerialInputOutputManager` currently potentially does an no-timeout read (depending on the timeout settings) before write in each step. If the read data depends on something being written, this results in...

enhancement

Add a generic node transformer interface `NodeTransformer`, which can be used to transform nodes in arbitrary ways at configuration load time. Add an implementation of this called `PathNormalizer`. The purpose...

Modify `ConfigLoader` and `ConfigParser` so that the config is parsed only a single time. `ConfigLoader.configBinder()` can now be called to obtain the instance of a new class `ConfigBinder`, which can...

Leverage the capability exposed by https://github.com/sksamuel/hoplite/pull/413 to implement idiomatic environment variable handling. Fixes https://github.com/sksamuel/hoplite/issues/410. I've tried to implement this in a backward compatible way, but if we are ok with...

It would be nice if there could be an option for the env var mapping rules to be [the same as the ones that Spring uses](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.external-config.typesafe-configuration-properties.relaxed-binding.environment-variables). While I dislike Spring...

Currently NIOSMTP will happily open any number of connections to a single host. We should have the ability to limit the number of connections that NIOSMTP makes to each host.

Using log4j2 context seems a bit limited for non-thread use cases. The assumption that context will always be set at the Thread or coroutine level is IMO false, and sometimes...

It would be nice if the API supported Kotlin multi-platform, and so could be used on other platforms that Kotlin targets, such as native, JavaScript, and WASM. Log4j2 is obviously...

enhancement