cristalp

Results 10 issues of cristalp

As a newbie, I've started to define my datasources (I have 30 datasources). This is a typical example: ``` jdbc:sqlserver://foobar:1433;databaseName=audit_trail audit_trail_user01 change_the_password cursor ReadWrite JBoss-AuditTrailPool sqlserver 5 64 false false...

Sorry if I'm asking a stupid question, but... Starting out with Jcliff, I added an extension to JBoss after adding the module files - Camunda BPM in this case. ```...

First of all, let me thank you for this great tool! I just started with it and I'm adding an XA datasource. Using JBoss EAP 7.3.5, I get a lot...

It would be great to have linting and warnings in the Editor. There is such a software called [shellcheck](https://github.com/koalaman/shellcheck), for which there is also [support in VS Code](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck).

In other launch configurations (Java etc.), it's possible to add variables, like current_date or file_prompt (I can't enter the required dollar sign and curly brackets in this editor). This seems...

I have read the issues regarding `Objects.requireNonNull`, so I expected the following to show no errors (using Spotbugs Maven plugin 4.8.4.0 with Spotbugs 4.8.4). ``` package foobar; import java.util.Objects; import...

We have a couple of endpoints with matrix parameters. One of them looks like this: ```java public Response getChanged( ... @Parameter(required = false, description = "Filter für die zu berücksichtigenden...

bug

This relates to the issue https://github.com/smallrye/smallrye-open-api/issues/1895 The plain text is shown correctly, but during the build I still get messages like ``` io.smallrye.openapi.runtime.io.JsonIO parseValue INFO: SROAP02016: JSON value could not...

enhancement

We use Swagger annotations and a different Maven plugin to generate OpenAPI from our Java code. But we want to migrate to Eclipse MicroProfile annotations and the Smallrye toolchain. There...

enhancement

I have an example of an XML document as it would be returned: ```java public static final String XML = """ baz """; ``` This is used within the REST...