Nándor Holozsnyák
                                            Nándor Holozsnyák
                                        
                                    **Describe the bug** If a template is having Qute #includes in it, at initialization JBang will not be able to resolve the dependency templates. Example template file with includes, of...
- {filename} and {basename} have different validation rules for their usage - fixes #1318
**Describe the bug** JBang templates are providing ways to reuse the file input name coming as an input from the user. It can be {filename} and {basename}. If the input...
**Describe the bug** Template catalog names when templates are being listed only being resolved from the implicit catalog, that only gets populated if (of course there are other possible methods,...
**Describe the bug** Testing Quarkus based JBang script is not working properly. **To Reproduce** Steps to reproduce the behavior: Lets see the following code snippets: Simple REST controller (RestEasyExample.java): ```java...
Quarkus is not a new stuff in the Java world, nor GraalVM. GraalVM is capable of creating native executables based on Java classes or .jar files. Quarkus is utilizing this...
…to a new Security class that is a singleton and not using static fields Related issue: https://github.com/TakahikoKawasaki/nv-websocket-client/issues/235
- Spring RestClient support ## :scroll: Description - New classes are added to auto configure the neccessary interceptors for newly created RestClients - Tests are added to test the new...
### Problem Statement As Spring 6.1 introduced the new RestClient approach for calling HTTP APIs, the Sentry SDK is not yet providing an auto configuration for it to set the...
In this issue we talked about a JBang catalog generator (https://github.com/jbangdev/jbang/issues/1202) and here is my solution for this one. I'm thinking on where it should be "hosted" or make it...