[GitHub] wicket pull request #283: Wicket-6563 page store implementation

2018-12-13 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/283#discussion_r241308791 --- Diff: wicket-core/src/main/java/org/apache/wicket/DefaultPageManagerProvider.java --- @@ -167,6 +168,10 @@ protected IPageStore newPersistentStore

[GitHub] wicket pull request #283: Wicket-6563 page store implementation

2018-12-07 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/283#discussion_r239994141 --- Diff: wicket-core/src/main/java/org/apache/wicket/pageStore/disk/NestedFolders.java --- @@ -0,0 +1,123 @@ +/* + * Licensed to the Apache

[GitHub] wicket pull request #283: Wicket-6563 page store implementation

2018-12-07 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/283#discussion_r239994086 --- Diff: wicket-core/src/main/java/org/apache/wicket/DefaultPageManagerProvider.java --- @@ -167,6 +168,10 @@ protected IPageStore newPersistentStore

[GitHub] wicket issue #272: Document role based authorization for packages

2018-08-08 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/272 This PR has been merged. ---

[GitHub] wicket issue #288: Fix JavaDoc warnings in wicket-util

2018-08-03 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/288 This PR has been merged. Thanks a lot for the changes! ---

[GitHub] wicket issue #284: Adds missing @Override annotations

2018-07-31 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/284 This PR has been merged. Thanks a lot for the changes! ---

[GitHub] wicket issue #285: Improve some logging statements

2018-07-31 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/285 This PR has been merged and can be closed. Thanks a lot for the changes! ---

[GitHub] wicket issue #275: [WICKET-6544] mobile browser detection is improved (with ...

2018-07-17 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/275 Hey @solomax - sadly I am totally busy right now, but I try my best to change this. ---

[GitHub] wicket issue #283: Wicket-6563 page store implementation

2018-07-16 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/283 A lot of changes there and we should carefully test this, but I like the idea to unify PageStore / DataStore! 👍 ---

[GitHub] wicket issue #275: [WICKET-6544] mobile browser detection is improved (with ...

2018-06-26 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/275 Due to the vote that Wicket is going to drop the support of Browser detection I am closing this branch right now. @solomax - yes why not a wicketstuff module. 👍 /closed ---

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-06-26 Thread klopfdreh
Github user klopfdreh closed the pull request at: https://github.com/apache/wicket/pull/275 ---

[GitHub] wicket issue #275: [WICKET-6544] mobile browser detection is improved (with ...

2018-04-26 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/275 To create UserAgentAnalyzer takes rather a long time. Maybe we are able to find a way to resolve the bottleneck, but my concerns to implement the browser detection in such a bad way like

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-26 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r184343253 --- Diff: wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java --- @@ -133,24 +140,99 @@ public final String getUserAgent

[GitHub] wicket issue #269: [WICKET-6544] mobile browser detection is improved

