Skip to content

Commit

Permalink
Update sponsors (#3410)
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Korotkov <fedor.korotkov@gmail.com>
  • Loading branch information
rnorth and fkorotkov committed Oct 29, 2020
1 parent ca74b04 commit b94da0a
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 19 deletions.
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.

0 comments on commit b94da0a

Please sign in to comment.