-
I'm trying to get the secure websocket or non-secure websockets to work with the gateway in version 4.1.4. I get the same error using `wss` or `ws`.
I'm getting this error on startup:
```
org.s…
-
--1.7 中是:
public List getGroupConfigs() {
return this.groupConfigs;
}
升级到1.8后 变:
public Set getGroupConfigs() {
return this.groupConfigs;
}
--- 错误日志:
Handler disp…
-
Actual:
The following stack trace occurs when running the following commands:
```
fw build example-databaseconnectiontask
fw activate example-databaseconnectiontask
```
without
```
fw …
-
When I use in a JUnit Test LocalDateTime.MAX and LocalDateTime.MIN I recieve an exception. See exception below.
I use
- SpringBoot version 2.1.3
- Jackson 2.9.9
- Junit Jupiter 5.3.1
2019-0…
-
**Describe the bug**
With the following iCalText format :
```
BEGIN:VCALENDAR
PRODID:-//IDN nextcloud.com//Calendar app 5.0.0//EN
CALSCALE:GREGORIAN
VERSION:2.0
BEGIN:VEVENT
CREATED:20241024T…
-
**Describe the bug**
When I try to import WSDL file in a SOAP project, I got an exception:
```
2024-04-10 14:50:35 2024-04-10 07:50:35.406 ERROR 1 --- [nio-8080-exec-5] o.s.b.w.s.s.ErrorPageFilter …
-
_Note: Bug Reports not following this template may be closed without feedback._
**Getting Help**
Please use this issue template for reporting identified or suspected **bugs** *only*. For support o…
-
When using @InitBinder to set allowed fds shipments are not being edited and saved
-
According to the [migration guide](https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-4.x#default-handling-of-head-and-options-requests):
> As of 4.3, Spring MVC…
jmle updated
2 months ago
-
### Describe the bug
I want to use the new `ListSignal` with a Java Record that contains a field of type `LocalDateTime`. This is currently not possible, as a request from the frontend to the backend…