Tomáš Kraus

Results 236 issues of Tomáš Kraus

I need this PR to test some Jenkinsfile changes with sidecar container setup.

build
graal
jpa/jta
testing

To run the tests, build Helidon and then execute: ``` cd /tests/integration/jpa mvn clean install -Dmssql -Pdocker -pl model,appl -Pnative-image -Dnative-image ``` ``` Tests run: 16, Failures: 0, Errors: 0,...

graal
jpa/jta
dependencies
native-image

Added support to mark database as case insensitive in config file. This is required to run tests in both MySQL and Oracle DB with some shared code, because MySQL uses...

dependencies

Signed-off-by: Tomas Kraus

bug

Let's have 2 tables: - OrderHeader - _@Id_ long id - _@OneToMany(mappedBy = "header")_ List orderItems - OrderItems - _@Id_ long id - _@ManyToOne_ OrderHeader header and JPQL statement `SELECT...

Need to update this dependency to latest. See https://mvnrepository.com/artifact/com.oracle.kv/oracle-nosql-client/18.3.10

dependencies

Some changes in `HealthCheck` API caused build issues with integration tests. Also name removal from `HealthCheckResponse` caused test failures. Fixed build issues mostly with import changes. `HealthCheck` name was checked...

bug
health
DB client
testing
integration
4.x

Signed-off-by: Tomas Kraus PR #4771 backport to 2.x

bug
2.x
DB client
backport