[GitHub] incubator-tamaya-sandbox issue #6: Proposal: Change default key-value separa...

2018-07-21 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya-sandbox/pull/6 Thanks for feedback. This topic is currently under discussion here: https://issues.apache.org/jira/browse/TAMAYA-345?page=com.atlassian.jira.plugin.system.issuetabpanels

[GitHub] incubator-tamaya issue #23: Add Bundle-ActivationPolicy: lazy

2018-07-21 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya/pull/23 I close this pull request. This has been fixed in the master branch. ---

[GitHub] incubator-tamaya issue #22: Add javax.annotation as import-package

2018-07-21 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya/pull/22 I close this pull request. Because this has been fixed in the master branch. ---

[GitHub] incubator-tamaya pull request #22: Add javax.annotation as import-package

2018-07-21 Thread alexsuter
Github user alexsuter closed the pull request at: https://github.com/apache/incubator-tamaya/pull/22 ---

[GitHub] incubator-tamaya pull request #23: Add Bundle-ActivationPolicy: lazy

2018-07-21 Thread alexsuter
Github user alexsuter closed the pull request at: https://github.com/apache/incubator-tamaya/pull/23 ---

[GitHub] incubator-tamaya pull request #23: Add Bundle-ActivationPolicy: lazy

2018-06-28 Thread alexsuter
GitHub user alexsuter opened a pull request: https://github.com/apache/incubator-tamaya/pull/23 Add Bundle-ActivationPolicy: lazy In this case the bundle gets automatically started, when one of its class get loaded. So we don't have to start the bundle eagerly

[GitHub] incubator-tamaya issue #22: Add javax.annotation as import-package

2018-06-28 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya/pull/22 This is needed for OSGi environement. The following exception occurs: ``` !ENTRY org.apache.tamaya.core 4 0 2018-06-28 11:25:37.890 !MESSAGE FrameworkEvent ERROR !STACK

[GitHub] incubator-tamaya pull request #22: Add javax.annotation as import-package

2018-06-28 Thread alexsuter
GitHub user alexsuter opened a pull request: https://github.com/apache/incubator-tamaya/pull/22 Add javax.annotation as import-package You can merge this pull request into a Git repository by running: $ git pull https://github.com/alexsuter/incubator-tamaya patch-1

[GitHub] incubator-tamaya-sandbox pull request #6: Proposal: Change default key-value...

2018-06-28 Thread alexsuter
GitHub user alexsuter opened a pull request: https://github.com/apache/incubator-tamaya-sandbox/pull/6 Proposal: Change default key-value separator from :: to = I think this is more common. What do you think about that? You can merge this pull request into a Git repository

[GitHub] incubator-tamaya-extensions pull request #11: Tamaya 356 resolvers java api

2018-09-29 Thread alexsuter
GitHub user alexsuter opened a pull request: https://github.com/apache/incubator-tamaya-extensions/pull/11 Tamaya 356 resolvers java api You can merge this pull request into a Git repository by running: $ git pull https://github.com/alexsuter/incubator-tamaya-extensions

[GitHub] incubator-tamaya-extensions pull request #11: Tamaya 356 resolvers java api

2018-09-29 Thread alexsuter
Github user alexsuter closed the pull request at: https://github.com/apache/incubator-tamaya-extensions/pull/11 ---

[GitHub] incubator-tamaya-extensions issue #11: Tamaya 356 resolvers java api

2018-09-29 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya-extensions/pull/11 Only the last commit Without the null handling commits. Do you like the idea? ---

[GitHub] incubator-tamaya-extensions pull request #11: Tamaya 356 resolvers java api

2018-09-29 Thread alexsuter
GitHub user alexsuter reopened a pull request: https://github.com/apache/incubator-tamaya-extensions/pull/11 Tamaya 356 resolvers java api https://issues.apache.org/jira/browse/TAMAYA-356 You can merge this pull request into a Git repository by running: $ git pull https

***UNCHECKED*** [GitHub] incubator-tamaya-extensions pull request #7: TAMAYA-350 - Do not provide nul...

2018-09-19 Thread alexsuter
GitHub user alexsuter opened a pull request: https://github.com/apache/incubator-tamaya-extensions/pull/7 TAMAYA-350 - Do not provide null as "null" string You can merge this pull request into a Git repository by running: $ git pull https://github.com/alexsuter

[GitHub] incubator-tamaya-extensions issue #7: TAMAYA-350 - Do not provide null as "n...

2018-09-24 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya-extensions/pull/7 Meanwhile I think it would better, to not provide null values in the properties at all. ---

[GitHub] incubator-tamaya-extensions pull request #9: TAMAYA-351 Do not append newlin...

2018-09-24 Thread alexsuter
GitHub user alexsuter opened a pull request: https://github.com/apache/incubator-tamaya-extensions/pull/9 TAMAYA-351 Do not append newline (\n) at the end of a value when resolved with FileResolver You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-tamaya-extensions pull request #10: /TAMAYA-352 Unpredictable beha...

2018-09-24 Thread alexsuter
GitHub user alexsuter opened a pull request: https://github.com/apache/incubator-tamaya-extensions/pull/10 /TAMAYA-352 Unpredictable behavior when a resolver can't resolve the … …value You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-tamaya-extensions issue #9: TAMAYA-351 Do not append newline (\n) ...

2018-09-24 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya-extensions/pull/9 Fixed + Test added ---

[GitHub] incubator-tamaya-extensions issue #10: TAMAYA-352 Unpredictable behavior whe...

2018-09-24 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya-extensions/pull/10 Before I fix the test and contribute new test, I want first to talk about the idea behind this pull request. What do you think about that? ---

[GitHub] incubator-tamaya-extensions issue #9: TAMAYA-351 Do not append newline (\n) ...

2018-09-24 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya-extensions/pull/9 Which Java Level do we have to support? Since Java 7 there are a lot of shortcut methods, to read a file: https://stackoverflow.com/questions/326390/how-do-i-create-a-java

[GitHub] incubator-tamaya-extensions issue #9: TAMAYA-351 Do not append newline (\n) ...

2018-09-26 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya-extensions/pull/9 Hmm. Really not nice for this test case... Try to fix that this evening ---

[GitHub] incubator-tamaya-extensions issue #9: TAMAYA-351 Do not append newline (\n) ...

2018-09-25 Thread alexsuter
Github user alexsuter commented on the issue: https://github.com/apache/incubator-tamaya-extensions/pull/9 @peculater I use now java 7 features to load the hole file. so we won't have to handle the new line anymore. ---