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

Update sponsors #3410

Merged
merged 5 commits into from
Oct 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
61 changes: 42 additions & 19 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,48 @@ testImplementation('org.testcontainers:mysql') //no version specified
These libraries in particular seem to be especially prone to conflicts with test code/application under test code.
As such, **these libraries are 'shaded' into the core testcontainers JAR** and relocated under `org.testcontainers.shaded` to prevent class conflicts.

## Sponsors

Testcontainers is on Github Sponsors! Please consider sponsoring us to sustain the project and help us improve it further.

<iframe src="https://github.com/sponsors/testcontainers/button" title="Sponsor Testcontainers" height="35" width="107" style="border: 0;"></iframe>

A huge thank you to our sponsors:

### Bronze sponsors

<div style="text-align:center; max-width: 128px; display: inline-block; margin: 5px;">
<a href="https://cirrus-ci.org/">
<img src="sponsor_logos/cirrus_labs.jpg" style="width: 100%"/>
<p>Cirrus CI</p>
<!-- via fkorotkov's sponsorship -->
</a>
</div>

<div style="text-align:center; max-width: 128px; display: inline-block; margin: 5px;">
<a href="https://vivy.com">
<img src="sponsor_logos/vivy.png" style="width: 100%"/>
<p>Vivy</p>
</a>
</div>

<div style="text-align:center; max-width: 128px; display: inline-block; margin: 5px;">
<a href="https://www.jooq.org/">
<img src="sponsor_logos/jooq.jpg" style="width: 100%"/>
<p>jOOQ</p>
</a>
</div>

### Backers

* [Philip Riecks (@rieckpil)](https://github.com/rieckpil)
* [Karl Heinz Marbaise (@khmarbaise)](https://github.com/khmarbaise)
* [Sascha Frinken (@sascha-frinken)](https://github.com/sascha-frinken)
* [Christoph Dreis (@dreis2211)](https://github.com/dreis2211)
* [Pascal Zwick (@pas2al)](https://github.com/pas2al)
* [Nikita Zhevnitskiy (@zhenik)](https://github.com/zhenik)
* [Bas Stoker (@bastoker)](https://github.com/bastoker)

## Who is using Testcontainers?

* [ZeroTurnaround](https://zeroturnaround.com) - Testing of the Java Agents, micro-services, Selenium browser automation
Expand Down Expand Up @@ -121,25 +163,6 @@ testImplementation('org.testcontainers:mysql') //no version specified
* [Apache SkyWalking](http://github.com/apache/skywalking) - End-to-end testing of the Apache SkyWalking, and plugin tests of its subproject, [Apache SkyWalking Python](http://github.com/apache/skywalking-python), and of its eco-system built by the community, like [SkyAPM NodeJS Agent](http://github.com/SkyAPM/nodejs)
* [jOOQ](https://www.jooq.org) - Integration testing all of jOOQ with a variety of RDBMS

## Sponsors

Testcontainers is on Github Sponsors! Please consider sponsoring us to sustain the project and help us improve it further.

<iframe src="https://github.com/sponsors/testcontainers/button" title="Sponsor Testcontainers" height="35" width="107" style="border: 0;"></iframe>

### Backers

A huge thank you to our backers:

* [Philip Riecks (@rieckpil)](https://github.com/rieckpil)
* [Karl Heinz Marbaise (@khmarbaise)](https://github.com/khmarbaise)
* [Sascha Frinken (@sascha-frinken)](https://github.com/sascha-frinken)
* [Lukas Eder (@lukaseder)](https://github.com/lukaseder)
* [Fedor Korotkov (@fkorotkov)](https://github.com/fkorotkov)
* [Christoph Dreis (@dreis2211)](https://github.com/dreis2211)
* [Pascal Zwick (@pas2al)](https://github.com/pas2al)
* [Nikita Zhevnitskiy (@zhenik)](https://github.com/zhenik)


## License

Expand Down
Binary file added docs/sponsor_logos/cirrus_labs.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/sponsor_logos/jooq.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/sponsor_logos/vivy.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.