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

Maven pom.xml(deps-dev): Bump postgresql from 1.15.2 to 1.16.0 #96

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2021

Bumps postgresql from 1.15.2 to 1.16.0.

Release notes

Sourced from postgresql's releases.

1.16.0

What's Changed

Testcontainers 1.16.0 is here! 🎉

This release brings many small fixes and improvements; among them:

Better M1 Mac compatibility

Users of M1 Mac will be pleased to know that Testcontainers now falls back to pulling x86_64 images when ARM64 images are unavailable, meaning that Docker's QEMU compatibility mode will be used to run the image. It's not perfect - not every image runs under QEMU. However, this allows Testcontainers users with M1 Macs to use more images than they could previously.

If possible, users should use recently published images for their dependencies which have a native ARM64 variant, rather than relying on QEMU emulation.

Startup performance and reliability improvements

Some issues affecting container startup time and reliability (especially with Docker for Windows) have been fixed.

Additionally, this release uses the latest version of docker-java and uses an Apache HttpClient5 transport by default. This resolves bugs encountered by some users when the previous default transport (okhttp) relating to image pulling.


As always, thank you to our many users and contributors!

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

... (truncated)

Commits
  • 3b3d130 Split Windows CI into core and non-core steps (#4293)
  • 034daa6 Remove withPublishAllPorts from Ryuk and stabilize containerInfo content on s...
  • 3c614f2 Upgrade alpine images for better M1 compatibility (#4291)
  • 71314ab Fallback to x86 image if image pulling fails (#4290)
  • b837bb1 Spock Testcontainers annotation is now inherited (#4053)
  • bfd61d7 Use implicit strategy when docker.host configuration is set (#4175)
  • e89dce1 Allow for docker timestamps with timezone offsets (#4073)
  • 014500b Add support for community edition of couchbase server (#4221)
  • a4a475f Merge pull request #4288 from testcontainers/combined-pr-branch
  • f4c1add Use Apache HttpClient5 transport as the default (#4287)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 21, 2021
@codecov
Copy link

codecov bot commented Jul 21, 2021

Codecov Report

Merging #96 (1f8345b) into main (a7d47a2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #96   +/-   ##
=========================================
  Coverage     97.27%   97.27%           
  Complexity      219      219           
=========================================
  Files            25       25           
  Lines           441      441           
  Branches         22       22           
=========================================
  Hits            429      429           
  Misses            9        9           
  Partials          3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a7d47a2...1f8345b. Read the comment docs.

Copy link
Contributor

@mrizzi mrizzi left a comment

Choose a reason for hiding this comment

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

@dependabot rebase

Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.15.2 to 1.16.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.15.2...1.16.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.testcontainers-postgresql-1.16.0 branch from 2c754b9 to 1f8345b Compare August 20, 2021 14:16
@mrizzi mrizzi merged commit 9ef950e into main Aug 20, 2021
@dependabot dependabot bot deleted the dependabot/maven/org.testcontainers-postgresql-1.16.0 branch August 20, 2021 14:33
carlosthe19916 added a commit to carlosthe19916/tackle-application-inventory that referenced this pull request Aug 23, 2021
* TACKLE-271: case insensitive headers now allowed in import csv file (migtools#82)

* TACKLE-290 importer native image tests (migtools#88)

* TACKLE-290 importer native image tests

* TACKLE-290: removed userTransactions in tests

* TACKLE-290: convert to use endpoints

* TACKLE-290: convert to use endpoints so NativeImageTests don't fail

* TACKLE-290:inititialise mocks

* TACKLE-290: initialise mocks

* TACKLE-290: add wiremock http server to enable native image tests to call out to remote rest api

* TACKLE-290: tidy up importer test code

* TACKLE-290: increase test coverage for importer

* TACKLE-290: added extra test

* TACKLE-290: test coverage

* TACKLE-290: fix problem with controls services query parameters not being picked up

* TACKLE-290: remove status field from ApplicationImport

* Tackle 290 - Fix native tests (migtools#6)

* Comment tests

* Restart changes

* comment test

* comment test

* comment test

* Working tests

* build tests inside own gh account

* fix ImportServiceTest

* Remove comments

* restore gh workflow

* restore gh workflow

* TACKLE-290: fix merged test to be native-compliant

* TACKLE-290 Removed 'baseUri' and changed 'mp-rest/uri' props (migtools#7)

* TACKLE-290: alter order of ImportServiceTest methods

* TACKLE-290: alter test method ordering

* TACKLE-290 Refactored some tests and WireMock (migtools#8)

Co-authored-by: Carlos E. Feria Vila <[email protected]>
Co-authored-by: Marco Rizzi <[email protected]>

* Maven pom.xml(deps-dev): Bump mockito-core from 3.8.0 to 3.12.0 (migtools#117)

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.8.0...v3.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Maven pom.xml(deps-dev): Bump wiremock-jre8 from 2.29.0 to 2.30.1 (migtools#120)

Bumps [wiremock-jre8](https://github.com/tomakehurst/wiremock) from 2.29.0 to 2.30.1.
- [Release notes](https://github.com/tomakehurst/wiremock/releases)
- [Commits](wiremock/wiremock@2.29.0...2.30.1)

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock-jre8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Maven pom.xml(deps-dev): Bump assertj-core from 2.6.0 to 3.20.2 (migtools#76)

Bumps [assertj-core](https://github.com/assertj/assertj-core) from 2.6.0 to 3.20.2.
- [Release notes](https://github.com/assertj/assertj-core/releases)
- [Commits](assertj/assertj@assertj-core-2.6.0...assertj-core-3.20.2)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Maven pom.xml(deps-dev): Bump postgresql from 1.15.2 to 1.16.0 (migtools#96)

Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.15.2 to 1.16.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.15.2...1.16.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Maven pom.xml(deps-dev): Bump mockito-core from 3.12.0 to 3.12.1 (migtools#121)

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.12.0...v3.12.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* TACKLE-268 Properly clean data inserted during test execution ('Import-app-8')

Co-authored-by: Mark Brophy <[email protected]>
Co-authored-by: Carlos E. Feria Vila <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mrizzi added a commit that referenced this pull request Aug 23, 2021
…file (#107)

* add container image generation

* Add hibernate-validation and tests

* Fix test

* Mock controls endpoints

* Properly clean data inserted during test execution (#2)

* TACKLE-271: case insensitive headers now allowed in import csv file (#82)

* TACKLE-290 importer native image tests (#88)

* TACKLE-290 importer native image tests

* TACKLE-290: removed userTransactions in tests

* TACKLE-290: convert to use endpoints

* TACKLE-290: convert to use endpoints so NativeImageTests don't fail

* TACKLE-290:inititialise mocks

* TACKLE-290: initialise mocks

* TACKLE-290: add wiremock http server to enable native image tests to call out to remote rest api

* TACKLE-290: tidy up importer test code

* TACKLE-290: increase test coverage for importer

* TACKLE-290: added extra test

* TACKLE-290: test coverage

* TACKLE-290: fix problem with controls services query parameters not being picked up

* TACKLE-290: remove status field from ApplicationImport

* Tackle 290 - Fix native tests (#6)

* Comment tests

* Restart changes

* comment test

* comment test

* comment test

* Working tests

* build tests inside own gh account

* fix ImportServiceTest

* Remove comments

* restore gh workflow

* restore gh workflow

* TACKLE-290: fix merged test to be native-compliant

* TACKLE-290 Removed 'baseUri' and changed 'mp-rest/uri' props (#7)

* TACKLE-290: alter order of ImportServiceTest methods

* TACKLE-290: alter test method ordering

* TACKLE-290 Refactored some tests and WireMock (#8)

Co-authored-by: Carlos E. Feria Vila <[email protected]>
Co-authored-by: Marco Rizzi <[email protected]>

* Maven pom.xml(deps-dev): Bump mockito-core from 3.8.0 to 3.12.0 (#117)

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.12.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.8.0...v3.12.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Maven pom.xml(deps-dev): Bump wiremock-jre8 from 2.29.0 to 2.30.1 (#120)

Bumps [wiremock-jre8](https://github.com/tomakehurst/wiremock) from 2.29.0 to 2.30.1.
- [Release notes](https://github.com/tomakehurst/wiremock/releases)
- [Commits](wiremock/wiremock@2.29.0...2.30.1)

---
updated-dependencies:
- dependency-name: com.github.tomakehurst:wiremock-jre8
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Maven pom.xml(deps-dev): Bump assertj-core from 2.6.0 to 3.20.2 (#76)

Bumps [assertj-core](https://github.com/assertj/assertj-core) from 2.6.0 to 3.20.2.
- [Release notes](https://github.com/assertj/assertj-core/releases)
- [Commits](assertj/assertj@assertj-core-2.6.0...assertj-core-3.20.2)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Maven pom.xml(deps-dev): Bump postgresql from 1.15.2 to 1.16.0 (#96)

Bumps [postgresql](https://github.com/testcontainers/testcontainers-java) from 1.15.2 to 1.16.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.15.2...1.16.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Maven pom.xml(deps-dev): Bump mockito-core from 3.12.0 to 3.12.1 (#121)

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.12.0...v3.12.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* TACKLE-268 Properly clean data inserted during test execution ('Import-app-8')

Co-authored-by: Mark Brophy <[email protected]>
Co-authored-by: Carlos E. Feria Vila <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* TACKLE-268 Enhancements after the review

* TACKLE-268 Removed temporary stub in ImportServiceTest

Co-authored-by: Marco Rizzi <[email protected]>
Co-authored-by: Mark Brophy <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mrizzi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant