spring-projects / spring-integration-samples

You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.

Home Page:http://www.springsource.org/spring-integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jdk 7 in the pom.xml while using lambda expressions

mem212 opened this issue · comments

In the pom.xml you specify source and target = 7 for cmaven-compliler-plugin.
However in the JmsMockTests you are using Lambda Expressions that are not part of jdk 7.

This the POM which is generated for the mentioned sample: https://github.com/spring-projects/spring-integration-samples/blob/master/advanced/advanced-testing-examples/pom.xml

As you see we don't specify any Java version in it, nor the mentioned cmaven-compliler-plugin.

So, I'm confused what you are talking about.

If you see something we can fix on our side, please, feel free to raise a Pull Request and we'll take a look shortly.

Thanks

My error. Intellij added that for me, i was not versioned I used the zip.