John Niang

Results 473 comments of John Niang

/reopen 我将重新打开当前 Issue,持续讨论 OpenJ9 和 Hotspot,最终决定是否需要同时提供两个基于不同 JVM 的镜像。

1.x 已经停止维护,请参考 。我们将关闭当前 Issue。 /traige unresolved /close

乐观锁错误建议用 log.warn 记录,有时候我们在生产环境下需要知道确实发生了乐观锁的问题。

/kind improvement /area core /remove-triage unresolved

About data migration, please see https://github.com/halo-sigs/plugin-migrate for more.

About attachments migration, please see https://github.com/halo-dev/halo/pull/2807 for more.

当前 Issue 暂未解决,我将重新开启。 /reopen /milestone clear

org.springframework.data.repository.core.support.AbstractEntityInformation ```java /* * (non-Javadoc) * @see org.springframework.data.repository.core.EntityInformation#isNew(java.lang.Object) */ public boolean isNew(T entity) { ID id = getId(entity); Class idType = getIdType(); if (!idType.isPrimitive()) { return id == null; }...

/kind feature /area core /milestone 2.0.x