[GitHub] wicket pull request #237: ListItemModel: allow modification

2017-10-23 Thread selckin
Github user selckin closed the pull request at: https://github.com/apache/wicket/pull/237 ---

[GitHub] wicket issue #237: ListItemModel: allow modification

2017-10-23 Thread selckin
Github user selckin commented on the issue: https://github.com/apache/wicket/pull/237 Thank you! ---

[GitHub] wicket pull request #237: ListItemModel: allow modification

2017-10-03 Thread selckin
GitHub user selckin opened a pull request: https://github.com/apache/wicket/pull/237 ListItemModel: allow modification See http://mail-archives.apache.org/mod_mbox/wicket-dev/201710.mbox/browser You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] wicket pull request: WICKET-5935: Guice IoC: cache proxies & fail ...

2015-06-25 Thread selckin
Github user selckin closed the pull request at: https://github.com/apache/wicket/pull/130 --- 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 is

[GitHub] wicket pull request: WICKET-5935: Guice IoC: cache proxies & fail ...

2015-06-24 Thread selckin
GitHub user selckin opened a pull request: https://github.com/apache/wicket/pull/130 WICKET-5935: Guice IoC: cache proxies & fail fast - cache proxies in the same way the spring ioc caches them - If a bean has no binding the exception is now throw on construc

[GitHub] wicket pull request: IoC: Optionally use objensis for proxy creati...

2015-06-24 Thread selckin
Github user selckin commented on a diff in the pull request: https://github.com/apache/wicket/pull/114#discussion_r33139451 --- Diff: wicket-guice/src/main/java/org/apache/wicket/guice/GuiceFieldValueFactory.java --- @@ -64,15 +68,34 @@ public Object getFieldValue(final Field

[GitHub] wicket pull request: IoC: Optionally use objensis for proxy creati...

2015-06-03 Thread selckin
Github user selckin commented on the pull request: https://github.com/apache/wicket/pull/114#issuecomment-108387157 Now with less api changes --- 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: IoC: Optionally use objensis for proxy creati...

2015-03-31 Thread selckin
GitHub user selckin opened a pull request: https://github.com/apache/wicket/pull/114 IoC: Optionally use objensis for proxy creation This allows creating proxies for concrete classes without a default constructor. Guice IoC cache proxies similar to spring