Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/JodaOrg/joda-time
Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8.
https://github.com/JodaOrg/joda-time
PeriodFormat. Add Polish locale to PeriodFormat. Add tests.
6762d7919e99c741c66f0a22f0d1175d3e631c86 authored over 10 years ago by Grzegorz Świerczyński <[email protected]>0843affdfae354c7799db55d45c28d89f30b0ae2 authored over 10 years ago by Stephen Colebourne <[email protected]>
fc68b68aed050b2ab43c2df097140ead8b75d387 authored over 10 years ago by Stephen Colebourne <[email protected]>
Add additional overflow check for Duration constructor.
3f3b446595502127f6905be8bcf6b1b5b4171c84 authored over 10 years ago by Stephen Colebourne <[email protected]>fc231dc3ed22d75bdcb1f386136baa4c4d93131d authored over 10 years ago by Chung-yeol Lee <[email protected]>
8626507f5df4133fb0c341a85e22fc87f25250db authored over 10 years ago by Stephen Colebourne <[email protected]>
680f94d0565075e98e3c947d359e7e29451e1b96 authored over 10 years ago by Stephen Colebourne <[email protected]>
ab9166ef7612ff3ad28537e7e52100f685a53e9c authored over 10 years ago by Stephen Colebourne <[email protected]>
894cad68e3e2ed2697e60244e11bb7089d5978e8 authored over 10 years ago by Stephen Colebourne <[email protected]>
DateTimeZone.getOffsetFromLocal() method
Fixed to handle the last cutover in DST history correct...
If one end was within a DST overlap and the other end
beyond the overlap then the calculated per...
70ee94062e12002575a2d1d398d315915b646221 authored over 10 years ago by Stephen Colebourne <[email protected]>
Fixes #97
1379098f681f0d4d6f0a3403ab6727dc3437b6df authored over 10 years ago by Stephen Colebourne <[email protected]>See #97
04909bda4b942b4ad90fef5afc4e7cd484ee5f11 authored over 10 years ago by Stephen Colebourne <[email protected]>See #97
7161f9c03d40dbe6325906931a7b3d3a310bfb12 authored over 10 years ago by Stephen Colebourne <[email protected]>
Only access to CharSequence is via DateTimeParserBucket
Fixes #111
See #111
20f6e455e8a37977c2b7209cf3833e049ca2abed authored over 10 years ago by Stephen Colebourne <[email protected]>See #111
002c7b49fcfddbd305b55ca77306eda37ec76ebe authored over 10 years ago by Stephen Colebourne <[email protected]>Fixed incorrect javadoc
1f8287f7f87bd6522a9bf13909a669b6fbbdad64 authored over 10 years ago by Stephen Colebourne <[email protected]>3a2fe0a8f85e96efc9543306786bdb372d4c4be2 authored over 10 years ago by vrozkovec <[email protected]>
c38ff0f986664b7d195d62391ff23f3f4e6139bd authored over 10 years ago by vrozkovec <[email protected]>
Define year as greater than weekyear
Fixes #96
Fixes #98
Fixes #142
6f157ae0dd7d524cf8eeae2a5da0f62080b686a0 authored over 10 years ago by Stephen Colebourne <[email protected]>These fields are not constants
ece149201b73df13b3a40e46f2ab4c26aa81c633 authored over 10 years ago by Stephen Colebourne <[email protected]>
Cache was never used
Weak map seems like overkill
Fixes #143
My testing suggests it has no or negative benefit at this point
Synchronized block it defended w...
See #137
fcf264d737af5a37d45c6c5c9802487ce53c8de8 authored almost 11 years ago by Stephen Colebourne <[email protected]>Added missing words in ReadableDuration's javadoc
e847bbcb04f110349ab19d455e016c65a7dddda0 authored almost 11 years ago by Stephen Colebourne <[email protected]>4e6229f498ab47eb577173642cada45e1cc6daee authored almost 11 years ago by Craig Gidney <[email protected]>
cadc571096b653109913af6fef1e6a59f2983036 authored almost 11 years ago by Craig Gidney <[email protected]>
Calling DateTimeZone.forTimeZone() would break if the ID was null
Fixes #133
38794869c3f3efc568ee37f7ba02639337f755be authored almost 11 years ago by Stephen Colebourne <[email protected]>
Fixes #129, #127
b7ddebdf7a76ba1bc86a456152dddb7d893d0bb6 authored almost 11 years ago by Stephen Colebourne <[email protected]>acfec45d0324e41b8159cf2e63071390893e2037 authored almost 11 years ago by Stephen Colebourne <[email protected]>
Fixes #126
7385f322966dac2b1e1c843d0192085df648c497 authored almost 11 years ago by Stephen Colebourne <[email protected]>37ce3704787a4967a6238e3f3f56894f7554daef authored almost 11 years ago by Stephen Colebourne <[email protected]>
5806938f132cd805f14996a0b8d048f02b3d56eb authored almost 11 years ago by Stephen Colebourne <[email protected]>
Previously a String was created from the ints, and a locale.toString was
invoked (which is a pre...
3b8cdbbdb9b006c1ec42e72216651655147730bd authored almost 11 years ago by Fabian Lange <[email protected]>
199980566f918317cf7819adb4084e5a8d157114 authored almost 11 years ago by Fabian Lange <[email protected]>
This commit replaces the cache lookup using only the zone and then
iterating over the ArrayList ...
All Chronology classes used synchronising on the chronology cache, which
leads to degraded perfo...
f17223a4974f3e55097456441d7386735c97ffd6 authored almost 11 years ago by Stephen Colebourne <[email protected]>
Ensure that Appendable can be used efficiently in printing
Fixes #120
Fixes #121
Fixes #122
d0514b4c01ee19885a0579f2891dee057091a934 authored almost 11 years ago by Stephen Colebourne <[email protected]>
Testing revealed no difference in behaviour
Fixes #122
a402cb2f7a00eeef07e0070ecdf27fe81793d701 authored almost 11 years ago by Fabian Lange <[email protected]>
c3ef36272bddbb08854a4a5939a611668ea68450 authored almost 11 years ago by Stephen Colebourne <[email protected]>
d6e89413dd1f67986c6257178359442123881485 authored almost 11 years ago by Stephen Colebourne <[email protected]>
77a406263448839e89afd856233ae73b9c4e2e15 authored almost 11 years ago by Stephen Colebourne <[email protected]>
day-of-month and day-of-year should report leap days
Fixes #110
5a7bd39f3044bf1c1678d85744c12315e3441967 authored almost 11 years ago by Stephen Colebourne <[email protected]>
51ca3165cde8f914dc8c0e038a514698bfe8dbbc authored almost 11 years ago by Stephen Colebourne <[email protected]>
Previously, new DateTime(Long.MAX_VALUE) would be accepted, now it will be rejected
This ensures...
Fixes JodaOrg/jodaorg.github.io#1
bd8522f7976a256ffe0f85203fb1e6fe60c22b6b authored almost 11 years ago by Stephen Colebourne <[email protected]>2789373df58beac42b26425ace5f4728df842f20 authored almost 11 years ago by Stephen Colebourne <[email protected]>
String.equals(SoftReference<?>) throws a ClassCastException. Reordering the code checks first th...
a25bf149a001e4b2d69e01f03376e698c760fc02 authored about 11 years ago by Jorge Perez Alvarez <[email protected]>Tiny typo fixes
35a9f97a047c9f7fe8499f1d45247c158d8c99b7 authored about 11 years ago by Stephen Colebourne <[email protected]>8754b711247cf0dee21281f7c64306118cf70d61 authored about 11 years ago by Keith Amling <[email protected]>
39fff6f157f9ed92cdae32680129ceb74288eb0f authored about 11 years ago by Rowan Hill <[email protected]>
Fixes #95
4058d725e2b886e429233aa02bc45c3acf374471 authored about 11 years ago by Stephen Colebourne <[email protected]>
Also ensure unsupported duration fields are compared properly
Fixes #93
Also ensure unsupported duration fields are compared properly
Fixes #93
Fixes #77
8d109fe1a999a11b4557536dd96f9210460a5936 authored about 11 years ago by Stephen Colebourne <[email protected]>
Validation in this method was not as thorough as that in the constructor
This allowed invalid pa...
Fixes #89
bcb044669b4d1f8d334861ccbd169924d6ef3b54 authored about 11 years ago by Stephen Colebourne <[email protected]>Fixes #92
81a818471a9ef5f0e884ae2d319668eff5002738 authored about 11 years ago by Stephen Colebourne <[email protected]>a61b3ff22820c70d36958ac9090f241f99a0dd0b authored about 11 years ago by Stephen Colebourne <[email protected]>
e72c41ca90db6923f6e8680c2063a8091f86ffcb authored about 11 years ago by Stephen Colebourne <[email protected]>
Spelling fixes for Duration
19c4b7b751c965cd3e83b1321dbdc84b18f59b01 authored about 11 years ago by Stephen Colebourne <[email protected]>ade422e9211bf23c276ff135822e3325693160b8 authored about 11 years ago by David Haguenauer <[email protected]>
88189883556c6b3f2b6bf54edd61d6a297ff6c8e authored about 11 years ago by David Haguenauer <[email protected]>
3755205b2b987f67f100a55707e1b9db93462dda authored about 11 years ago by David Haguenauer <[email protected]>
Fixes #62
2d9d9cdae4fc74ae136b06d2996b0549a14b6f3d authored about 11 years ago by Stephen Colebourne <[email protected]>Add a seperate description for fraction of second presentation
05a0afda69655047df95847d378e46e6b99749cb authored about 11 years ago by Stephen Colebourne <[email protected]>8f79f89acd75833a5325212a05dc04e30a7f36a0 authored about 11 years ago by Peter Marsh <[email protected]>
See #78
e02af2cb44051bb085966b884722665669330a4e authored about 11 years ago by Stephen Colebourne <[email protected]>Fixes #79
a6cb59ed2280ab0a32995fa8b5f1a7b0d47cb815 authored about 11 years ago by Stephen Colebourne <[email protected]>a38b5e0c620a4a4dc310d35105e3e432c4e91fc3 authored about 11 years ago by Stephen Colebourne <[email protected]>
Fixes #83
f248cec4ac17197849357a55f286541241b84dd9 authored about 11 years ago by Stephen Colebourne <[email protected]>Use syntax highlighting in the readme file
ef64bcedb2101e0b1d093394cf4bb392742a27d6 authored about 11 years ago by Stephen Colebourne <[email protected]>0a47ac1ccafc02adae2f5e6d92da9d2c23e4982e authored about 11 years ago by Artur Dryomov <[email protected]>
See #73
4e2042fae407224a08d01d21e9b9ce2279a44db1 authored over 11 years ago by Stephen Colebourne <[email protected]>7889dd16ce34af5912d6c89a92bf4aa7c2a30d3c authored over 11 years ago by Stephen Colebourne <[email protected]>
b4e35700f883fefa579245e425cd3015c10cf77d authored over 11 years ago by Stephen Colebourne <[email protected]>
Caches should not be serialized
Harmless change, even though it is unnecessary in normal seri...
f1266986177fc75583e07a518734c1bf0df295bc authored over 11 years ago by Stephen Colebourne <[email protected]>
Tweak pull request
Fixes #72
a8e6010c31a4a0338ae79bfc6b3271a952ce5906 authored over 11 years ago by Stephen Colebourne <[email protected]>
LocalDate hash code meets criteria of the racy single-check idiom
Fixes #68
See #67
6ac6c0beed7674eeabdd272549e94d928a05d25c authored over 11 years ago by Stephen Colebourne <[email protected]>d0346a85a0417d2affdd31c9f1bf8adb8d917046 authored over 11 years ago by Stephen Colebourne <[email protected]>
57e51720a8383744ef577a14a08eb7ef10cc8fb2 authored over 11 years ago by Björn Pollex <[email protected]>
bd39d516521f3346067c7e54c3ecc4809c695d2c authored over 11 years ago by Björn Pollex <[email protected]>
* added tests and implementation for `FieldUtils.safeDivide`
* renamed multiplication tests to ma...
6fbb9bc9ad13012a429c970b19b50a22f8dbebdb authored over 11 years ago by Björn Pollex <[email protected]>
fba9e5e62a5c7dc3f9c480b2862010c7a322a2d3 authored over 11 years ago by Vsevolod Ivanov <[email protected]>
Fixes #66
229c7d01edb902fa093ea36ee5ca2f21409d9a95 authored over 11 years ago by Stephen Colebourne <[email protected]>See #66
970139e65c754536b95a2b706f65ad3484ba68f5 authored over 11 years ago by Stephen Colebourne <[email protected]>See #60
13d3ea10dea99f1e6bbac06e18da450fe1e9add2 authored over 11 years ago by Stephen Colebourne <[email protected]>See #60
c23a46bb0540976f7c40f50a35a27f5be8d79429 authored over 11 years ago by Stephen Colebourne <[email protected]>