问题标签 [modernizer-maven-plugin]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
283 浏览

java - 现代化的 Maven 插件 Joda Instant

我正在尝试从 LocalDate 构造一个 org.joda.time.Instant。通常它很简单:

但是我正在处理的项目使用了modernizer-maven-plugin,并且违反了Prefer java.time.Instant。我无法更改我尝试使用的类的 API。

所以,我的问题是如何“首选 java.time.Instant”?

谢谢