slankka
slankka
(It is very **important** that you created an Apache Knox JIRA for this change and that the PR title/commit message includes the Apache Knox JIRA ID!) ## What changes were...
## New Feature 1. If using DATETIME with current_timestamp, the corresponding data field need not set, it will generated by database. ## Robustness Improvement 1. change maven plugin artifact to...
**Describe the bug** CatRegistryFactoryWrapper has a potential NPE bug **To Reproduce** 1. install artifact cat-monitor [Dubbo整合插件](https://github.com/dianping/cat/tree/master/integration/apache-dubbo) 2. start application ``` net.dubboclub cat-monitor x.x.x ``` **Expected behavior** normal startup **Versions** Dubbo...
close #2343
Backport from master to release-2.0 (cherry picked from commit 5e48853377623d67c124d7c4f173ecba45c26118) This PR is a backport of https://github.com/apache/flink/pull/26670#issuecomment-2974767617
I am a heavy JPA user. here are my advices: ## about mapping rules for temporal types: datetime -> Instant/LocalDateTime/Date timestamp -> Instant/LocalDateTime/Date for datetime/timestamp, can you support `DEFAULT CURRENT_TIMESTAMP...