-
We're using the CF Java client under a fairly high load (tens of thousands of requests per day) and we would like to enable the metrics feature of reactor-netty, so that we can see how many connection…
-
run command via git bash
```
mvn install -pl '!trino'
```
unit test will failed
```
Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 7.277 sec
-
Using plugin version: 1.4.1-Final.
I have a multi module maven project that I am running with:
mvn -pl "!**excluded-module-name**" clean package -T 4C -X
(The **excluded-module-name** uses the p…
-
## Bug Report
#### Versions
- Driver: 1.0.2.RELEASE
- Database: PostgreSQL 13.12
- Java: 17
- OS: MacOS, Linux
#### Current Behavior
When you have some database query zipped with other …
-
**Type**: Feature
**Is your feature request related to a problem? Please describe.**
No, It's not.
**Describe the solution you'd like**
In order to create a new listener, the method defined mu…
-
Hello, I've been making a small test hobby app using this library to access Mongo for testing and this error popped out of nowhere:
```Missing class com.amazonaws.auth.AWSCredentials (referenced fr…
-
### Expected Behaviour
Expecting mvn clean install -PautoInstallSinglePackage to successfully build and instal package to AEM.
### Actual Behaviour
Getting 4 errors:
Uploaded the full output, …
-
I created an OpenSearch domain on AWS inside a VPC. To read from or write data to the domain from my laptop, I have to run SecureCRT, create a session for a Bastion server that is running on AWS and h…
-
An END from genie python hung on LET early morning 29/3/2023
Looking at genie python log, end at 07:18:44 timed out in wait for runstate at 07:34
In icp log, no sign of end until 07:35 - begin wa…
-
**Describe the bug**
We have a ContextListener that initializes a ScheduledExecutorService on application server startup. This ScheduledExecutorService will execute a task every 30 seconds polling…