-
### What happened?
I upgraded Selenium Grid from 4.10.0 and Chrome 1.14 to 4.11.0 and Chrome 1.15. Afterwards im getting an exception in Java when trying to get a remote WebDriver. The error only occ…
-
### Describe the bug
Version `6.5.0` changed the way `@EnableKubernetesMockClient` works.
### Fabric8 Kubernetes Client version
6.5.1
### Steps to reproduce
I have a very simple test like this (…
-
This function will cause an IooB Exception if given a sting with many delimiters:
![image](https://github.com/klogging/klogging/assets/3686379/93e09045-840e-4829-a3a4-0cf1b234b1c7)
```
java.lan…
-
### 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…
-
### What happened?
As previous version, below test run well
```
Assertions.assertThatExceptionOfType(IllegalArgumentException.class)
.isThrownBy(() -> action.keyDown(Keys.TAB));
`…
-
```
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…
-
Hello everyone,
I've been experimenting with Quarkus' virtual thread integration and ran some benchmarks. I got some results which I can't make sense of which is why I'm asking for advice here.
…
ozeil 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…
-
org.apache.shardingsphere.sharding.exception.algorithm.sharding.ShardingAlgorithmInitializationException: Sharding algorithm `HASH_MOD` initialization failed, reason is: `t_order` tables sharding conf…