ChannelApe / shopify-sdk

Java SDK for Shopify REST APIs
Apache License 2.0
164 stars 112 forks source link

Modernizing the dependecies for Spring-boot 3 #127

Open rppavan opened 11 months ago

rppavan commented 11 months ago

Tested this in Spring boot 3 (3.2.0) Changes:

  1. Migrated from Javax to Jakarta Namespace
  2. Moved to Tests to JUnit 5 (Jupiter). One small part org.junit.Rule used by ClientDriverRule is still with Junit 4 as I didn't find any alternative. Used dependency junit-jupiter-migrationsupport for this.
  3. Lombok-fied some Pojos (Was not able to change all the the pojos)