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 }}
runningcode
/
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
Breadcrumbs
History for
testcontainers-java
modules
mysql
src
on
ceph
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 20, 2020
Fix regression introduced in #2473 (missing `this` constructor call) (#2596)
bsideup
authored
d604f3e
View commit details
Copy full SHA for d604f3e
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
delegate `getMetadata()` to `R2DBCDatabaseContainerProvider` (#2577)
Show description for 3530e63
bsideup
authored
3530e63
View commit details
Copy full SHA for 3530e63
View code at this point
Browse repository at this point
Commits on Apr 12, 2020
Add R2DBC support (#2545)
Show description for 6c45a20
bsideup
authored
6c45a20
View commit details
Copy full SHA for 6c45a20
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Move static config from `configure()` to constructors (#2473)
mitchjust-finocomp
authored
17b9ffc
View commit details
Copy full SHA for 17b9ffc
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
Fix Deprecated MySQL Class Name (#1760)
Show description for 43e1f6a
turackangal
authored and
rnorth
committed
43e1f6a
View commit details
Copy full SHA for 43e1f6a
View code at this point
Browse repository at this point
Commits on May 27, 2019
Support MySQL 8 (#1470)
Show description for 581b80b
rnorth
authored
581b80b
View commit details
Copy full SHA for 581b80b
View code at this point
Browse repository at this point
Commits on Mar 17, 2019
Add JDBC custom credential support for postgres (#1293)
manikmagar
authored and
rnorth
committed
1fe2804
View commit details
Copy full SHA for 1fe2804
View code at this point
Browse repository at this point
Commits on Oct 15, 2018
Support empty password for MySQL (#899)
chungngoops
authored and
kiview
committed
3126c54
View commit details
Copy full SHA for 3126c54
View code at this point
Browse repository at this point
Commits on Sep 5, 2018
make MYSQL_ROOT_PASSWORD and MYSQL_PASSWORD the same value (#857)
dougEfresh
authored and
bsideup
committed
2957046
View commit details
Copy full SHA for 2957046
View code at this point
Browse repository at this point
Commits on Jun 13, 2018
Enhancements and Fixes around JDBC URL Based Containers (#617)
Show description for dbb9267
manikmagar
authored and
rnorth
committed
dbb9267
View commit details
Copy full SHA for dbb9267
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
Pin tags (#671)
Show description for bead0b3
rnorth
authored
bead0b3
View commit details
Copy full SHA for bead0b3
View code at this point
Browse repository at this point
Commits on Feb 3, 2018
Fix extraneous use of connection string `useSSL` flag (#569)
Show description for a6d8bf2
rnorth
authored
a6d8bf2
View commit details
Copy full SHA for a6d8bf2
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
Removed manual setting of default command.
Show description for d7551de
Nikem
authored and
rnorth
committed
d7551de
View commit details
Copy full SHA for d7551de
View code at this point
Browse repository at this point
Issue 534. Now properly handles command override for MySQL containers
Nikem
authored and
rnorth
committed
3b8b8c9
View commit details
Copy full SHA for 3b8b8c9
View code at this point
Browse repository at this point
Commits on Dec 16, 2017
Add name accessor for JDBC containers (#520)
Show description for fcefad3
dbyron0
authored and
kiview
committed
fcefad3
View commit details
Copy full SHA for fcefad3
View code at this point
Browse repository at this point
Commits on Dec 10, 2017
Wait robustness (#504)
Show description for f1ce2b1
rnorth
authored
f1ce2b1
View commit details
Copy full SHA for f1ce2b1
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
Jdbc containers with user, passwd, and db customizations (#400)
nickbabcock
authored and
rnorth
committed
56513a4
View commit details
Copy full SHA for 56513a4
View code at this point
Browse repository at this point
Commits on Jun 4, 2017
Reverse over-optimisation of MySQL/MariaDB thread_stack size setting (#356)
Show description for 1c1bf42
rnorth
authored and
bsideup
committed
1c1bf42
View commit details
Copy full SHA for 1c1bf42
View code at this point
Browse repository at this point
Commits on Nov 19, 2016
Extract all database container tests into a common module to allow for refactoring of common elements.
Show description for 6b08454
rnorth
committed
6b08454
View commit details
Copy full SHA for 6b08454
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
Add convenience methods to clean up database containers. Refs #159.
rnorth
committed
f1bc5c6
View commit details
Copy full SHA for f1bc5c6
View code at this point
Browse repository at this point
Add a basic fix for #159
Show description for 32d252c
rnorth
committed
32d252c
View commit details
Copy full SHA for 32d252c
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
Enable multiple startup retry attempts for MySQL containers to reduce test instability
rnorth
committed
ba97f42
View commit details
Copy full SHA for ba97f42
View code at this point
Browse repository at this point
Commits on Jul 17, 2016
Reduce log verbosity during tests
rnorth
committed
8f0bdc8
View commit details
Copy full SHA for 8f0bdc8
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
Incorporate alpha Windows support into main v1.1 release candidate branch
Show description for 0a44d07
rnorth
committed
0a44d07
View commit details
Copy full SHA for 0a44d07
View code at this point
Browse repository at this point
Remove profiler logs from build output
Show description for 7a7c930
rnorth
committed
7a7c930
View commit details
Copy full SHA for 7a7c930
View code at this point
Browse repository at this point
Reduce log noise
rnorth
committed
991873b
View commit details
Copy full SHA for 991873b
View code at this point
Browse repository at this point
Commits on Apr 29, 2016
implement self-typing for better fluent builders
bsideup
committed
4cb5a1d
View commit details
Copy full SHA for 4cb5a1d
View code at this point
Browse repository at this point
Commits on Feb 7, 2016
#57: rename confusing get*IpAddress methods
rnorth
committed
974993f
View commit details
Copy full SHA for 974993f
View code at this point
Browse repository at this point
Commits on Jan 17, 2016
Adjust log levels to suppress noisy apache http wire logging
rnorth
committed
8417cf5
View commit details
Copy full SHA for 8417cf5
View code at this point
Browse repository at this point
Commits on Dec 5, 2015
Tweak log layout to avoid truncating docker image name
rnorth
committed
4365d7c
View commit details
Copy full SHA for 4365d7c
View code at this point
Browse repository at this point
Commits on Nov 29, 2015
General minor refactoring
rnorth
committed
2a9424c
View commit details
Copy full SHA for 2a9424c
View code at this point
Browse repository at this point
Commits on Sep 26, 2015
WIP: Update all modules for simplified model
rnorth
committed
89286ac
View commit details
Copy full SHA for 89286ac
View code at this point
Browse repository at this point
WIP: Partial refactoring but problems with docker volumes
rnorth
committed
3a6ae2a
View commit details
Copy full SHA for 3a6ae2a
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
Basic docker compose support, using a docker-compose container for bootstrapping, and an ambassador container to expose ports.
Show description for 7cded08
rnorth
committed
7cded08
View commit details
Copy full SHA for 7cded08
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
Replace dependency on org.testpackage with org.rnorth.visible-assertions
rnorth
committed
351a019
View commit details
Copy full SHA for 351a019
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.