-
I am using Smile to train a Regression Tree (RegressionTree.java). I noticed that when the size of training data is increased (to ~100 million records) the training time is significantly increased com…
-
https://sunlingzhiliber.github.io/java/2018/07/10/java-tool-lombok.html
-
**Type**: Bug
**Component**:
SQS
**Describe the bug**
S3EventNotification is no longer correctly deserialized when switching from `com.amazonaws:aws-java-sdk-s3` to `software.amazon.awssdk:s3-…
-
While tyring to use projections in item reader, always getting "NoSuchMethodException" (for the projection method in jpa repository). Tried multiple ways, although same works when invoking via say a…
-
Java records come very handy to hold parameter values as a replacement for custom classes, as much less custom code is to be written.
Unfortunately JCommander does not allow to put annotations on r…
-
Enabled trace logs to get:
```
13:20:54 | TRACE xtdb.pgwire | Writing server message (with body) {:char8 R, :name :msg-auth}
13:20:54 | TRACE xtdb.pgwire | Writing server message (with body) {:ch…
-
```java
public record MyRecord(String recordName) {
/**
* without explicit getter Jinjava doesn't see it
*/
public String getRecordName() {
return recordName;
}
}
```
The follow…
-
---
Hi @dinesharjani and @philips77,
In my KMM app, which is consuming the Android-nRF-Mesh-Library, after reception of `MeshManagerCallabacks`
- onNetworkUpdated
- onNetworkLoaded
nRF Mesh l…
-
Hello there,
First off, I have created a test repository on github where you can see this for yourself, either in the github action runs or by checking it out locally and running mvn test: [jackson…
-
### Connector Name
source-mongodb-v2
### Connector Version
1.5.12
### What step the error happened?
During the sync
### Relevant information
## Context
When using CDC replication with oplog, th…