Hi everyone,
1 - What is the *Java version source/target* for your projects ?
2 - I download the jbehave-core and jbehave-tutorial this week.
In the pom.xml, there is:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.1</version>
<configuration>
* <source>1.5</source>*
* <target>1.5</target>*
</configuration>
</plugin>
It should be more than 1.5 because 1.5 should be dead or nearly dead.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.1</version>
<configuration>
* <source>1.8</source>*
* <target>1.8</target>*
</configuration>
</plugin>
3 - *Here is a not about the Life of Java 8 *
Java SE 8 is going through the End of Public Updates process
<https://blogs.oracle.com/java-platform-group/end-of-public-updates-is-a-process%2c-not-an-event>
for
legacy releases. Oracle will continue to provide free public updates and
auto updates of Java SE 8, until at least the end of December 2020 for
Personal Users, and January 2019 for Commercial Users.
Of course, many users are using Java 11.
Link : https://www.oracle.com/technetwork/java/java-se-support-roadmap.html
Thank you for reading and commenting.
--
You received this message because you are subscribed to the Google Groups
"JBehave User" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send an email to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/jbehave-user/bb8cd494-ae9c-4043-ad76-d5abfb20cc42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.