Hi all,
currently we have 15 behavior factory methods in
org.apache.wicket.lambda.Lambdas, all forwarding to the actual
implementations in different behavior classes.
4 of these methods require two lambda parameters (success- and
error-handler), something which has already been criticized as being
unclear and hard to name well.
This is a vote on what to do with these factory methods in Wicket 8.x:
a) remove them all
b) remove the 4 'complicated' ones (with more than one lambda argument)
c) keep them all as they are
v) remove Lambdas class but keep factory methods in the behavior classes
w) remove factory methods from behavior classes but keep them in Lambdas
class.
We'll need at least 3 binding votes to go from here, let's see what we
can agree on.
Have fun
Sven