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

Fix JSON/binary serialization

Previously failed to read in a double[][] written with meta type
Fixes #147

951b242ac99112d3afc4be36dcaec8dac1054950 authored about 8 years ago
Bump version

1d00d874a2d98c6c5a1209b430253f184b435660 authored about 8 years ago
Release v1.10

a456ba6c4fe8ca8a39931d944bae58b0fde73fbc authored about 8 years ago
Remove need for oss.repo flag to be true

d54e9e690b66357eb2492080e046af9b44502491 authored about 8 years ago
Generated factory methods incorrect Javadoc

They do not have @return tag
Fixes #146

d5052eabe1a9a2e7169d2126b12c3469700a0743 authored about 8 years ago
Avoid generating methods in private builders

Add new builder superclass to avoid generating another method
Fixes #143

0eae4584bcc8aaf42f4172aa574d02d35c1d83a8 authored about 8 years ago
Add simple JSON serialization

A simpler form of serialization that does not send type information

68e066b9cda12f67e3015aa06e6892476734fbf7 authored about 8 years ago
Allow mutable light beans with constructor scope

Enables non-private constructors
Fixes #145

230b135edcf342743640309c70d5b8b0bc5d557d authored about 8 years ago
Light bean builder arbitrary meta property impls

The bean builder should accept any meta property implementation
Fixes #144

5d467b454913caa51f463221975d1942478da802 authored about 8 years ago
Avoid generating methods in private builders

Methods that override the superclass to change the return type
Fixes #143

9931b4b5b85104907f4338998becffcc731f73db authored about 8 years ago
Update copyright

777af289d541f793dc29e1a88ffeb676d52529a0 authored about 8 years ago
Fix light bean setters via bean abstraction

Fixes #142

7b3bddc8d5c27ebfe1efbcb390ebdc4dec7b81bb authored about 8 years ago
Add missing generics

bc910e0ab068138bb14286b63a133f878af9cfc3 authored about 8 years ago
Light meta bean should be declared final

Fixes #141

dc6db45a1ca1b9b0f9a730bcbd9ec8ca20fe491f authored about 8 years ago
Bump version

a5ecc55c717f279b775679e753ad34dec65b95ad authored about 8 years ago
Release v1.9.1

0abbca2149146d6353f89d9b17f99fb48ef34e69 authored about 8 years ago
Ensure scope of bean transferred to meta/builder

Scope of meta bean and builder should match scope of main bean
Fixes #140

069ad1ec40fc72785385b9de3dfb5028e8397881 authored about 8 years ago
Bump version

0115fbe5e9170f25c0491977e957a801d5cd2842 authored about 8 years ago
Release v1.9

6a21331653f153a28e43b65e7b71552005852831 authored about 8 years ago
Update docs

98462532c32d47a28d2d6ade05ccc752c4a84bd1 authored about 8 years ago
Add deserializer providers

Allow more extensibility in deserialization
Fixes #128

7249123d438cdb974f2b2eaf7fd817ac11c4e875 authored about 8 years ago
Add light mutable beans

Fixes #139

4a21c2f8e152dab652567a61024f3e6eda9802ba authored about 8 years ago
Avoid NPE for mutable beans with builder

Fixes #138

f226eb1808baab0d9be389dd7fd2ebcb5d9ca49b authored about 8 years ago
Extend clone skip to allow immutable clones

Take PR and extend it changing boolean flag to a style
This allows clone methods to be generated...

9e96748278c87233989a13acd235d2969efa0366 authored about 8 years ago
Merge branch 'bcamel-issue-135'

76dd421d225ae60e4b7497a83a963bc12a143e6f authored about 8 years ago
Added option to omit override of Object#clone for mutable beans (issue 135)

f828b0f1750d3a6cee00c4d8e38166849a5759b5 authored about 8 years ago
Better deserialization

Enhance Guava deserialization when using immutable collection types
Fixes #131

d000b1c2575480032a36341ea166931def6b7283 authored about 8 years ago
Add support for directly deserializing Guava immutable collections

215bcf380f6f67cfd0627c72b01e491280bd5eb7 authored about 8 years ago
Fix incorrect config file

Fixes #134

d6ef57dafcd2f95b8a7f2d772efc94968da44061 authored about 8 years ago
Merge pull request #134 from andreas-schilling/master

Fix parsing of config commandline argument and jdk6 config

95bb36c1e5227734b9855dabbe67fa6aac1d2b2a authored about 8 years ago
Fix wrong line in jdk6 config file

f372d1f89fed58e64feb3dc4091b00fac0879597 authored over 8 years ago
Fix parsing of config commandline argument

d9816167e0e8d03800705fa9e951beccd7312fff authored over 8 years ago
Add generation of static factories

Fixes #123

fe8fee8992229c0a4e1c8b067a3f4baec0d6a264 authored over 8 years ago
Provide integration with Kryo serialization

Fixes #130

bd707a95772688853dcdd53a78825e484dd2d6e1 authored over 8 years ago
Bump version

