-
### Description
Hey,
since Quarkus Version 2.8 - GraalVM 22.1 is used and therefore link-at-build-time is added as default parameter. (See: https://github.com/quarkusio/quarkus/pull/24213)
Bu…
-
I followed the instructions, added the plugin "id 'info.solidsoft.pitest' version '1.15.0'" and executed "gradle pitest". Then the following error occurred:
```
> Task :trust-object-backend:pitest…
-
Table Definition
table 1
CREATE TABLE `kq_attendance_daily_202401` (
`id` bigint NOT NULL AUTO_INCREMENT COMMENT 'id',
`organ_id` bigint NULL DEFAULT NULL COMMENT '项目i…
-
I am using SerenityBDD with JUnit 5. I need my whole test class to fail when one of my `@Test` methods fails. My test looks like:
```java
package com.xxx;
import com.xxx.frp.steps.*;
import co…
-
### JobRunr Version
6.3.4
### JDK Version
OpenJDK 21
### Your SQL / NoSQL database
Postgres 16.1
### What happened?
I have a job with a `java.nio.file.Path` parameter. When the job parameters a…
pgv updated
10 months ago
-
**Query/Question**
I am trying to upload large videos (>256MB) to Blob Storage using BlobAsyncClient, it is failing.
We have the Input Stream of the video which I am trying to upload to Blob Storage…
-
```java
var roleSetting = pkiSecretEngine.getRole(this.role);
roleSetting.setSubjectOrganization(XXX);
roleSetting.setSubjectOrganizationalUnit(XXX);
roleSetting.setAllowAn…
-
```
java.lang.IllegalArgumentException: Attempt to get java.lang.Boolean field "com.xxxxx.vo.EntrySettingVo.consumptionLimit" with illegal data type conversion to boolean
at sun.reflect.UnsafeField…
-
## Current progress
`@PathName` in constructor doesn't work.
https://github.com/sya-ri/ktConfig/blob/feat/path-name/src/test/kotlin/PathNameTest.kt#L8-L23
```kotlin
@Test
fun serializ…
-
Was this intentional? There's nothing about it in the release notes, and it increases the size of form bodies.