Christoph Rueger

Results 22 issues of Christoph Rueger

This PR suggests a new option `skipPagesStartingWithLocale` (default: false) It skips creating page clones per locale if the path already starts with a locale e.g. `/en/blog/foo` or `/de/blog/foo` This can...

I was building master (dbf5fb4ddbb5ca0d2cc3292bdff0433e4f781949) locally two days ago to get the recent changes and play around with it and I noticed the following error in Eclipse error view -...

Assume a template like from [here](https://jknack.github.io/handlebars.java/helpers.html): `{{blog this s="string" b=true n=678}}` Doing ``` String template = "{{blog this s=\"string\" b=true n=678}}"; Template t = handlebars.compileInline(template); Collection vars = t.collect(TagType.values()); System.out.println(vars);...

* class is a reserved keyword in java code which leads to a compile error when copy pasting this code example

## What This PR is to make it possible to import freemarker in a [bndtools](https://github.com/bndtools/bnd) Eclipse project (OSGI). See https://bndtools.org/concepts.html This allows for easier debugging and development when you are...

**Is your feature request related to a problem? Please describe.** Some background: The reason behind this issue is our attempt to make it possible to send an Attachment to "Outlook...

In our Apache Felix Logback based OSGI Environment we get the following error when using an expression in an EvaluatorFilter: ` Could not start evaluator with expression [mdc != null...

This fixes an class-loading issue in OSGI environments reported in #28 and #22

### Describe the feature you'd like Currently a PDF Export of a page just contains the page title as filename. I usually prefix the date manually to such an export,...

:hammer: Feature Request

This PR generates OSGi metadata during the build the following META-INF/MANIFEST.MF during a gradle build and should address #362 . In other words it creates a proper OSGi bundle. It...