Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] OSLC4J clients jar dated 10 November has no classes

Hello Carl,

That empty JAR was pushed on purpose so that you catch those before a final 4.0.0 release scheduled for early December. There are two options for you:

  • Switch from 4.0.0-SNAPSHOT to 4.0.0.M2 and everything will be working again. Make sure you have lyo-releases repository in your POM file.
  • Switch from org.eclipse.lyo.clients:oslc4j-client:4.0.0-SNAPSHOT to org.eclipse.lyo.clients:oslc-client:4.0.0-SNAPSHOT. There is some API breakage and you can read a summary of what shall be updated here: https://github.com/OSLC/developing-oslc-applications/pull/26#issuecomment-727918956 

Have a nice weekend!

--
Best regards,
Andrew

On 20 November 2020, at 18:54, Carl D Burke <cburke@xxxxxxxxx> wrote:

My OSLC client builds suddenly broke, and the problem seems to trace back to a bad jar in the 4.0.0-SNAPSHOT.
oslc4j-client-4.0.0-20201110.151212-149.jar doesn't contain any classes, so everything that tries to import OslcClient etc is failing. I'm trying to get a local copy of that jar working, but I'm probably not the only person that will have this problem.

_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/lyo-dev


Back to the top