Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/JodaOrg/joda-beans
Java library to provide an API for beans and properties.
https://github.com/JodaOrg/joda-beans
d538385324a19e334b8eda2708551ddef5349622 authored about 10 years ago by Stephen Colebourne <[email protected]>
fc866f66b63c9c35ece7b661e0070ca22e379c7f authored about 10 years ago by Stephen Colebourne <[email protected]>
If the class implements Serializable and has no manual serialVersionUID
then one will be generat...
If the class implements Serializable and has no manual serialVersionUID
then one will be generat...
Pack and unpack optional wrapper as best as possible
Optional wrappers of collection types are n...
Instance variable of property remains nullable
This is as recommended for Java 8
Getter returns ...
Fixes #91
5a69e0cd124e50953e6a8e3e2d5424ca456e4516 authored about 10 years ago by Stephen Colebourne <[email protected]>Fixes #90
d437fa80541b659aa2ad7f524de91376824c4dfe authored about 10 years ago by Stephen Colebourne <[email protected]>33f8d6bcaec576068e96273af089f212f53be8c2 authored about 10 years ago by Stephen Colebourne <[email protected]>
d70794d8c6fd9adf8510183377114f8c210bb3dd authored about 10 years ago by Stephen Colebourne <[email protected]>
7b177456ada89df23109ad1157e580590f751e82 authored about 10 years ago by Stephen Colebourne <[email protected]>
5160738cdd81f1b677aa7f661855fa8bdcaf11f5 authored about 10 years ago by Stephen Colebourne <[email protected]>
Fix bean generation to handle a lack of spaces in field initializers
Fixes #87
Process wildcard lists where possible
Ensure PropertyDefinition "type" attribute works in other ...
Standard hash code impl: hash = hash * 31 + value.hashCode
Joda-Beans incorrectly had: hash += h...
Standard hash code impl: hash = hash * 31 + value.hashCode
Joda-Beans incorrectly had: hash += h...
61ece0a40429318ab4d66df1ff993aa924081f93 authored about 10 years ago by Stephen Colebourne <[email protected]>
Easier to use immutable builders
Fixes #85
Handle final on package-scoped beans
Fixes #86
8fe002952ec45f0b73663f2cc290bbef9412d47f authored about 10 years ago by Stephen Colebourne <[email protected]>
4207b8c638564d558716099134a3bcd5218b147a authored over 10 years ago by Stephen Colebourne <[email protected]>
7e991af6cc24ecaad70bd9bbc336b833c7946c0d authored over 10 years ago by Stephen Colebourne <[email protected]>
e0ad86150b59faff4beda5cdeafb38ae4869ba4d authored over 10 years ago by Stephen Colebourne <[email protected]>
Depth-first iteration handling collections
Fixes #84
No support for generic parameters on second and subsequent union types
Fixes #83
Add alias ability to PropertyDefinition
Fixes #82
Fixes #81
275242d59596d5585725dd55d7afe143e9fa1b40 authored over 10 years ago by Stephen Colebourne <[email protected]>
Add ImmutableDefaults
Fixes #80
Fixes #79
76628151b8168524b7c7dc26a23d73bed2d8c468 authored over 10 years ago by Stephen Colebourne <[email protected]>7dac38bb4af77eab2fa83f8bdb4c3e6a4007e49c authored over 10 years ago by Stephen Colebourne <[email protected]>
6c520adfa5a5f1459be485bbf7e7413f765b6a48 authored over 10 years ago by Stephen Colebourne <[email protected]>
Fixes #75
02e804dd75a2f1bcb136c440895ca53c090567dc authored over 10 years ago by Stephen Colebourne <[email protected]>0038bf7422a7eaa3119ae3d145748b72daeb131e authored over 10 years ago by Stephen Colebourne <[email protected]>
24da023fa49265c4ecc42fb60908dd928f559cf4 authored over 10 years ago by Stephen Colebourne <[email protected]>
Backwards incompatible, but should not have been exposed/used
4564ecef125b0aed9f3ed4d83fc942a7b7133522 authored over 10 years ago by Stephen Colebourne <[email protected]>4e22b551e2521a5b51834c8ad3b992ebdb6a6fed authored over 10 years ago by Stephen Colebourne <[email protected]>
6d1b69b595b08ca0f8a6aae9d80c2736fb04f358 authored over 10 years ago by Stephen Colebourne <[email protected]>
Use Joda-Convert v1.7 effective type in serialization
Ensures most abstract class is used in mes...
Fixes #74
3f50b35919b2090378a5c92332ad4100166d1472 authored over 10 years ago by Stephen Colebourne <[email protected]>13943f5b7b5fb282599462b3b5b318ff6b60a1fd authored over 10 years ago by Stephen Colebourne <[email protected]>
Fixes #74
52a85a3b36a697ce0cf106d25950bd8038135b6d authored over 10 years ago by Stephen Colebourne <[email protected]>Fixes #73
19a42334407d763bfa1a5f5e78206a7588c6acdc authored over 10 years ago by Stephen Colebourne <[email protected]>9b3fe10ce05ba117898cacf0fbcd6c43a26e1bee authored over 10 years ago by Stephen Colebourne <[email protected]>
05c25fcc56524cb0f9335b1bb6cae228b96ab02f authored over 10 years ago by Stephen Colebourne <[email protected]>
Do not output compiler private enum subclass
Fixes #72
7f55eca669299e1f0942a6750b5fad33869152fb authored over 10 years ago by Stephen Colebourne <[email protected]>
Meta-Bean builder() method returned the private buidler
Fixes #70
Fixes #69
36120df355eeb93a2db53db319d3665152c8473f authored over 10 years ago by Stephen Colebourne <[email protected]>
Add tests
Fixes #71
e1a720e7df419ee06135d250341cd4924ca68d1d authored over 10 years ago by Stephen Colebourne <[email protected]>
00847ef6b000fbf187bd1f00686545a5276430c6 authored over 10 years ago by Stephen Colebourne <[email protected]>
Allow immutable constructors to be manually validated
Fixes #65
Fixes #68
2d5dea494c1364d4ba6d7cc1a02090eb97024fe6 authored over 10 years ago by Stephen Colebourne <[email protected]>
Enables weird getter/setter
Fixes #67
Clashes with generic union types
Immutable beans no longer generate a clone method
Use JodaBeanU...
ImmutableMultimap.copyOf() uses a list, so Multimap should use ArrayListMultimap
There is no Imm...
Fixes #64
6380c1d0e5d4c3882707edd4a2112323936690b6 authored over 10 years ago by Stephen Colebourne <[email protected]>71f3e9fc2ba8566942c933fa1e6e686912ec721c authored over 10 years ago by Stephen Colebourne <[email protected]>
1fb609bb0e81dd9e3ed67358176357554375ac63 authored over 10 years ago by Stephen Colebourne <[email protected]>
Fixes #63
fa37493db21d977bb3294bec4bcfcba66712d688 authored over 10 years ago by Stephen Colebourne <[email protected]>39255b8f5137c0aa5d586852ac9d6308102f5672 authored over 10 years ago by Stephen Colebourne <[email protected]>
Fixes #62
b48454e91f4209c4649158bac9f79d6baa5fdec5 authored over 10 years ago by Stephen Colebourne <[email protected]>Fixes #61
5b1b6c40a17a95a3d952f5093e8c0d7821afbecd authored over 10 years ago by Stephen Colebourne <[email protected]>
Additiional tests
See #60
Where a meta-type is used, ensure it works
Fixes #60
Meta-type should be decided based on declared type
See #60
See #60
2c2a1140eeb8a2fe6795ff435a921a0861041d6d authored over 10 years ago by Stephen Colebourne <[email protected]>
Clearer way of expressing relationship
See #60
See #60
7354972efde37204a3ccdb348b2499b986706b98 authored over 10 years ago by Stephen Colebourne <[email protected]>a56123913dec8156e80b3d560e6fdbf63042366c authored almost 11 years ago by Stephen Colebourne <[email protected]>
Fixes #59
14da30f26475ef2b7fe035f3db52ae91405a199a authored almost 11 years ago by Stephen Colebourne <[email protected]>91ffb002d21cf2ee30e5c142fbfdc962fe132275 authored almost 11 years ago by Stephen Colebourne <[email protected]>
Fixes #58
0b9be977d22ccdabc91c055e1c6b5534f5abe6b9 authored almost 11 years ago by Stephen Colebourne <[email protected]>c3009b6508bd1f8df0b6fed0f66322db0353b584 authored almost 11 years ago by Stephen Colebourne <[email protected]>
Fixes #55
f07713e5961f12e5c78bc77579fd87544e6e8c7e authored almost 11 years ago by Stephen Colebourne <[email protected]>Fixes #57
e3aef4793d01f842b15c3cb07befee4e9ddf4c44 authored almost 11 years ago by Stephen Colebourne <[email protected]>Fixes #56
c3d5618f6799f1b91d9b69f87d2a055039488ed9 authored almost 11 years ago by Stephen Colebourne <[email protected]>Fixes #54
049c6eac424c649557a33aeef89a0ed9adf76152 authored almost 11 years ago by Stephen Colebourne <[email protected]>See #54
a20775ff18e1bca4b2a5acb0659f38eeee56b6e1 authored almost 11 years ago by Stephen Colebourne <[email protected]>See #54
76666517d75f8b66f22161d988b44ac34be01e41 authored almost 11 years ago by Stephen Colebourne <[email protected]>See #54
76b60cb6ea73a69d77fec15afe1807d13b80cc96 authored almost 11 years ago by Stephen Colebourne <[email protected]>76dd4fc5b346a4434df376ca1bf1b863fe4081c1 authored almost 11 years ago by Stephen Colebourne <[email protected]>
Fixes #53
62ba1a9acb3e8bee96170994d77edd5e1bac3fae authored almost 11 years ago by Stephen Colebourne <[email protected]>
Builder-based beans will regenerate
Fixes #52
a94e96834960ce560df066e28c200ab005f27fff authored almost 11 years ago by Stephen Colebourne <[email protected]>
Fixes #51
bb77666d0f3d8d769f1304b2cf098af203105c0e authored almost 11 years ago by Stephen Colebourne <[email protected]>b136e7600a4a747ccd8016126980aa45c7a1be2e authored almost 11 years ago by Stephen Colebourne <[email protected]>
0170bec5365188d10c1ad02112cd7f4173649417 authored almost 11 years ago by Stephen Colebourne <[email protected]>
04e0045c4998fc6a2ec309d201dd45b30139927e authored almost 11 years ago by Stephen Colebourne <[email protected]>
252696711788fe6b513bd0a7567edc21a96554ef authored almost 11 years ago by Stephen Colebourne <[email protected]>
Special case for ASCII because it will dominate the data
2eea7cd5ca38a141ba8ce24adfa8d9e48be3d04e authored almost 11 years ago by Stephen Colebourne <[email protected]>a0fa6c0ec890481a2b440f0a42b3fd591014be7e authored almost 11 years ago by Stephen Colebourne <[email protected]>
Handle a bean that has Joda-Convert annotations added, or vice versa
Fixes #50
Fixes #49
5c0fae7f392544ceaf434d391a36fce45c6c417f authored almost 11 years ago by Stephen Colebourne <[email protected]>
Handle a bean that has Joda-Convert annotations added, or vice versa
Fixes #50
Also catch some edge cases
56250ab7f508a4282ede95c445a66cf3517f0ba1 authored almost 11 years ago by Stephen Colebourne <[email protected]>6b3ad7a4c8ade6c88691893f953c8d55daced0cb authored almost 11 years ago by Stephen Colebourne <[email protected]>
Fixes #48
4b5b73f1f2823ace67f84d32a163af130399f48d authored almost 11 years ago by Stephen Colebourne <[email protected]>
Was serializating using the set size, not the unique elements size
Fixes #47
ad0c40ee96d9640d90c3f2c9da5c4d299c5ce1ba authored almost 11 years ago by Stephen Colebourne <[email protected]>