Re: [tomcat] 03/03: Add support for coercing LambdaExpression to any functional interface

2021-07-09 Thread Mark Thomas
On 09/07/2021 11:40, Konstantin Kolinko wrote: пт, 9 июл. 2021 г. в 12:19, Mark Thomas : On 09/07/2021 09:58, Konstantin Kolinko wrote: Thanks Konstantin. This is good feedback. [...] I wonder how Java itself (a java compiler) deals with coercion of lambdas to interfaces. Either it generate

Re: [tomcat] 03/03: Add support for coercing LambdaExpression to any functional interface

2021-07-09 Thread Konstantin Kolinko
пт, 9 июл. 2021 г. в 12:19, Mark Thomas : > > On 09/07/2021 09:58, Konstantin Kolinko wrote: > > Thanks Konstantin. This is good feedback. > > [...] > > > I wonder how Java itself (a java compiler) deals with coercion of > > lambdas to interfaces. Either it generates calls to some helper API, > > o

Re: [tomcat] 03/03: Add support for coercing LambdaExpression to any functional interface

2021-07-09 Thread Mark Thomas
On 09/07/2021 09:58, Konstantin Kolinko wrote: Thanks Konstantin. This is good feedback. пт, 9 июл. 2021 г. в 00:07, Mark Thomas : Add support for coercing LambdaExpression to any functional interface The implementation for this turned out to be a lot simpler than I initially thoug

Re: [tomcat] 03/03: Add support for coercing LambdaExpression to any functional interface

2021-07-09 Thread Konstantin Kolinko
пт, 9 июл. 2021 г. в 00:07, Mark Thomas : > > On 08/07/2021 22:05, ma...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > markt pushed a commit to branch main > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > > commit 2fcb104294b

Re: [tomcat] 03/03: Add support for coercing LambdaExpression to any functional interface

2021-07-08 Thread Mark Thomas
On 08/07/2021 22:05, ma...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2fcb104294b2676154cb08f00d5665d668792280 Author: Mark Thomas AuthorDate: Thu

[tomcat] 03/03: Add support for coercing LambdaExpression to any functional interface

2021-07-08 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git commit 2fcb104294b2676154cb08f00d5665d668792280 Author: Mark Thomas AuthorDate: Thu Jul 8 22:02:26 2021 +0100 Add support for