Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Sgitario
/
testcontainers-java
Public
forked from
testcontainers/testcontainers-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
docker-java-3-unix-socket-proxy
User selector
All users
All time
Commit history
Commits on May 31, 2016
Use public release version of TCP-Unix socket proxy
Show description for b9b81b3
rnorth
committed
b9b81b3
View commit details
Copy full SHA for b9b81b3
Browse repository at this point
Commits on May 2, 2016
Introduce a wait period between JDBC connection checks to avoid heavy polling of Docker API
rnorth
committed
5f896fd
View commit details
Copy full SHA for 5f896fd
Browse repository at this point
Ignore a flapping test
rnorth
committed
211c5a4
View commit details
Copy full SHA for 211c5a4
Browse repository at this point
Add a configuration strategy for proxied connections to Docker for Mac daemon on OS X
rnorth
committed
2659586
View commit details
Copy full SHA for 2659586
Browse repository at this point
WIP experimental change to use a TCP-unix socket proxy instead of relying on netty to support unix sockets. More tests are disabled due to OS X / docker machine coupling assumptions.
Show description for 7e33e63
rnorth
committed
7e33e63
View commit details
Copy full SHA for 7e33e63
Browse repository at this point
Commits on May 1, 2016
WIP refactoring to try the docker-java v3 RC with Netty support and JUnixSocket swapped in to replace unix-socket-factory.
Show description for 95b2a24
rnorth
committed
95b2a24
View commit details
Copy full SHA for 95b2a24
Browse repository at this point
Commits on Apr 30, 2016
Merge branch 'zeroturnaround-self_typing'
rnorth
committed
da9e62a
View commit details
Copy full SHA for da9e62a
Browse repository at this point
Refactor base container interface name to just `Container`.
Show description for 1371380
rnorth
committed
1371380
View commit details
Copy full SHA for 1371380
Browse repository at this point
Merge branch 'self_typing' of https://github.com/zeroturnaround/testcontainers-java into zeroturnaround-self_typing
rnorth
committed
75cb216
View commit details
Copy full SHA for 75cb216
Browse repository at this point
Update version of visible assertions used in shade-test module to latest, non-breaking, version
rnorth
committed
58ef920
View commit details
Copy full SHA for 58ef920
Browse repository at this point
Commits on Apr 29, 2016
fix imports in TestContainer interface
bsideup
committed
6d44b5d
View commit details
Copy full SHA for 6d44b5d
Browse repository at this point
move JavaDoc to TestContainer interface
bsideup
committed
69e7fe5
View commit details
Copy full SHA for 69e7fe5
Browse repository at this point
implement self-typing for better fluent builders
bsideup
committed
4cb5a1d
View commit details
Copy full SHA for 4cb5a1d
Browse repository at this point
Commits on Apr 28, 2016
Merge pull request #141 from outofcoffee/feature/chaining-filesystem-bind
Show description for 9962f8c
rnorth
committed
9962f8c
View commit details
Copy full SHA for 9962f8c
Browse repository at this point
Reverse #140 and upgrade to v1.0.5 of visible-assertions library to avoid a test-scoped issue with downstream dependency resolution
rnorth
committed
5805be6
View commit details
Copy full SHA for 5805be6
Browse repository at this point
Merge pull request #133 from outofcoffee/feature/wait-strategies
Show description for 5bafbe3
rnorth
committed
5bafbe3
View commit details
Copy full SHA for 5bafbe3
Browse repository at this point
Adds pluggable wait strategy, to enable containers to be checked for readiness using arbitrary logic. Adds HTTP(S) wait strategy to wait for a particular endpoint to be available.
outofcoffee
committed
1613efe
View commit details
Copy full SHA for 1613efe
Browse repository at this point
Allows chaining when adding file system binds.
outofcoffee
committed
5845160
View commit details
Copy full SHA for 5845160
Browse repository at this point
Merge pull request #140 from outofcoffee/bugfix/visible-assertions-dep-jitpack
Show description for e1c96be
rnorth
committed
e1c96be
View commit details
Copy full SHA for e1c96be
Browse repository at this point
Work-around for visible-assertions dependency issue.
outofcoffee
committed
e1c97a0
View commit details
Copy full SHA for e1c97a0
Browse repository at this point
Commits on Apr 25, 2016
Modify stylesheet for docs
rnorth
committed
2be0594
View commit details
Copy full SHA for 2be0594
Browse repository at this point
Add note to Windows docs about reporting issues.
rnorth
committed
daad172
View commit details
Copy full SHA for daad172
Browse repository at this point
Added documentation for windows support
rnorth
committed
8258b6f
View commit details
Copy full SHA for 8258b6f
Browse repository at this point
Commits on Apr 24, 2016
Merge pull request #135 from tbinias/container-extra-hosts
Show description for 6d3ac72
rnorth
committed
6d3ac72
View commit details
Copy full SHA for 6d3ac72
Browse repository at this point
split parameter for extra host in 'hostname' and 'ipAddress', fix indent
tbinias
committed
0d72244
View commit details
Copy full SHA for 0d72244
Browse repository at this point
Merge pull request #139 from testcontainers/disable-virtuoso
Show description for d0bea21
rnorth
committed
d0bea21
View commit details
Copy full SHA for d0bea21
Browse repository at this point
Disable virtuoso module - see #136
rnorth
committed
36bb224
View commit details
Copy full SHA for 36bb224
Browse repository at this point
Commits on Apr 23, 2016
add support for extra hosts to GenericContainer
tbinias
committed
8dbe348
View commit details
Copy full SHA for 8dbe348
Browse repository at this point
Commits on Apr 17, 2016
Fix formatting of docker exec docs entry
rnorth
committed
9431b00
View commit details
Copy full SHA for 9431b00
Browse repository at this point
Add (missing!) mention of docker-compose upgrade to CHANGELOG
rnorth
committed
cbd8d2c
View commit details
Copy full SHA for cbd8d2c
Browse repository at this point
Update shade tests for v1.0.5-SNAPSHOT development
rnorth
committed
bf1498d
View commit details
Copy full SHA for bf1498d
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
rnorth
committed
86cd96f
View commit details
Copy full SHA for 86cd96f
Browse repository at this point
[maven-release-plugin] prepare release testcontainers-1.0.4
rnorth
committed
5e9eaa6
View commit details
Copy full SHA for 5e9eaa6
Browse repository at this point
Merge pull request #131 from testcontainers/upgrade-docker-compose
Show description for 84f785e
rnorth
committed
84f785e
View commit details
Copy full SHA for 84f785e
Browse repository at this point
Merge remote-tracking branch 'origin/master'
rnorth
committed
d218e4d
View commit details
Copy full SHA for d218e4d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.