You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by GitBox <gi...@apache.org> on 2021/10/01 19:31:51 UTC

[GitHub] [deltaspike] SethFalco commented on pull request #109: Support for Additional Converters by Default

SethFalco commented on pull request #109:
URL: https://github.com/apache/deltaspike/pull/109#issuecomment-932497792


   Just finished cleaning this up, a summary of the changes:
   * Squashed the commits.
   * Reduced the verbosity of the docs/errors. (Semantics are the same, they were just really wordy.)
   * Used more concise syntax for testing exceptions. (`@Test(expected = {}`) ([Comment](https://github.com/apache/commons-beanutils/pull/47#discussion_r550225810))
   * Updated `@since 1.9.5` to `@since 1.9.6` since 1.9.5 has already been released.
   * `Duration`, `Instant`, and `Period` no longer accept `Long` values by default. ([Comment](https://github.com/apache/commons-beanutils/pull/49#discussion_r550578710))
   * Updated tests for `URL` to compare the `URI` instead to avoid depending on an internet connection.
   * Allow British and American spellings for `Color`. ([Comment](https://github.com/apache/commons-beanutils/pull/47#discussion_r550229164))
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@deltaspike.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org