[GitHub] felix pull request #124: Converter updates

2017-10-11 Thread dleangen
Github user dleangen closed the pull request at: https://github.com/apache/felix/pull/124 ---

[GitHub] felix pull request #124: Converter updates

2017-10-09 Thread dleangen
GitHub user dleangen opened a pull request: https://github.com/apache/felix/pull/124 Converter updates Hi @bosschaert. I would like to submit a few minor updates to Converter projects. Submitting for your review. Cheers, =David You can merge this pull

[GitHub] felix pull request #118: [FELIX-5412] Pretty format not implemented in JSON ...

2017-08-25 Thread dleangen
Github user dleangen closed the pull request at: https://github.com/apache/felix/pull/118 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] felix pull request #118: [FELIX-5412] Pretty format not implemented in JSON ...

2017-08-24 Thread dleangen
GitHub user dleangen opened a pull request: https://github.com/apache/felix/pull/118 [FELIX-5412] Pretty format not implemented in JSON serializer @bosschaert, here is the PR for your review and so we can discuss. If approved, I will accept and merge. You can merge this pull

[GitHub] felix pull request #80: DTO Sourcing

2017-02-17 Thread dleangen
Github user dleangen closed the pull request at: https://github.com/apache/felix/pull/80 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] felix pull request #86: Updated Schematizer to reflect recent API changes to...

2017-02-17 Thread dleangen
Github user dleangen closed the pull request at: https://github.com/apache/felix/pull/86 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] felix pull request #85: Implement sourceAsDTO() and targetAsDTO()

2017-01-23 Thread dleangen
Github user dleangen closed the pull request at: https://github.com/apache/felix/pull/85 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] felix pull request #86: Updated Schematizer to reflect recent API changes to...

2017-01-20 Thread dleangen
GitHub user dleangen opened a pull request: https://github.com/apache/felix/pull/86 Updated Schematizer to reflect recent API changes to Converter You can merge this pull request into a Git repository by running: $ git pull https://github.com/dleangen/felix sourceAsDTO

[GitHub] felix pull request #85: Implement sourceAsDTO() and targetAsDTO()

2017-01-20 Thread dleangen
GitHub user dleangen opened a pull request: https://github.com/apache/felix/pull/85 Implement sourceAsDTO() and targetAsDTO() Updated Converter implementation to iInclude sourceAsDTO() and targetAsDTO(). You can merge this pull request into a Git repository by running: $ git

[GitHub] felix pull request #82: The Serializer should be able to accept an empty key...

2017-01-20 Thread dleangen
Github user dleangen closed the pull request at: https://github.com/apache/felix/pull/82 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] felix pull request #79: Fixes/various

2017-01-20 Thread dleangen
Github user dleangen closed the pull request at: https://github.com/apache/felix/pull/79 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] felix pull request #83: Fix for allowing lambdas in a DTO (it is not a metho...

2017-01-19 Thread dleangen
Github user dleangen closed the pull request at: https://github.com/apache/felix/pull/83 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] felix pull request #84: Schematizer POM requires updates

2017-01-18 Thread dleangen
Github user dleangen closed the pull request at: https://github.com/apache/felix/pull/84 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] felix pull request #84: Schematizer POM requires updates

2017-01-16 Thread dleangen
GitHub user dleangen opened a pull request: https://github.com/apache/felix/pull/84 Schematizer POM requires updates You can merge this pull request into a Git repository by running: $ git pull https://github.com/dleangen/felix fixes/pom Alternatively you can review

[GitHub] felix pull request #82: The Serializer should be able to accept an empty key...

2017-01-16 Thread dleangen
GitHub user dleangen opened a pull request: https://github.com/apache/felix/pull/82 The Serializer should be able to accept an empty key/value pair. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dleangen/felix fixes/allow

[GitHub] felix pull request #83: Fix for allowing lambdas in a DTO (it is not a metho...

2017-01-16 Thread dleangen
GitHub user dleangen opened a pull request: https://github.com/apache/felix/pull/83 Fix for allowing lambdas in a DTO (it is not a method per se). You can merge this pull request into a Git repository by running: $ git pull https://github.com/dleangen/felix fixes/allow

[GitHub] felix pull request #81: Mimetype needs to be updated in Schematizer

2017-01-16 Thread dleangen
GitHub user dleangen opened a pull request: https://github.com/apache/felix/pull/81 Mimetype needs to be updated in Schematizer From type from "osgi.coded.mimetype" to just "mimetype". You can merge this pull request into a Git repository by running:

[GitHub] felix pull request #80: DTO Sourcing

2016-12-29 Thread dleangen
GitHub user dleangen opened a pull request: https://github.com/apache/felix/pull/80 DTO Sourcing It is very nice to have the sourceAs(Class) method. In order to make it a bit more generalized and useful, this update allows the use of DTO.class to signal that the Object should

[GitHub] felix pull request #79: Fixes/various

2016-12-29 Thread dleangen
GitHub user dleangen opened a pull request: https://github.com/apache/felix/pull/79 Fixes/various Various fixes. Please see comments in each commit. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dleangen/felix fixes/various