dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

The handling of jsr310 times (package names start with java.time) is open to customization with dubbo's own spi implementation, which provides a default implementation in spring that allows you to configure date formats

Open Aresxue opened this issue 2 years ago • 3 comments

What is the purpose of the change

Specify the jsr310 time format based on the configuration when generic invoke

Verifying this change

org.apache.dubbo.spring.boot.context.event.Jsr310ConverterApplicationListenerTest

Aresxue avatar Sep 18 '23 06:09 Aresxue