Adam Gent

Results 73 issues of Adam Gent

In the situation where you want to issue a select but not transform the results. This would be used for SELECT FOR UPDATE.

enhancement

Protobuf has great support for Immutable objects and has its own object definition. Its very possible that JIRM could automatically know how to CRUD Protobuf generated objects. Custom handling of...

enhancement

I was kind of hoping this library might be a drop in replacement for the beloved Hickory and it is indeed very similar but it appears downstream APT now need...

I added how it works in the README.MD I'm using a different version in production but this should work. The partial alias support I added is particularly useful for layout.

`InitialLoader` / `InitialLoaderContext` does several things different than what the `Configuration.builder` does that are very hard to replicate with the builder. For example let us say I want to replicate...

So I recently early released a mustache type checked library called JStachio: https://github.com/jstachio/jstachio While it may seems like JStachio is a competing Mustache implementation I think its complementary to both...

https://www.uber.com/blog/reducing-logging-cost-by-two-orders-of-magnitude-using-clp/

enhancement

Rainbow Gum needs a way to collect errors for microservices that do health checks. Logback does this I think with something called Status or Status Manager. Not sure Log4j2 does...

enhancement

There are a lot of techniques to handle internationalization (I18N). JStachio currently does not ship with an opinionated way to handle it. Perhaps ship with a lambda that does it.

enhancement
help wanted