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

2015-06-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/wicket/pull/114 --- 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 enab

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

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

[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 fiel

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

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

[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 t

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

2015-04-07 Thread martin-g
Github user martin-g commented on the pull request: https://github.com/apache/wicket/pull/114#issuecomment-90409380 Hi, I see this PR introduces some API changes. We want to release Wicket 7.0.0 next week so I am a bit hesitant to merge it. Please start a discussion at

[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 -