Hi Eddy, *1* I use different JDKs: from 8 to 11. All of them work fine with JBehave.
*2* Current minimal JDK version is 1.7 (https://github.com/jbehave/jbehave-core#jdk). It seems tutorials are outdated, you file an issue to update them or fix and provide pull requests. *3 *Not many users are on JDK 11, the latest surveys show that most of users are still on JDK 8. In general, I think it makes sense to migrate JBehave to JDK 8. If it's really important for you, again please file a ticket in JIRA. Thanks, Valery On Friday, February 1, 2019 at 1:08:19 PM UTC+3, Eddy Cingala wrote: > > 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/06f7c26e-0f57-4967-98c7-3c1e8a644f1d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