2018-04-25 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/269 Close this one in favour of the mentioned one? (https://github.com/apache/wicket/pull/275) ---

[GitHub] wicket issue #275: [WICKET-6544] mobile browser detection is improved (with ...

2018-04-25 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/275 What about merging this? Or do we proceed with this PR after the release @bitstorm ? ---

[GitHub] wicket issue #275: [WICKET-6544] mobile browser detection is improved (with ...

2018-04-20 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/275 I send you an invitation to the repo in which the branch of the PR is located. just push to it and merge if you are done. I think we are on a good way with this integration. ---

[GitHub] wicket issue #275: [WICKET-6544] mobile browser detection is improved (with ...

2018-04-20 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/275 Hi @solomax - thanks a lot for the review. Because I am not able to work on it currently I am going to grant you access to my repo for further commits. Is this ok for you? ---

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181303063 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -59,9 +58,52 @@ public void before

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181296712 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -59,9 +58,52 @@ public void before

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181295733 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -59,9 +58,52 @@ public void before

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181293718 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -59,9 +58,52 @@ public void before

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-13 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181293658 --- Diff: wicket-core/src/test/java/org/apache/wicket/protocol/http/request/WebClientInfoTest.java --- @@ -59,9 +58,52 @@ public void before

[GitHub] wicket issue #275: [WICKET-6544] mobile browser detection is improved (with ...

2018-04-13 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/275 Following changes have been made: * The init() method has been changed into gatherExtendedInfo() which is only be executed

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-12 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181286646 --- Diff: wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java --- @@ -46,14 +46,20

[GitHub] wicket pull request #275: [WICKET-6544] mobile browser detection is improved...

2018-04-12 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/275#discussion_r181286230 --- Diff: wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java --- @@ -193,165 +198,117 @@ protected String getRemoteAddr

[GitHub] wicket issue #269: [WICKET-6544] mobile browser detection is improved

2018-04-12 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/269 See my suggestion over here: https://github.com/apache/wicket/pull/269 ---

[GitHub] wicket issue #269: [WICKET-6544] mobile browser detection is improved

2018-04-05 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/269 In my opinion and because of such a big pool of browsers I would say yes. ---

[GitHub] wicket issue #269: [WICKET-6544] mobile browser detection is improved

2018-04-04 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/269 I also looked a bit around and stumbled over Apache DeviceMap which has been moved into the Attic and from the Attic (http://attic.apache.org/projects/devicemap.html) I followed the link to https

[GitHub] wicket issue #273: WICKET-6321 Support Integrity and Crossorigin attributes

2018-04-01 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/273 Hi, we are using a CORS enum for media tags already, maybe this is a good moment to use this class in there, too. @svenmeier I just told that if there are more places I remember

[GitHub] wicket pull request #268: Remove ArrayListStack in favour of ArrayDeque

2018-03-05 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/268#discussion_r172125436 --- Diff: wicket-core/src/main/java/org/apache/wicket/DequeueContext.java --- @@ -226,9 +227,9 @@ private DequeueTagAction canDequeueTag(ComponentTag

[GitHub] wicket pull request #268: Remove ArrayListStack in favour of ArrayDeque

2018-03-04 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/268#discussion_r172100972 --- Diff: wicket-core/src/main/java/org/apache/wicket/DequeueContext.java --- @@ -226,9 +227,9 @@ private DequeueTagAction canDequeueTag(ComponentTag

[GitHub] wicket issue #267: Fix to use locale of the session

2018-02-17 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/267 Hi @try0 The fix is integrated, now: master - https://github.com/apache/wicket/commit/6c91b495738c597a9c89f624d6f675cd6eb1f609 wicket-7.x - https://github.com/apache/wicket

[GitHub] wicket issue #255: Allow multipart submission of non modified FormData with ...

2018-01-19 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/255 Hi, is this PR reflection a subset of changes of: https://github.com/apache/wicket/pull/256? If yes we might consider to close this one and continue it in only one PR

[GitHub] wicket issue #257: [WICKET-6518] Log4j is replaced with slf4j-simple

2018-01-15 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/257 Much better! Now only the relevant things are available and if the user wants to go for logback he just can add it, but doesn't need to remove not used xmls if logback isn't used. 👍 ---

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-02 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r159287015 --- Diff: wicket-core/src/main/java/org/apache/wicket/markup/head/OnLoadHeaderItem.java --- @@ -86,8 +86,8 @@ public void render(Response response

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-02 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r159286873 --- Diff: wicket-core/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java --- @@ -106,8 +107,7 @@ public void renderHead(final

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-02 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r159286930 --- Diff: wicket-core/src/main/java/org/apache/wicket/resource/CoreLibrariesContributor.java --- @@ -63,8 +64,7 @@ public static void contributeAjax

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-02 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r159220270 --- Diff: wicket-core/src/main/java/org/apache/wicket/ajax/AbstractDefaultAjaxBehavior.java --- @@ -106,8 +107,7 @@ public void renderHead(final

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-02 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r159219467 --- Diff: wicket-core/src/main/java/org/apache/wicket/markup/head/OnLoadHeaderItem.java --- @@ -86,8 +86,8 @@ public void render(Response response

[GitHub] wicket pull request #253: WICKET-6498 deferred javascript

2018-01-02 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/253#discussion_r159220379 --- Diff: wicket-core/src/main/java/org/apache/wicket/resource/CoreLibrariesContributor.java --- @@ -63,8 +64,7 @@ public static void contributeAjax

[GitHub] wicket issue #242: WICKET-6490

2017-11-06 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/242 One little question left - what is this: ![screen shot 2017-11-07 at 8 46 39 am](https://user-images.githubusercontent.com/980773/32482508-4e6bfe5c-c398-11e7-8b86-707a3218af0d.png) ---

[GitHub] wicket issue #242: WICKET-6490

2017-11-06 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/242 Very nice! 😸 - its working flawless with index.html! 👍 ---

[GitHub] wicket issue #242: WICKET-6490

2017-11-06 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/242 😄 - okay then I am going to test this and report back. Thanks @bitstorm ---

[GitHub] wicket issue #242: WICKET-6490

2017-11-06 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/242 Maybe we can use the filter path for the link - WDYT? ---

[GitHub] wicket issue #242: WICKET-6490

2017-11-05 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/242 Hi @bitstorm , ah ok! So my question then would be if there is a way to get the „real“ root path somehow. thanks a lot for clarification. 👍 ---

[GitHub] wicket issue #242: WICKET-6490

2017-11-04 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/242 If this is working like the external link I would be ok with it. I just want to achieve the examples working on each context root, ---

[GitHub] wicket issue #242: WICKET-6490

2017-11-04 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/242 Hi @bitstorm - sure 😄 - please look at your last commit - there was the external link removed which leads to an issue if the context root is not / ---

[GitHub] wicket pull request #242: WICKET-6490

2017-11-04 Thread klopfdreh
Github user klopfdreh closed the pull request at: https://github.com/apache/wicket/pull/242 ---

[GitHub] wicket issue #242: WICKET-6490

2017-11-04 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/242 Hi @bitstorm I just adjusted the resources management to also be available for other context roots then for / - when I start the examples using "StartExamples.java"

[GitHub] wicket issue #242: WICKET-6490

2017-11-04 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/242 https://user-images.githubusercontent.com/980773/32403623-21b641b6-c13f-11e7-9d83-9434157af58b.png;> ---

[GitHub] wicket pull request #242: WICKET-6490

2017-11-03 Thread klopfdreh
GitHub user klopfdreh opened a pull request: https://github.com/apache/wicket/pull/242 WICKET-6490 * Changed resource management You can merge this pull request into a Git repository by running: $ git pull https://github.com/klopfdreh/wicket WICKET-6490 Alternatively you can

[GitHub] wicket issue #230: Replace filterPath pattern '/*' with empty string

2017-09-27 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/230 @martin-g what do you thing of extracting the lines: https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/protocol/http/WicketFilter.java#L583

[GitHub] wicket issue #230: Replace filterPath pattern '/*' with empty string

2017-09-27 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/230 Just my thoughts: /* - maps every path - root paths and sub paths to the specific filter / - maps only the root path but not every sub path So from my understanding they aren't

[GitHub] wicket issue #229: WICKET-6438 - 8.x reference guide needs a few minor impro...

2017-08-13 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/229 The changes of the PR are integrated with commit 075d8371ef3eb2e5f3bdadf008ae904cafd222b3 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] wicket issue #227: Fixes issue of pushing resources

2017-08-06 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/227 Thanks again @martin-g 😊 --- 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

[GitHub] wicket issue #226: Allow to set the rel attribute with CssHeaderItem

2017-08-06 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/226 Thanks a lot @martin-g!! --- 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

[GitHub] wicket issue #224: Fixed WicketTester to detect components in enclosure when...

2017-08-03 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/224 Thanks a lot for your effort. @martin-g I saw you did the review already. I created a JIRA ticket: https://issues.apache.org/jira/browse/WICKET-6434. --- If your project is set up for it, you can

[GitHub] wicket issue #226: Allow to set the rel attribute with CssHeaderItem

2017-08-03 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/226 Ticket: https://issues.apache.org/jira/browse/WICKET-6433 --- 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

[GitHub] wicket pull request #227: Fixes issue of pushing resources

2017-08-03 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/227#discussion_r131109718 --- Diff: wicket-experimental/wicket-http2/wicket-http2-core/src/main/java/org/apache/wicket/http2/markup/head/PushHeaderItem.java --- @@ -361,7 +366,32

[GitHub] wicket issue #227: Fixes issue of pushing resources

2017-08-03 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/227 Thanks for reviewing! I apply the changes, now! 👍 --- 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

[GitHub] wicket pull request #227: Fixes issue of pushing resources

2017-08-03 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/227#discussion_r131109906 --- Diff: wicket-experimental/wicket-http2/wicket-http2-core/src/main/java/org/apache/wicket/http2/markup/head/PushHeaderItem.java --- @@ -361,7 +366,32

[GitHub] wicket pull request #227: Fixes issue of pushing resources

2017-08-03 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/227#discussion_r131109859 --- Diff: wicket-experimental/wicket-http2/wicket-http2-core/src/main/java/org/apache/wicket/http2/markup/head/PushHeaderItem.java --- @@ -361,7 +366,32

[GitHub] wicket pull request #227: Fixes issue of pushing resources

2017-08-03 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/227#discussion_r131109822 --- Diff: wicket-experimental/wicket-http2/wicket-http2-core/src/main/java/org/apache/wicket/http2/markup/head/PushHeaderItem.java --- @@ -361,7 +366,32

[GitHub] wicket issue #226: Allow to set the rel attribute with CssHeaderItem

2017-08-03 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/226 Ok I create a JIRA ticket for this! 😃 Thanks for reviewing @martin-g --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] wicket pull request #226: Allow to set the rel attribute with CssHeaderItem

2017-08-03 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/226#discussion_r131109389 --- Diff: wicket-core/src/main/java/org/apache/wicket/markup/head/CssHeaderItem.java --- @@ -169,6 +171,39 @@ public static CssReferenceHeaderItem

[GitHub] wicket pull request #227: Fixes issue of pushing resources

2017-08-02 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/227#discussion_r130974278 --- Diff: wicket-experimental/wicket-http2/wicket-http2-core/src/main/java/org/apache/wicket/http2/markup/head/PushHeaderItem.java --- @@ -361,7 +366,32

[GitHub] wicket issue #226: Allow to set the rel attribute with CssHeaderItem

2017-07-31 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/226 Maybe we can create a ticket for this PR to have something for the version changes file --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] wicket pull request #225: Some changes regarding CssHeaderItem / push integr...

2017-07-31 Thread klopfdreh
Github user klopfdreh closed the pull request at: https://github.com/apache/wicket/pull/225 --- 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] wicket pull request #227: Fixes issue of pushing resources

2017-07-31 Thread klopfdreh
GitHub user klopfdreh opened a pull request: https://github.com/apache/wicket/pull/227 Fixes issue of pushing resources You can merge this pull request into a Git repository by running: $ git pull https://github.com/klopfdreh/wicket push_issue_fix Alternatively you can

[GitHub] wicket pull request #226: Allow to set the rel attribute with CssHeaderItem

2017-07-31 Thread klopfdreh
GitHub user klopfdreh opened a pull request: https://github.com/apache/wicket/pull/226 Allow to set the rel attribute with CssHeaderItem You can merge this pull request into a Git repository by running: $ git pull https://github.com/klopfdreh/wicket

[GitHub] wicket pull request #225: Some changes regarding CssHeaderItem / push integr...

2017-07-31 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/225#discussion_r130393784 --- Diff: wicket-experimental/wicket-http2/wicket-http2-core/src/main/java/org/apache/wicket/http2/markup/head/PushHeaderItem.java --- @@ -361,7 +366,32

[GitHub] wicket issue #225: Some changes regarding CssHeaderItem / push integration

2017-07-31 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/225 All in all there are currently some errors regarding the caching of the resources which are pushed. It currently behaves like this: Resource pushed (no status code) > 200 OK (served

[GitHub] wicket pull request #225: Some regarding CssHeaderItem / push integration

2017-07-31 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/225#discussion_r130389962 --- Diff: wicket-experimental/wicket-http2/wicket-http2-core/src/main/java/org/apache/wicket/http2/markup/head/PushHeaderItem.java --- @@ -361,7 +366,32

[GitHub] wicket pull request #225: Some regarding CssHeaderItem / push integration

2017-07-31 Thread klopfdreh
GitHub user klopfdreh opened a pull request: https://github.com/apache/wicket/pull/225 Some regarding CssHeaderItem / push integration * there are some methods to apply the rel attribute to css header items * fixed a bug that the resources were not pushed correctly to the client

[GitHub] wicket pull request #214: experimenting with suspension of requestCycle via ...

2017-07-30 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/214#discussion_r130276480 --- Diff: wicket-core/src/main/java/org/apache/wicket/page/PageAccessSynchronizer.java --- @@ -93,8 +94,8 @@ public Duration getTimeout(int pageId

[GitHub] wicket issue #224: Fixed WicketTester to detect components in enclosure when...

2017-07-30 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/224 Just do a revert commit and apply the changes you originally wanted to do in a separate one 👍 I think your IDE is also supporting this. --- If your project is set up for it, you can

[GitHub] wicket pull request #219: [WICKET-6355] It is now possible to set fileName t...

2017-04-12 Thread klopfdreh
Github user klopfdreh commented on a diff in the pull request: https://github.com/apache/wicket/pull/219#discussion_r30176 --- Diff: wicket-core/src/main/java/org/apache/wicket/resource/FileSystemResource.java --- @@ -95,7 +95,9 @@ protected ResourceResponse

[GitHub] wicket issue #131: Conversion of Gdoc to Asciidoctor

2017-01-28 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/131 I think this PR can be closed, now. Thanks a lot for the great new guide! --- 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

[GitHub] wicket issue #195: WICKET-6287 Switch from json.org to open-json - 7.x

2017-01-21 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/195 @bitstorm - the changes are made - JSONObject does not throw any checked exceptions anymore. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] wicket issue #195: WICKET-6287 Switch from json.org to open-json - 7.x

2017-01-19 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/195 Thanks a lot @tdunning ! --- 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

[GitHub] wicket issue #195: WICKET-6287 Switch from json.org to open-json - 7.x

2017-01-19 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/195 @bitstorm - the issue about the checked exceptions is fixed in the master branch we only have to wait until the release and increase our version in the pom.xml. Then there should be no further

[GitHub] wicket issue #195: WICKET-6287 Switch from json.org to open-json - 7.x

2017-01-15 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/195 I changed the method propertiesAsMap to throw the JSONException, because the first statement of a constructor always has to be the super / this call. --- If your project is set up for it, you can

[GitHub] wicket issue #203: Wicket 7.x please correction doc about CDI

2017-01-10 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/203 It seems that you have selected the wrong branch for the PR. --- 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

[GitHub] wicket issue #195: WICKET-6287 Switch from json.org to open-json - 7.x

2017-01-09 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/195 Hi @bitstorm , I saw that JSONObject throws a JSONException which extends RuntimeException - I thought it is unchecked. --- If your project is set up for it, you can reply to this email

[GitHub] wicket issue #194: WICKET-6287 Switch from json.org to open-json - 6.x

2017-01-03 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/194 Closed due to: * https://github.com/apache/wicket/commit/0ba87f062cad8664d216abccb2a47126f637b87c * https://github.com/apache/wicket/commit/6f764146a007ab38686a7d54210db0fcdfc2a7ef

[GitHub] wicket pull request #194: WICKET-6287 Switch from json.org to open-json - 6....

2017-01-03 Thread klopfdreh
Github user klopfdreh closed the pull request at: https://github.com/apache/wicket/pull/194 --- 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] wicket issue #195: WICKET-6287 Switch from json.org to open-json - 7.x

2017-01-03 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/195 Closed due to: * https://github.com/apache/wicket/commit/3dacec4c55bb95618f604ad2ccea279346de279c * https://github.com/apache/wicket/commit/6b1d53b17a0aa77a8b131fd161e12e08d335a251

[GitHub] wicket pull request #195: WICKET-6287 Switch from json.org to open-json - 7....

2017-01-03 Thread klopfdreh
Github user klopfdreh closed the pull request at: https://github.com/apache/wicket/pull/195 --- 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] wicket pull request #193: WICKET-6287 Switch from json.org to open-json - 8....

2017-01-03 Thread klopfdreh
Github user klopfdreh closed the pull request at: https://github.com/apache/wicket/pull/193 --- 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] wicket issue #193: WICKET-6287 Switch from json.org to open-json - 8.x

2017-01-03 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/193 Closed due to: * https://github.com/apache/wicket/commit/4e3194466c4df50c9d38ea1ed50800dea592c72b * https://github.com/apache/wicket/commit/cc98cb0675ffbe9be956e33d6b827f4d61f9f3d7

[GitHub] wicket issue #193: WICKET-6287 Switch from json.org to open-json - 8.x

2016-12-12 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/193 Hi @tdunning - thanks for keeping us up to date with the changes! 👍 I am going to set the version to 1.6 so that we get the latest version. --- If your project is set up for it, you

[GitHub] wicket issue #193: WICKET-6287 Switch from json.org to open-json - 8.x

2016-12-11 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/193 I vote to merge the 8.x PR. For 6.x / 7.x @martin-g already did build tests and pointed out some issues and I would suggest to check out the PRs and test them even with wicketstuff to ensure

[GitHub] wicket issue #193: WICKET-6287 Switch from json.org to open-json - 8.x

2016-12-08 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/193 @bitstorm - there are two different PRs for 6.x and 7.x to preserve the API integrity. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] wicket issue #195: WICKET-6287 Switch from json.org to open-json - 7.x

2016-12-08 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/195 Great! 😄 - so if everything is working - we should integrate all PR for open-json. But I suggest to test all dependencies (also for wicketstuff) --- If your project is set up for it, you can

[GitHub] wicket issue #195: WICKET-6287 Switch from json.org to open-json - 7.x

2016-12-08 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/195 @martin-g I rebased it and pushed it again. Should be up to date now. --- 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

[GitHub] wicket issue #193: WICKET-6287 Switch from json.org to open-json - 8.x

2016-12-07 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/193 Summary before integration: * json.org is replaced with open-json, now * Because Apache Wicket 8 is at milestone level API changes are allowed and because of this all JSON library

[GitHub] wicket issue #194: WICKET-6287 Switch from json.org to open-json - 6.x

2016-12-07 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/194 Summary before integration: * json.org is replaced with open-json, now * Method calls not supported by open-json throw a WicketRuntimeException to inform the user * If users still

[GitHub] wicket issue #195: WICKET-6287 Switch from json.org to open-json - 7.x

2016-12-07 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/195 Summary before integration: * json.org is replaced with open-json, now * Method calls not supported by open-json throw a WicketRuntimeException to inform the user * If the users

[GitHub] wicket issue #194: WICKET-6287 Switch from json.org to open-json - 6.x

2016-12-07 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/194 Hi @martin-g - this was because Objects.hashCode is only available since idk > 7. I replaced the call with a return 0; - this is done by Objects.hashCode(null) anyway. I a

[GitHub] wicket issue #194: WICKET-6287 Switch from json.org to open-json - 6.x

2016-12-07 Thread klopfdreh
Github user klopfdreh commented on the issue: https://github.com/apache/wicket/pull/194 Hi @martin-g - thanks for the hint - I am going to have a look at it, soon. --- 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

  1   2   3   4   >