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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
javaxt-project
/
javaxt-core
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
javaxt-core
src
javaxt
sql
on
master
User selector
All users
All time
Commit history
Commits on Jun 12, 2026
Reduced allocation overhead, eliminated CPU-spinning waits, cleaner waiter coordination in the ConnectionPool
pborissow
committed
e8e980a
View commit details
Copy full SHA for e8e980a
View code at this point
Browse repository at this point
Added forceHealthCheck() method to the ConnectionPool
pborissow
committed
86fc3c1
View commit details
Copy full SHA for 86fc3c1
View code at this point
Browse repository at this point
Removed "safety check" from the ConnectionPool for H2
pborissow
committed
ad0f257
View commit details
Copy full SHA for ad0f257
View code at this point
Browse repository at this point
Commits on Oct 19, 2025
Added warm-up connection tracking and fixed race condition in the ConnectionPool class
pborissow
committed
1fa4082
View commit details
Copy full SHA for 1fa4082
View code at this point
Browse repository at this point
Added isOpen() check to the close() method to prevent double closing in the Connection class
pborissow
committed
cb25478
View commit details
Copy full SHA for cb25478
View code at this point
Browse repository at this point
Commits on Oct 16, 2025
Fixed bug closing unused connections in the ConnectionPool
pborissow
committed
3f96b26
View commit details
Copy full SHA for 3f96b26
View code at this point
Browse repository at this point
Commits on Oct 12, 2025
Updated default MySQL classname in the Driver class
pborissow
committed
aa3ee23
View commit details
Copy full SHA for aa3ee23
View code at this point
Browse repository at this point
Added support for in-memory database option for H2 in the Database class
pborissow
committed
41716a3
View commit details
Copy full SHA for 41716a3
View code at this point
Browse repository at this point
Commits on Oct 11, 2025
Updated MySQL driver from legacy com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource to modern com.mysql.cj.jdbc.MysqlConnectionPoolDataSource in the Database class
pborissow
committed
2b8c598
View commit details
Copy full SHA for 2b8c598
View code at this point
Browse repository at this point
Fixed bug introduced in the last commit of the ConnectionPool class
pborissow
committed
78226cc
View commit details
Copy full SHA for 78226cc
View code at this point
Browse repository at this point
Updated the ConnectionPool class to manage javaxt.sql.Connections instead of java.sql.Connections. Removed the getRawConnection() method introduced in an earlier commit.
pborissow
committed
68a31e2
View commit details
Copy full SHA for 68a31e2
View code at this point
Browse repository at this point
Commits on Oct 10, 2025
Fixed come minor code formatting issues in ConnectionPool
pborissow
committed
73ee3a0
View commit details
Copy full SHA for 73ee3a0
View code at this point
Browse repository at this point
Added logic to skip validation when recycling connections in high-frequency connection reuse scenarios in the ConnectionPool class
pborissow
committed
d4cd8e3
View commit details
Copy full SHA for d4cd8e3
View code at this point
Browse repository at this point
Added new getRawConnection() method to the ConnectionPool class
pborissow
committed
eb26c49
View commit details
Copy full SHA for eb26c49
View code at this point
Browse repository at this point
Commits on Oct 1, 2025
Minor code cleanup
pborissow
committed
f562c5d
View commit details
Copy full SHA for f562c5d
View code at this point
Browse repository at this point
Fixed more concurrency issues and improved performance in the ConnectionPool class
pborissow
committed
6e945c9
View commit details
Copy full SHA for 6e945c9
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
Refactored constructors in the ConnectionPool class
pborissow
committed
482c60a
View commit details
Copy full SHA for 482c60a
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
Improved performance in the ConnectionPool by replacing semaphore with atomic counters and reduced validation overhead.
pborissow
committed
fde2066
View commit details
Copy full SHA for fde2066
View code at this point
Browse repository at this point
Refactored the ConnectionPool. Added health monitoring and improved thread safety.
pborissow
committed
fde6f06
View commit details
Copy full SHA for fde6f06
View code at this point
Browse repository at this point
Commits on May 8, 2025
Fixed bug updating fields that map to "DateTime" Java types in the Recordset class
pborissow
committed
f19b241
View commit details
Copy full SHA for f19b241
View code at this point
Browse repository at this point
Commits on Aug 24, 2024
- Added foreign tables to the list of tables returned by getTables() and getTableNames() for PostgreSQL databases
Show description for 2f4ad07
pborissow
committed
2f4ad07
View commit details
Copy full SHA for 2f4ad07
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
- Add toJson() method to the Field class.
Show description for c0ca196
pborissow
committed
c0ca196
View commit details
Copy full SHA for c0ca196
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
- Fixed bug setting byte[] arrays in the JSONObject class that was introduced in the previous release
Show description for 289a19e
pborissow
committed
289a19e
View commit details
Copy full SHA for 289a19e
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
- Added new getHammingDistance() and isSimilarTo() methods to the Image class
Show description for c71f12b
pborissow
committed
c71f12b
View commit details
Copy full SHA for c71f12b
View code at this point
Browse repository at this point
Commits on Jan 17, 2024
- Updated how byte arrays are represented in the toString() method in the JSONObject. Byte arrays are now Base64 encoded.
Show description for 522a7d5
pborissow
committed
522a7d5
View commit details
Copy full SHA for 522a7d5
View code at this point
Browse repository at this point
Commits on Dec 19, 2023
- Added new getReservedKeywords() method to the Database class
Show description for 4610335
pborissow
committed
4610335
View commit details
Copy full SHA for 4610335
View code at this point
Browse repository at this point
Commits on Dec 10, 2023
- Updated call to get generated keys on insert in the Model class
Show description for 15586e5
pborissow
committed
15586e5
View commit details
Copy full SHA for 15586e5
View code at this point
Browse repository at this point
- Fixed bug retrieving generated keys after insert
Show description for ce69084
pborissow
committed
ce69084
View commit details
Copy full SHA for ce69084
View code at this point
Browse repository at this point
Commits on Dec 5, 2023
- Updated the JSON write() methods in the HTTP Request class to encode the JSON to UTF-8
Show description for 61e7731
pborissow
committed
61e7731
View commit details
Copy full SHA for 61e7731
View code at this point
Browse repository at this point
Commits on Nov 13, 2023
- Fixed bug closing prepared statements when inserting and updating records in the Recordset class
Show description for da5b9bc
pborissow
committed
da5b9bc
View commit details
Copy full SHA for da5b9bc
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
- Added support for OpenSearch JDBC driver
Show description for 9028281
pborissow
committed
9028281
View commit details
Copy full SHA for 9028281
View code at this point
Browse repository at this point
Commits on Oct 23, 2023
- Fixed bug closing Recordset in the RecordIterator returned by the getRecords() method
Show description for 45e5941
pborissow
committed
45e5941
View commit details
Copy full SHA for 45e5941
View code at this point
Browse repository at this point
Commits on Oct 22, 2023
- Fixed bug identifying primary key when updating records in the Recordset class (fix to previous commit)
Show description for f7a9066
pborissow
committed
f7a9066
View commit details
Copy full SHA for f7a9066
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
- Added getters and setters to the Field class and made all properties private
Show description for db47d71
pborissow
committed
db47d71
View commit details
Copy full SHA for db47d71
View code at this point
Browse repository at this point
Commits on Aug 31, 2023
- Updated SQL classes to improve compatibility with the 2.x releases of H2.
Show description for d5d81fc
pborissow
committed
d5d81fc
View commit details
Copy full SHA for d5d81fc
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.