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
Previously failed to read in a double[][] written with meta type
Fixes #147
1d00d874a2d98c6c5a1209b430253f184b435660 authored about 8 years ago
a456ba6c4fe8ca8a39931d944bae58b0fde73fbc authored about 8 years ago
d54e9e690b66357eb2492080e046af9b44502491 authored about 8 years ago
They do not have @return tag
Fixes #146
Add new builder superclass to avoid generating another method
Fixes #143
A simpler form of serialization that does not send type information
68e066b9cda12f67e3015aa06e6892476734fbf7 authored about 8 years ago
Enables non-private constructors
Fixes #145
The bean builder should accept any meta property implementation
Fixes #144
Methods that override the superclass to change the return type
Fixes #143
777af289d541f793dc29e1a88ffeb676d52529a0 authored about 8 years ago
Fixes #142
7b3bddc8d5c27ebfe1efbcb390ebdc4dec7b81bb authored about 8 years agobc910e0ab068138bb14286b63a133f878af9cfc3 authored about 8 years ago
Fixes #141
dc6db45a1ca1b9b0f9a730bcbd9ec8ca20fe491f authored about 8 years agoa5ecc55c717f279b775679e753ad34dec65b95ad authored about 8 years ago
0abbca2149146d6353f89d9b17f99fb48ef34e69 authored about 8 years ago
Scope of meta bean and builder should match scope of main bean
Fixes #140
0115fbe5e9170f25c0491977e957a801d5cd2842 authored about 8 years ago
6a21331653f153a28e43b65e7b71552005852831 authored about 8 years ago
98462532c32d47a28d2d6ade05ccc752c4a84bd1 authored about 8 years ago
Allow more extensibility in deserialization
Fixes #128
Fixes #139
4a21c2f8e152dab652567a61024f3e6eda9802ba authored about 8 years agoFixes #138
f226eb1808baab0d9be389dd7fd2ebcb5d9ca49b authored about 8 years ago
Take PR and extend it changing boolean flag to a style
This allows clone methods to be generated...
76dd421d225ae60e4b7497a83a963bc12a143e6f authored about 8 years ago
f828b0f1750d3a6cee00c4d8e38166849a5759b5 authored about 8 years ago
Enhance Guava deserialization when using immutable collection types
Fixes #131
215bcf380f6f67cfd0627c72b01e491280bd5eb7 authored about 8 years ago
Fixes #134
d6ef57dafcd2f95b8a7f2d772efc94968da44061 authored about 8 years agoFix parsing of config commandline argument and jdk6 config
95bb36c1e5227734b9855dabbe67fa6aac1d2b2a authored about 8 years agof372d1f89fed58e64feb3dc4091b00fac0879597 authored over 8 years ago
d9816167e0e8d03800705fa9e951beccd7312fff authored over 8 years ago
Fixes #123
fe8fee8992229c0a4e1c8b067a3f4baec0d6a264 authored over 8 years agoFixes #130
bd707a95772688853dcdd53a78825e484dd2d6e1 authored over 8 years ago4dc3b2cdc7330b8eafe9bb56d66457a5e99abeaa authored over 8 years ago
03b5a052469d39cdba93da5bcd649d42f6940b12 authored over 8 years ago
45fb6c4fd6b18cea70e4b3400a7244f8c09f5f9d authored over 8 years ago
3c622324f66e8ab4b6c7bdb18fa3a74034bad4c0 authored over 8 years ago
Fixes #127
6b75c06e0b0d7cd847bd270cf66bc51806c88458 authored over 8 years ago
Previousy they did not report the correct property type
This caused serialization to fail
Fixes ...
Fixes #125
96e0e340eea98b6db70584d4d1a19fa4afd528f7 authored almost 9 years ago
Where JSON document contains an integer, but property is double/float
the data can be converted ...
b34aaa058bbefa1e7d0b3530b9c204036116d44f authored almost 9 years ago
d46b21bb39c6e95e846b3eebe14a3331f959bcc4 authored about 9 years ago
Provide control by annotation
Fixes #118
0864f16c6a2a3c7d2cbb8c9cd17797270cd582d8 authored about 9 years ago
Fixes #120
1e4c85d0cda9fca9a78bba97b854d2758d83d24b authored about 9 years agobf2b9f93b45f6e494fbbc70b2dd25bb8f8e3816e authored about 9 years ago
Additional methods on JodaBeanUtils
Fixes #117
d8d0b72f6a7c6aea5ac8bae6b2f35ae4fb5f294d authored about 9 years ago
Handle case where interface does note extend Bean interface
Fixes #119
Allow open brace to follow implements Bean/ImmutableBean/Serializable
Also allow open brace to b...
Needed on cachedHashCode and propertyChangeSupport
Fixes #115
Where possible, avoid the null check
Fixes #114
Missing registerBean() call
Needs to be more lenient when finding the constructor
3eee97f93fc579d4906b5e693e4db78c483cf4a8 authored over 9 years ago
d39e50d09cbbc43cb976af91fb2ae067a3fcf905 authored over 9 years ago
Ensure meta property methods are correct
See #111
1c3c2ea25d4f09d9a1a8d18c95e497cae3befc05 authored over 9 years ago
Ensure import added when needed
d0fff42c7c5b191b44ff8233dafdf7a68bec52c6 authored over 9 years agoTweaks that allow artificial test coverage to hit more branches
805794c83ff0793995893d04c7d85ea3d3299a8c authored over 9 years agoSee #111
13ab3f7ecd803ac327833731373a6bfb79a12bc3 authored over 9 years ago
Manual approach avoids changes to user code and other errors
Fixes #103
Wildcard extends on input can make the API easier to use
See #103
(reverted from commit 0242edf...
0e02988f857843ea96158c19b90ffeed04a041df authored over 9 years ago
Immutable beans where two generic types and types are linked
For example, Foo<A, B extends Compa...
Light-weight beans with minimal code generation
Use reflection to implement beans
Fixes #111
Clarify lifetime of serialization readers/writers
d1d55445a6b997983d731897333a2067f8093ac9 authored over 9 years ago
Add basic support for bound properties
Implementation only handles non-final properties
See #78
Allow immutable construcors to have scope other than private
Fixes #107
8daf35c0de6f3b2cfa15810bae41d9510249899a authored over 9 years ago
Fixes #109
9b4489386b49c3e78e1502d0c2857ca932a521c5 authored over 9 years agoFixes #108
24f0db6bb7e763d25b408a92e44c1874060829fd authored over 9 years ago
Wildcard extends on input can make the API easier to use
Fixes #103
Support wildcard types
Fixes #104
When using builders, the documentation needs to be as good as setters
Fixes #106
8aab7cb3fa59ea22c1ca74c843f4f53e0254ff0a authored almost 10 years ago
9046eb0826773403d67081e480a0993e9f872c31 authored almost 10 years ago
Fixes #102
8bf5b091889763f42935ada28432d60551304e74 authored almost 10 years agoFixes #101
e23e8fed5d5e08ce93760ab9d5e478ca870e7b0b authored almost 10 years agoc2cea84a65a49a482967ff5076356fd9e07435ac authored about 10 years ago
4d3570044c872182a1030b0e5ab2f82f2a5671e9 authored about 10 years ago
Avoid copying and object creation where possible
Fixes #96
Avoid copying and object creation where possible
Fixes #96
Move line index to PropertyData
2468bb83878ffc7e7e8952b0294b711e2ad3364e authored about 10 years agof570fa041df3fd700de2a2598464f53abf655210 authored about 10 years ago
85314fac27f965fce83b07deede772a42b37ef9f authored about 10 years ago
a1ed90df869263b70cb340d3d7e0854b2d84dc64 authored about 10 years ago
9faf86e36587caa2e2981ad36422c935c1eb4103 authored about 10 years ago
This allows tooling, such as the maven plugin, to be enhanced
Fixes #99
Dedicated exception type with file and line number
Allows tooling, such as the maven plugin, to ...
b5812cbc159e0247ea54327df44ee775a8651ede authored about 10 years ago
From PR
Fixes #97
Fix wrong parsing position for verbosity parameter
19acda8ca74c79ba3111d032f34680e25630cf04 authored about 10 years ago780e35f18b5f770bfca8e57e6b13716831113f50 authored about 10 years ago
9b28e6aa57a679ce7ac82f80e33879367db2a19e authored about 10 years ago
ac147ec8f07c8b5fac4e3b5b40543457bf5cd093 authored about 10 years ago
620ef5c668d7bf7291f2f2e3de3d1f1d812f5ea5 authored about 10 years ago
9920e51f461d93f8d59794a5ae9f3147bfcaab59 authored about 10 years ago
Handle case where property is defaulted from value of another property
Fixes #95