[GitHub] sling pull request #247: SLING-7000

2017-09-14 Thread Buuhuu
Github user Buuhuu closed the pull request at: https://github.com/apache/sling/pull/247 ---

[GitHub] sling pull request #247: SLING-7000

2017-07-25 Thread Buuhuu
GitHub user Buuhuu opened a pull request: https://github.com/apache/sling/pull/247 SLING-7000 Applied SLING-7000-v2.patch attached to the issue. Unfortunately we lost the rename of PathInfoTest.java to ModifiableRequestPathInfoTest.java. You can merge this pull request into a Git

[GitHub] sling pull request #207: SLING-6652

2017-03-17 Thread Buuhuu
GitHub user Buuhuu opened a pull request: https://github.com/apache/sling/pull/207 SLING-6652 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Buuhuu/sling feature/SLING-6652-+-SLING-6658 Alternatively you can review and apply

[GitHub] sling pull request #205: Feature/sling 6652 justin

2017-03-17 Thread Buuhuu
Github user Buuhuu closed the pull request at: https://github.com/apache/sling/pull/205 --- 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] sling pull request #206: SLING-6658:

2017-03-17 Thread Buuhuu
GitHub user Buuhuu opened a pull request: https://github.com/apache/sling/pull/206 SLING-6658: - always reigster the model with its implType, even not specified as adapter explicitly You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] sling pull request #205: Feature/sling 6652 justin

2017-03-17 Thread Buuhuu
GitHub user Buuhuu opened a pull request: https://github.com/apache/sling/pull/205 Feature/sling 6652 justin Same as #204 but only targeting the exporter, not changing the semantics and interface of ModelFactory. You can merge this pull request into a Git repository by running

[GitHub] sling pull request #204: Feature/sling 6652

2017-03-17 Thread Buuhuu
Github user Buuhuu closed the pull request at: https://github.com/apache/sling/pull/204 --- 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] sling pull request #204: Feature/sling 6652

2017-03-16 Thread Buuhuu
GitHub user Buuhuu opened a pull request: https://github.com/apache/sling/pull/204 Feature/sling 6652 This pull requests enables 1 to many binding from resourceType to model. IMHO the implementation is quite ugly because of the way resourceType binding is defined

[GitHub] sling pull request #190: SLING-6387: support disabling auto commit of Contne...

2016-12-10 Thread Buuhuu
GitHub user Buuhuu opened a pull request: https://github.com/apache/sling/pull/190 SLING-6387: support disabling auto commit of ContnetLoader This requires the changes made in: https://github.com/apache/sling/pull/189 otherwise the unit test is failing for jcr-mock repository. You

[GitHub] sling pull request #189: SLING-6388: Implemented MockSession.hasPendingChang...

2016-12-10 Thread Buuhuu
GitHub user Buuhuu opened a pull request: https://github.com/apache/sling/pull/189 SLING-6388: Implemented MockSession.hasPendingChanges() Note about the changes in MockSessionTest: I had to use a local Session for each of the @Test methods. This is because the comment

[GitHub] sling pull request #175: SLING-6071

2016-09-27 Thread Buuhuu
GitHub user Buuhuu opened a pull request: https://github.com/apache/sling/pull/175 SLING-6071 - returned value of valueCache instead of the one from cache - added unti test for the remove method You can merge this pull request into a Git repository by running: $ git pull

[GitHub] sling pull request #160: Bugfix/sling 5947

2016-08-05 Thread Buuhuu
Github user Buuhuu closed the pull request at: https://github.com/apache/sling/pull/160 --- 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] sling pull request #160: Bugfix/sling 5947

2016-08-05 Thread Buuhuu
GitHub user Buuhuu opened a pull request: https://github.com/apache/sling/pull/160 Bugfix/sling 5947 I implementing the methods throwing UnsupportedOperationException when the MockSlingHttpServletRequest is used with the SlingRequestProcessor. Unfortunately there are some

[GitHub] sling pull request: SLING-5070

2015-09-28 Thread Buuhuu
Github user Buuhuu closed the pull request at: https://github.com/apache/sling/pull/102 --- 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] sling pull request: SLING-5070

2015-09-28 Thread Buuhuu
GitHub user Buuhuu opened a pull request: https://github.com/apache/sling/pull/102 SLING-5070 As workaround for SLING-5068 we set the cache size of SlingServletResolver to 0 to prevent it from caching servlets. We mentioned that there is a NPE thrown by the MBean implementation