如何从 Hibernate Validator Legacy (3.x) 迁移到 Hibernate Validator 4.x
我们的应用程序是使用 Hibernate Validator 3.1.0(现在称为 Hibernate Validator Legacy)构建的。
我想将其迁移到使用 Hibernate Validator 4.x (4.2.0)。
我似乎找不到任何有关将应用程序从 3.x 迁移到 4.x 的方法的文档。在某些地方提到了它,但我找不到任何有用的信息。就好像 4.x 的创建者让 3.x 上的每个人都悬而未决。
任何人都可以提供一些有关该过程的有用信息或链接。
谢谢。
Our application was built using Hibernate Validator 3.1.0 (now called Hibernate Validator Legacy).
I'd like to migrate it to use Hibernate Validator 4.x (4.2.0).
I can't seem to find any documentation on the approach to migrating an application from using 3.x to 4.x. It's mentioned in certain places, but I can't find any useful information whatsoever. It's as if the creators of 4.x just left everyone on 3.x dangling.
Can anyone provide some useful information or links on the process.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
情况还是和你描述的差不多。最佳可用文档似乎是 JBOSS AS迁移文档,这个不多。
Situation is still more or less as you described. Best available document seems to be JBOSS AS migration document, and that is not much.