Robert Panzer

Results 15 issues of Robert Panzer

When the code inside a wasm module throws an exception, and catches it within the same execution so that it does not cross the boundary between wasm and Envoy it...

Hard to find the diff, but in line 123 was a duplicate "a" Line 137: EJB 3.1 states in 13.3.7 that the default transaction attribute is REQUIRED. Nevertheless the rest...

The introductory Arquillian example in Chapter 03 uses a remote JBoss container. The test case deploys the war file built from the main java resources that probably do not contain...

Currently callouts refs must be at the beginning of the line so that you get a callout list: ``` ---- This is something to be described ---- This is the...

enhancement

…r parameter, use this classloader also to autoregister extensions, converters, syntax highlighters and loggers. Thank you for opening a pull request and contributing to AsciidoctorJ! Please take a bit of...

Thank you for opening a pull request and contributing to AsciidoctorJ! Please take a bit of time giving some details about your pull request: ## Kind of change - [...

wip

Currently all extensions that a user can register have to derive from a certain base class. For most extensions it is probably sufficient though to register only a function implementing...

Let's consider using the kordamp Gradle plugins: https://aalmiray.github.io/kordamp-gradle-plugins They should reduce the complexity of the build. This requires a migration to Gradle 5 as reported in #747 first (or in...

Currently the abstract Postprocessor base class only supports String based target formats as the `process()` gets the Document and a String. Therefore it is for example not possible to create...