Skip to content

Changes

Summary

  1. Simplify following links (commit: 551fe43) (details)
  2. rename methods and add Link methods (commit: a3ff097) (details)
  3. use different methods for Collection<Link> methods due to type erasure (commit: 577d681) (details)
  4. remove xerces dependencies (commit: 60a4033) (details)
  5. Avoid collection->array->collection transform (commit: 7bf325a) (details)
Commit 551fe43ed137705539a0f58c8549d3469eacc6ce by Andrii Berezovskyi
Simplify following links
(commit: 551fe43)
The file was modified oslc4j-client/src/main/java/org/eclipse/lyo/oslc4j/client/OslcClient.java
Commit a3ff0975d335264e10a7d4acec2176103622b17b by Andrii Berezovskyi
rename methods and add Link methods
(commit: a3ff097)
The file was modified oslc4j-client/src/main/java/org/eclipse/lyo/oslc4j/client/OslcClient.java
Commit 577d6812cd4c712ffacbf28e341975bdf4c36c25 by Andrii Berezovskyi
use different methods for Collection<Link> methods due to type erasure
(commit: 577d681)
The file was modified oslc4j-client/src/test/java/org/eclipse/lyo/oslc4j/client/test/OslcClientTest.java
The file was modified oslc4j-client/pom.xml
The file was modified oslc4j-client/src/main/java/org/eclipse/lyo/oslc4j/client/OslcClient.java
Commit 60a4033f65204d491ecc6c2b0fadc15c8f996c4c by Andrii Berezovskyi
remove xerces dependencies
see https://github.com/eclipse/lyo.core/issues/121
(commit: 60a4033)
The file was modified oslc4j-client/pom.xml
Commit 7bf325a95ccceb6239e55cb68e7b9f3b10c7b358 by Andrii Berezovskyi
Avoid collection->array->collection transform
(commit: 7bf325a)
The file was modified oslc4j-client/src/main/java/org/eclipse/lyo/oslc4j/client/OslcClient.java