This website requires JavaScript.
Explore
Help
Sign In
Hibernate
/
hibernate-orm
Watch
1
Star
0
Fork
0
You've already forked hibernate-orm
mirror of
https://github.com/hibernate/hibernate-orm
synced
2025-02-17 00:24:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
hibernate-orm
/
hibernate-core
History
Christian Beikov
597f4bdf6a
Get rid of JdbcTypeDescriptor remapping
2021-10-11 16:11:46 +02:00
..
src
Get rid of JdbcTypeDescriptor remapping
2021-10-11 16:11:46 +02:00
hibernate-core.gradle
at the moment we expose
antlr
as an implementation dependency, which is exposed as a compile dependency. Instead use
antlr_runtime
as a runtime-only dependency and
antlr
for the
AntlrPlugin
2021-10-07 13:10:53 -05:00