-
Notifications
You must be signed in to change notification settings - Fork 42
/
RELEASE-NOTES.txt
30 lines (22 loc) · 1.25 KB
/
RELEASE-NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Joda-Time Contributions area - Hibernate support
================================================
Joda-Time is a date and time library that vastly improves on the JDK.
This release provides additional support for Hibernate database persistence.
See http://www.hibernate.org/ for more details on Hibernate.
This library was an initial user contribution by Mario Ivankovits and Gregory Joseph, thank you.
Various other developers have provided additional persistence classes.
The Joda-Time contributions area hosts additional code that may be of
use when working with the main Joda-Time library.
Each of these contributions is licensed using the Apache License v2.0.
However, Hibernate is LGPL licensed software.
It is your responsibility to use the joda-time-hibernate jar correctly
in your own application according to the terms of the LGPL license.
Please note that this code is not supported in the same way as the main
Joda-Time code. As such it is possible that methods and classes may come
and go over time without warning - you have been warned!
See the change notes online:
http://www.joda.org/joda-time-hibernate/changes-report.html
--------
Home page: http://www.joda.org/joda-time-hibernate/
GitHub: https://github.com/JodaOrg/joda-time-hibernate
The Joda team