4dc3b2cdc7330b8eafe9bb56d66457a5e99abeaa authored over 8 years ago
Release v1.8

03b5a052469d39cdba93da5bcd649d42f6940b12 authored over 8 years ago
Additional docs

45fb6c4fd6b18cea70e4b3400a7244f8c09f5f9d authored over 8 years ago
Fix Javadoc

3c622324f66e8ab4b6c7bdb18fa3a74034bad4c0 authored over 8 years ago
Better docs for MapBean

See #124

58d0f54bf751e4892e2042be3fb875c9f2c8b1a5 authored over 8 years ago
Allow scope on meta-bean to be controlled

Fixes #127

6b75c06e0b0d7cd847bd270cf66bc51806c88458 authored over 8 years ago
Fix optional properties on light beans

Previousy they did not report the correct property type
This caused serialization to fail
Fixes ...

f68c943fd20137255db68ede1675d993220d0603 authored over 8 years ago
Add support for EnumSet

Fixes #125

96e0e340eea98b6db70584d4d1a19fa4afd528f7 authored almost 9 years ago
Allow JSON parsing to convert integer

Where JSON document contains an integer, but property is double/float
the data can be converted ...

86e8685c0ed16d6f186c3ec42dde0af95f29a39a authored almost 9 years ago
Bump version

b34aaa058bbefa1e7d0b3530b9c204036116d44f authored almost 9 years ago
Release v1.7

d46b21bb39c6e95e846b3eebe14a3331f959bcc4 authored about 9 years ago
Use fields in equals/hashCode/toString

Provide control by annotation
Fixes #118

0cdc4a6aaeb415c2220486d08496883214a3f6a8 authored about 9 years ago
Document manual equals/hashCode/toString

0864f16c6a2a3c7d2cbb8c9cd17797270cd582d8 authored about 9 years ago
Generate ConstructorProperties annotation

Fixes #120

1e4c85d0cda9fca9a78bba97b854d2758d83d24b authored about 9 years ago
Use new travis.ci infrastructure

bf2b9f93b45f6e494fbbc70b2dd25bb8f8e3816e authored about 9 years ago
Add tolerance to bean assertion

Additional methods on JodaBeanUtils
Fixes #117

a596ab81d120c84c788c675c0aad979bbb6adb59 authored about 9 years ago
Remove unecessary final modifier

d8d0b72f6a7c6aea5ac8bae6b2f35ae4fb5f294d authored about 9 years ago
Fix XML to read/write interface base keys

Handle case where interface does note extend Bean interface
Fixes #119

3db51f0ab16ff25d6416f45e8fbd7997e943fd6b authored about 9 years ago
Make parser more lenient when finding supertype

Allow open brace to follow implements Bean/ImmutableBean/Serializable
Also allow open brace to b...

d16fd40e4a155d3a59b2e4df553d55436792db7f authored over 9 years ago
Use configured prefix

Needed on cachedHashCode and propertyChangeSupport
Fixes #115

ec3157d753acec640933fb13981080a027204e32 authored over 9 years ago
Avoid null check when cloning

Where possible, avoid the null check
Fixes #114

0d7108f656dd8824d06a6b2c921e5d37f4700e87 authored over 9 years ago
Fix light beans

Missing registerBean() call
Needs to be more lenient when finding the constructor

d9d60604f4376d0519323c1304405f93f19a3d54 authored over 9 years ago
Bump version

3eee97f93fc579d4906b5e693e4db78c483cf4a8 authored over 9 years ago
Release v1.6

d39e50d09cbbc43cb976af91fb2ae067a3fcf905 authored over 9 years ago
Fix Fix light immutable beans

Ensure meta property methods are correct
See #111

1fc53621ff5a10cba36bf54f43cd3f40066c0c5b authored over 9 years ago
Update plugin versions

1c3c2ea25d4f09d9a1a8d18c95e497cae3befc05 authored over 9 years ago
Add missing import

Ensure import added when needed

d0fff42c7c5b191b44ff8233dafdf7a68bec52c6 authored over 9 years ago
Enable higher test coverage

Tweaks that allow artificial test coverage to hit more branches

805794c83ff0793995893d04c7d85ea3d3299a8c authored over 9 years ago
Fix light immutable beans

See #111

13ab3f7ecd803ac327833731373a6bfb79a12bc3 authored over 9 years ago
Add builderType to property definition

Manual approach avoids changes to user code and other errors
Fixes #103

bc67dcb9566bb7c89f0403e4b217de7d2f90b392 authored over 9 years ago
Revert ? extends to common collection types

Wildcard extends on input can make the API easier to use
See #103

