Luke Daley

Results 8 issues of Luke Daley

### Expected behavior When using `outputSchemaToDefault = true`, there should be no references to the schema used for generation. ### Actual behavior At least for checks and function default values...

T: Defect
C: Code Generation
P: Medium
E: All Editions

This method effectively loads templates via: https://github.com/alkemist/rocker/blob/69881f8863d2f3adcebeea6a308b326b588e5f87/runtime/src/main/java/com/fizzed/rocker/runtime/DefaultRockerBootstrap.java#L99-L99 This assumes that the classloader that loaded the Rocker runtime can see the target class. Two (non mutually exclusive) potential options: 1. Change...

The current implementation of `DefaultRockerModel#toString()` throws an exception. This is generally suboptimal practice as `toString()` can be called in surprising circumstances. I propose to submit a patch that does the...

This is due to: https://github.com/alkemist/rocker/blob/25e408f0f4d605c25946df53577254e3a3737103/runtime/src/main/java/com/fizzed/rocker/runtime/DefaultRockerTemplate.java#L262-L262 It's not clear to me whether it's a requirement that all `RockerModel` instances are actually implementations of `DefaultRockerModel`. If that's the case, it might be...

My specific use case is that my HTML template is to include a large JSON string. What I'd like to be able to do, is inject this into my template...

When digging around, I noticed lots of raw types and other things that the compiler will emit warnings for. Using `-Werror` would force these to be dealt with. I'm not...

Gradle uses Apache HTTP client for dependency repository and build cache access and inherits its built-in request retry behaviour. This behaviour is implemented by `DefaultHttpRequestRetryHandler` which treats all exceptions as...

a:bug
to-triage

Previously, servers rejecting the request with a 413 response and early termination caused an error to be displayed and no further load/store to the remote cache. Now, it is an...

@execution