Ivo Šmíd

Results 11 issues of Ivo Šmíd

Hi, I found that following query cannot be parsed with v4.4, but with v4.3 it is ok. ```java @Test void name1() throws JSQLParserException { final String statement = "" +...

Hi, I found that currently you use jsqlparser v4.2, but newer version is v4.4 (which we want to use in our project). It also fails at SqlServerTest.testSql377. Do you have...

Hi, it would be nice to have ability to load/import STGroups from streams. Currently I use it to cache String of template loaded from stream loaded using java.lang.ClassLoader#getResourceAsStream(). I want...

type:feature

Hi, I have found that synthetic fields are matched against specified rules. I think that this kind of fields (also methods?) should be skipped. I can create PR, but first...

discussion

Please check issue https://youtrack.jetbrains.com/issue/IDEA-232541 for detail.

Hi, when I was looking into docs how to customize k8s liveness and readiness probes, I was not able to find it explicitly how to do it. This PR add...

status: waiting-for-triage
status: feedback-provided

## Description Hi, I find out that when scanning SBOM files I am not able to select License scanner, only Vulnerability scannes is available. I dig little bit in source...

Hi, This is PR for https://github.com/istio/istio.io/issues/13664 ... see detials there. Thx Ivos

do-not-merge/work-in-progress
size/XS
needs-rebase
ok-to-test

### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...

kind/docs

Hi, when I use generated assertions for my DTO, what I really missing is assertion to `null`/not-`null` properties. So I have created this PR and want to know what do...