rocker icon indicating copy to clipboard operation
rocker copied to clipboard

Java 8 optimized, memory efficient, speedy template engine producing statically typed, plain java objects

Results 80 rocker issues
Sort by recently updated
recently updated
newest added

Bumps [undertow-core](https://github.com/undertow-io/undertow) from 1.3.18.Final to 2.2.15.Final. Commits c0b0d33 Prepare 2.2.15.Final a3aebce Merge pull request #1290 from carterkozak/UNDERTOW-2019 8531ff7 Merge pull request #1277 from gaol/test_undertow-1981 cda3aae Merge pull request #1289 from...

dependencies

Hi Rocker ! Is there a way to provide default value for null to avoid NPE during rendering, for example rendering empty string instead ? I understand there's a null-safety...

enhancement

This implements the changes suggested in #143. The behaviour is not changed but the Gradle plugin is now compatible with Gradle 7.

The method [RockerUtil.listFileTree](https://github.com/fizzed/rocker/blob/4a8d6f11eaf2fb573ba3c142fe4b1464823f24fa/rocker-compiler/src/main/java/com/fizzed/rocker/compiler/RockerUtil.java#L160) throws a `NullPointerException` if there is any file within the template directory which is neither a "normal file" (as defined by [`File.isFile()`](https://docs.oracle.com/javase/7/docs/api/java/io/File.html#isFile())) nor a directory. In my...

More of a question than an issue. Is there a formatting tool that can handle Rocker templates? e.g. I use Spotless and Prettier.

Motivation: https://arstechnica.com/information-technology/2021/09/travis-ci-flaw-exposed-secrets-for-thousands-of-open-source-projects/

Hi, I'm unable to get hot-reload working in my application, I'm using tomcat (embedded) as server. When compile is called during runtime, TemplateCompiler is unable to fetch classpathUrls from TomcatEmbeddedWebappClassLoader...

Bumps logback-classic from 1.1.2 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.2&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Release block of github main repository page points to outdated release v.0.10.3 while real latest release is 1.3.0 ![image](https://user-images.githubusercontent.com/54187376/117979727-46171d00-b344-11eb-9a62-d12ba906dd30.png)