Lines Matching +full:pull +full:- +full:requests
3 JSR-310 provides a new date and time library for Java SE 8.
8 The backport is NOT an implementation of JSR-310, as that would require
11 use the JSR-310 API on Java SE 6 and 7.
14 Active development on JSR-310 is at [OpenJDK](http://openjdk.java.net/):
16 This GitHub repository is a fork of that originally used to create JSR-310.
17 That repository used the same BSD-3-Clause license as this repository.
20 Pull requests and issues will only be considered so far as matching the behaviour
26 #### Time-zone data
27 The time-zone database is stored as a pre-compiled dat file that is included in the built jar.
28 The version of the time-zone data used is stored within the dat file (near the start).
29 Updating the time-zone database involves using the `TzdbZoneRulesCompiler` class
30 and re-compiling the jar file.
31 An automated CI job should help keep the time-zone data up to date.
40 However if security issues or bugs are found, or pull requests received then a release may occur.
55 GitHub [issues](https://github.com/ThreeTen/threetenbp/issues) and [pull requests](https://github.c…
58 …tion](https://tidelift.com/subscription/pkg/maven-org-threeten-threetenbp?utm_source=maven-org-thr…
60 Note that pull requests and issues will only be considered so far as matching the behaviour of Java…
63 Pull requests must _not_ be copied from the JDK, because the GPL license is incompatible with the B…
71 * Update version (index.md, changes.xml - checking tzdb version)