-
java.lang.NullPointerException: null
at io.seata.rm.datasource.sql.struct.TableRecords.buildRecords(TableRecords.java:195) ~[seata-all-1.4.0.jar:1.4.0]
at io.seata.rm.datasource.exec.BaseTransacti…
-
Hi,
I'm probably doing something wrong, but http://127.0.0.1:3000/CyEx/upload comes back with Not Found (404) on my mac with python 3.9 install. I am using `dev` branch from both `DataDiVR_WebApp` an…
-
One should be allowed to use the eventsource transport with the option "withCredentials".
Cookies can be set to 'httpOnly", which prevent it from being stolen by a XSS injection.
Nowadays, it co…
-
In v2.11.1, navigate to a task execution and click on "view log", the UI shows the spinner and does not show the logs
Browser inspect shows the following errors
_Mixed Content: The page at 'https:…
-
-
The following is invalid:
```java
@Inject
record Heater(Logger logger) {
void heat() {
logger.log("~ ~ ~ heating ~ ~ ~");
}
}
```
To make it work, we have to convert the r…
-
### Describe the bug
SARIF format is not on-par with the JSON format.
### Current behavior
SARIF format is missing most of the JSON format information:
- No license (FOSS) information at a…
-
-
- [ ] I have searched the [issues](https://github.com/codingapi/tx-lcn/issues) of this repository and believe that this is not a duplicate.
### 1. Bug Description
PrimaryKeyListVisitor.newKeyVal…
-
Hi
We are starting to use Katharsis as our REST framework on top of Spring Framework.
I noticed there is JAX-RS support but I am really missing an example of how we should use it in our `@JsonApiRes…