Version 3.0.0 of lyo ? [message #1746330] |
Thu, 27 October 2016 06:56  |
Eclipse User |
|
|
|
Hello,
I just want to know if there is a date where the 3.0.0 release. In maven repository the last release version is the 2.1.0 but when you clone the lyo repo the version is 3.0.0-SNAPSHOT. Because for Example in JazzFormAuthClient.java the function formlogin() is deprecated in 3.0.0-SNAPSHOT.
[Updated on: Fri, 28 October 2016 14:43] by Moderator Report message to a moderator
|
|
|
Re: Version 3.0.0 of lyo ? [message #1746522 is a reply to message #1746330] |
Mon, 31 October 2016 14:58   |
Eclipse User |
|
|
|
There is currently no plans in place for Lyo 3.0. The Lyo client libs were updated recently to include a number minor fixes that have been done over the last couple of years, and that's why the client lib .zip has a version number difference, but the main project version number only has a minor increment.
JazzFormAuthClient.formLogin() was deprecated some time ago and it now just calls login(). Older code will still work, but newer code should just call login() instead of formLogin().
|
|
|
Re: Version 3.0.0 of lyo ? [message #1746523 is a reply to message #1746330] |
Mon, 31 October 2016 15:00   |
Eclipse User |
|
|
|
There is currently no plans in place for Lyo 3.0. The Lyo client libs were updated recently to include a number minor fixes that have been done over the last couple of years, and that's why the client lib .zip has a version number difference, but the main project version number only has a minor increment.
JazzFormAuthClient.formLogin() was deprecated some time ago and it now just calls login(). Older code will still work, but newer code should just call login() instead of formLogin().
|
|
|
Re: Version 3.0.0 of lyo ? [message #1746696 is a reply to message #1746523] |
Thu, 03 November 2016 10:57   |
Eclipse User |
|
|
|
Thanks for your ansmwer. But as I know in maven usage it is not recommended to have a dependecy of kind snapshot. So If I want to use lyo in my project I can only use 2.1.0 version. Because this version is the last release I know. If I understand you said that to have the last version of lyo, the best is to download the last jar and include it in my project in "old" style without using maven ?
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04379 seconds