Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude org.testcontainers.shaded.* package and upgrade deps #5775

Merged
merged 2 commits into from
Aug 27, 2022

Conversation

eddumelendez
Copy link
Member

@eddumelendez eddumelendez commented Aug 26, 2022

Add general japicmp's package exclusion.

Also, shadow and test dependencies below are upgraded:

  • Upgrade okhttp version to 4.10.0
  • Upgrade javassist version to 3.29.0-GA
  • Upgrade zip4j version to 2.11.1
  • Upgrade kubernetes-client version to 6.0.0

Add exclusion in `azure`, `couchbase`, `hivemq`, `solr` modules.

Also, shadow and test dependencies below are upgraded:
* Upgrade okhttp version to 4.10.0
* Upgrade javassist version to 3.29.0-GA
* Upgrade zip4j version to 2.11.1
* Upgrade kubernetes-client version to 6.0.0
* Upgrade mockserver-client-java version to 5.13.2
modules/azure/build.gradle Outdated Show resolved Hide resolved
@eddumelendez eddumelendez added this to the next milestone Aug 26, 2022
Copy link
Member

@bsideup bsideup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -12,7 +12,7 @@
public class MockServerContainerRuleTest {

public static final DockerImageName MOCKSERVER_IMAGE = DockerImageName.parse(
"jamesdbloom/mockserver:mockserver-5.5.4"
"jamesdbloom/mockserver:mockserver-5.13.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious why we had to update this one?

Copy link
Member Author

@eddumelendez eddumelendez Aug 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mockserver dependency expects two additional fields that are not provided by an old image. I remember that it is recommended to use the same version for the jar and docker image

this is the reason

object instance has properties which are not allowed by the schema: ["id","priority"]

@eddumelendez eddumelendez merged commit 84e9a66 into master Aug 27, 2022
@delete-merged-branch delete-merged-branch bot deleted the upgrade_deps branch August 27, 2022 08:03
@kiview kiview assigned kiview and eddumelendez and unassigned kiview Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants