-
I need help with security vulnerabilities . We ran scan with Aqua Sec SaaS offering on the latest Image on Docker : https://hub.docker.com/r/jboss/kie-server-showcase/tags?page=1&ordering=last_updated…
-
java实体:
````
@Data
public static class Bucket{
private long key;
private int docCount;
private String keyAsString;
private Value data;
public Object getValue() {
return data==nu…
-
I have the following error when I run Pitest on my micro services :
```
Class, org.pitest.testapi.TestUnitExecutionListener)' of interface org.pitest.testapi.TestUnitFinder.
15:14:24 PIT >> FINE …
-
### Steps to reproduce
```zsh
rails new testapp -d postgresql
cd testapp
rails g scaffold post title body:text
rails db:migrate
rails c
irb(main):001:0> Post.create(title: "This is a test 1",…
-
-
### problem description
I didn't use `@EnableReactiveElasticsearchRepositories`, But it seems to scan my code and throw out some info messages.I wonder why it works, and it generates a message ever…
mitu2 updated
3 months ago
-
I have recently re-written a service to use the newer AWS SDK (v2), but I am struggling with an error I just can't seem to figure out.
## Short snippet:
```
javax.net.ssl.SSLPeerUnverifiedExcepti…
-
**[sothawo](https://jira.spring.io/secure/ViewProfile.jspa?name=sothawo)** opened **[DATAES-706](https://jira.spring.io/browse/DATAES-706?redirect=false)** and commented
When `CriteriaQueryProcessor`…
-
### Java API client version
8.1.3
### Java version
1.8
### Elasticsearch Version
8.1.3
### Problem description
Getting this error java.lang.ClassNotFoundException: jakarta.json.JsonException
t…
-
I tried to use this plugin with an application generated using jhipster 6.5.0.
If you have no time or intention to upgrade it, can you suggest an alternative.
Thanks.