cooper lee
cooper lee
### Describe the bug Any Flow item change config property value, after reopen config dialog, value display error. ### Version 19.0.1 ### Expected behavior show property value ### Actual behavior...
only use phone Register and add user model attribute from request params
**Describe the bug** Environment: Spring boot:3.0.4 Spring cloud:2022.0.1 spring-cloud-commons: 4.0.1 OpenJdk: 17 When preferredNetworks are configured in a multi-network interface card environment, ${spring.cloud.client.ip-address} return a wrong IP. `application.yml` ```yml spring:...
now we have `update phone number` , but this required action can change phone number .
```kotlin class SomeData(fieldOne: String, fieldTwo: String){ private val combo: ComboClass = ComboClass(fieldOne, fieldTwo) fun getCombo() { return combo } } ```` throw exception : java.lang.IllegalStateException: Required property not found for...
Fix the issue in MappingJackson2MessageConverter where deserialization returns null values for POJOs that do not have ```@JsonView``` annotations When a POJO does not have the JsonView annotation set, and Jackson's...