Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Lyo/Lyo2.0"

< Lyo
(OSLC4J Enhancements)
(Release Content)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
* Use the lyo-releases repository on [https://repo.eclipse.org/ repo.eclipse.org] to add the Lyo libraries to a Maven project.
 
* Use the lyo-releases repository on [https://repo.eclipse.org/ repo.eclipse.org] to add the Lyo libraries to a Maven project.
  
== OSLC4J Enhancements ==
+
== Release Content ==
 
* We've added a [[Lyo/TRSSDK | TRS SDK]] to OSLC4J.
 
* We've added a [[Lyo/TRSSDK | TRS SDK]] to OSLC4J.
 
** Build TRS providers using the OSLC4J Java SDK!  
 
** Build TRS providers using the OSLC4J Java SDK!  
 
** Browse the [[Lyo/TRSReferenceApplication | TRS reference application]] to see how to use the library and build TRS providers.
 
** Browse the [[Lyo/TRSReferenceApplication | TRS reference application]] to see how to use the library and build TRS providers.
** The TRS test suite helps verify your implementation.
+
** Verify your implementation with the TRS test suite.
** A [[Lyo/TRSWorkshop | TRS workshop]] helps you learn TRS using the Bugzilla sample.
+
** Learn TRS through the [[Lyo/TRSWorkshop | TRS workshop]] using the Bugzilla sample.
* We've also added support for text/turtle to OSLC4J.
+
 
+
== Additional Content ==
+
 
* An early [[Lyo/BuildLDPSample | LDP reference implementation]] is available for Lyo.
 
* An early [[Lyo/BuildLDPSample | LDP reference implementation]] is available for Lyo.
 +
** Server support for latest W3C draft
 +
** Pluggable triple store implementation with Jena TDB provided for reference
 +
** Sample data (net worth and bug tracking examples)
 +
* We've added support for text/turtle to OSLC4J.
 +
*  Many [https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED&resolution=DUPLICATE&classification=Technology&chfieldto=2013-10-01&chfield=bug_status&query_format=advanced&chfieldfrom=2013-02-06&chfieldvalue=RESOLVED&bug_status=RESOLVED&bug_status=VERIFIED&product=Lyo bug fixes and smaller enhancements]
  
* Many [https://bugs.eclipse.org/bugs/buglist.cgi?resolution=FIXED&resolution=DUPLICATE&classification=Technology&chfieldto=2013-02-06&chfield=bug_status&query_format=advanced&chfieldfrom=2012-10-01&chfieldvalue=RESOLVED&bug_status=RESOLVED&bug_status=VERIFIED&product=Lyo bug fixes and smaller enhancements]
+
== Continuous Integration and Process Improvements ==
 +
* Automated Hudson builds after any change
 +
* Snapshot artifacts published to repo.eclipse.org Maven repository after each build

Latest revision as of 09:41, 3 October 2013

Lyo 2.0 New and Noteworthy

  • Release date is 10/02/2013

Download

  • JARs with and without the Eclipse Foundation approved dependencies are on the Lyo download page

Lyo is now available in a public Maven repository

  • Use the lyo-releases repository on repo.eclipse.org to add the Lyo libraries to a Maven project.

Release Content

  • We've added a TRS SDK to OSLC4J.
    • Build TRS providers using the OSLC4J Java SDK!
    • Browse the TRS reference application to see how to use the library and build TRS providers.
    • Verify your implementation with the TRS test suite.
    • Learn TRS through the TRS workshop using the Bugzilla sample.
  • An early LDP reference implementation is available for Lyo.
    • Server support for latest W3C draft
    • Pluggable triple store implementation with Jena TDB provided for reference
    • Sample data (net worth and bug tracking examples)
  • We've added support for text/turtle to OSLC4J.
  • Many bug fixes and smaller enhancements

Continuous Integration and Process Improvements

  • Automated Hudson builds after any change
  • Snapshot artifacts published to repo.eclipse.org Maven repository after each build

Back to the top