(reverted from commit 0242edf...

0e02988f857843ea96158c19b90ffeed04a041df authored over 9 years ago
Fix code generation bug

Immutable beans where two generic types and types are linked
For example, Foo<A, B extends Compa...

a6aa4cf3d74a4cda6c380648a0709d65ff3b74f2 authored over 9 years ago
Add light immutable beans

Light-weight beans with minimal code generation
Use reflection to implement beans
Fixes #111

3e8667abe48b8cdc36724d7d0ab71f75cab87673 authored over 9 years ago
Enhance documentation for serialized classes

Clarify lifetime of serialization readers/writers

d1d55445a6b997983d731897333a2067f8093ac9 authored over 9 years ago
Bound properties

Add basic support for bound properties
Implementation only handles non-final properties
See #78

ee302dc7999c1fbb607908619a2bb5cac27d8d39 authored over 9 years ago
Add constructor scope control

Allow immutable construcors to have scope other than private
Fixes #107

e4842e0777138a94cfe52458d8a78f90aa0e1679 authored over 9 years ago
Organize imports

8daf35c0de6f3b2cfa15810bae41d9510249899a authored over 9 years ago
Support package-scoped builders

Fixes #109

9b4489386b49c3e78e1502d0c2857ca932a521c5 authored over 9 years ago
Support package-scoped getters/setters

Fixes #108

24f0db6bb7e763d25b408a92e44c1874060829fd authored over 9 years ago
Add ? extends to common collection types

Wildcard extends on input can make the API easier to use
Fixes #103

0242edfce9623b53427edc15379ba06d0e2f0918 authored over 9 years ago
Enhance varargs builder methods

Support wildcard types
Fixes #104

2dad8d3238ab8c82775838daf00092084fcd1fb7 authored over 9 years ago
Add meaningful documentation to builder methods

When using builders, the documentation needs to be as good as setters
Fixes #106

3932e26b498382041c84ffeeaef349e4ee37d944 authored over 9 years ago
Bump version

8aab7cb3fa59ea22c1ca74c843f4f53e0254ff0a authored almost 10 years ago
Release v1.5.1

9046eb0826773403d67081e480a0993e9f872c31 authored almost 10 years ago
Minor tweak to enable better test coverage

Fixes #102

8bf5b091889763f42935ada28432d60551304e74 authored almost 10 years ago
Optimise JodaBeanUtils for hotspot inlining

Fixes #101

e23e8fed5d5e08ce93760ab9d5e478ca870e7b0b authored almost 10 years ago
Bump version

c2cea84a65a49a482967ff5076356fd9e07435ac authored about 10 years ago
Release v1.5

4d3570044c872182a1030b0e5ab2f82f2a5671e9 authored about 10 years ago
Optimise builder varargs to be immutable

Avoid copying and object creation where possible
Fixes #96

845fc6a07f53591b88359684f305902feb7f4f3f authored about 10 years ago
Optimise builder internals to be immutable

Avoid copying and object creation where possible
Fixes #96

22d2cf52fb6ca4e614e6263990bb462d8f279d51 authored about 10 years ago
Simplify PropertyGen

Move line index to PropertyData

2468bb83878ffc7e7e8952b0294b711e2ad3364e authored about 10 years ago
Rename GeneratableBean and GeneratableProperty

f570fa041df3fd700de2a2598464f53abf655210 authored about 10 years ago
Split property parser from generator

85314fac27f965fce83b07deede772a42b37ef9f authored about 10 years ago
Split bean parser from generator

a1ed90df869263b70cb340d3d7e0854b2d84dc64 authored about 10 years ago
Document Eclipse integration via M2E

9faf86e36587caa2e2981ad36422c935c1eb4103 authored about 10 years ago
List files changed by code generation

This allows tooling, such as the maven plugin, to be enhanced
Fixes #99

302663aa2fafd2bece8b007705c53fcd26345577 authored about 10 years ago
Standard format for exceptions in code generation

Dedicated exception type with file and line number
Allows tooling, such as the maven plugin, to ...

d7e4d662d3ffa1b59e4d74a7b2b31537b5e2d7ef authored about 10 years ago
Add related projects page

b5812cbc159e0247ea54327df44ee775a8651ede authored about 10 years ago
Fixed parsing of verbose command line flag

From PR
Fixes #97

03551cc1cabd95be651a4d25c7044bef6d3e469c authored about 10 years ago
Merge pull request #97 from andreas-schilling/master

Fix wrong parsing position for verbosity parameter

19acda8ca74c79ba3111d032f34680e25630cf04 authored about 10 years ago
Fix wrong parsing position for verbosity parameter

780e35f18b5f770bfca8e57e6b13716831113f50 authored about 10 years ago
Bump version

9b28e6aa57a679ce7ac82f80e33879367db2a19e authored about 10 years ago
Release v1.4

ac147ec8f07c8b5fac4e3b5b40543457bf5cd093 authored about 10 years ago
Better docs

620ef5c668d7bf7291f2f2e3de3d1f1d812f5ea5 authored about 10 years ago
Enhance user guide

9920e51f461d93f8d59794a5ae9f3147bfcaab59 authored about 10 years ago
Add ImmutablePreBuild annotation

Handle case where property is defaulted from value of another property
Fixes #95

e6cb10bef2373a6c1a7769a80f3262147202994e authored about 10 years ago