Adam Gent
Adam Gent
@SentryMan Yeah my current concern is that the core model is not flexible enough and there are all these "special" cases. I learned that the hard way. I think what...
@rbygrave > Can you explain what this does? Does it load all the ENV vars that start with MY_COMPANY_ ? Yes what env:// and system:// do is load key words...
> Looking again through the PR, I feel the API could have been more like: > > ```java > public interface URILoadContext { > > Optional parser(String extension); > >...
@rbygrave @SentryMan I forgot to add on the unit testing approach. We used to have our default (opinionated loading) do something like: ```java Variables variables = Variables.of(System::getProperty); // just replace...
LGTM. I think we get this in before #176
> The project doesn’t cache pages. If you enable caches, you just test the “HashMap” implementation. maybe that’s is why some frameworks are slower. I don't follow nor understand why...
@jknack also might want to checkout how javadoc supports markdown including an LTS version. Recall that you can retrieve the javadoc from an annotation processor.
Just some incoherent thoughts/findings I thought I would share: When I was looking into doing this I was actually surprised to find almost zero annotation processor libraries to map jdbc...
@lukaseder Yes this is a valid point for the performance case of blindly selecting. Also I wasn't trying to single out jOOQ on bad performance (on the contrary the performance...
@lukaseder and @arnaudroger > While it would be possible to auto map a well known record type to a well known POJO type through generated code (and I think there's...