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
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 }}
java-han
/
seata
Public
forked from
apache/incubator-seata
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
seata
common
src
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 16, 2021
feature: add db realization for distribute lock (#3487)
caohdgege
authored
e2e5fa6
View commit details
Copy full SHA for e2e5fa6
View code at this point
Browse repository at this point
Commits on Aug 9, 2021
optimize: cache reflection results of the fields and methods (#3918)
wangliang181230
authored
21ab990
View commit details
Copy full SHA for 21ab990
View code at this point
Browse repository at this point
Commits on Jul 26, 2021
feature: support SPI unload (#3906)
Show description for 0750bd9
slievrly
authored
0750bd9
View commit details
Copy full SHA for 0750bd9
View code at this point
Browse repository at this point
Commits on Jul 25, 2021
bugfix: fix seataio/seata-server servlet-api conflict (#3901)
slievrly
authored
9799ec1
View commit details
Copy full SHA for 9799ec1
View code at this point
Browse repository at this point
Commits on Jul 15, 2021
optimize: support instance `BusinessActionContext` outside the TCC try method (#3797)
wangliang181230
authored
0f92415
View commit details
Copy full SHA for 0f92415
View code at this point
Browse repository at this point
Commits on Jul 13, 2021
bugfix: fix ReflectionUtil throw unexpected exception (#3803)
wangliang181230
authored
fe37fb3
View commit details
Copy full SHA for fe37fb3
View code at this point
Browse repository at this point
Commits on Jun 17, 2021
bugfix: fix StringUtils StackOverflowError (#3828)
wangliang181230
authored
25385b3
View commit details
Copy full SHA for 25385b3
View code at this point
Browse repository at this point
Commits on Jun 1, 2021
optimize: Refactoring the code of TCC mode (#3730)
wangliang181230
authored
8f62e9c
View commit details
Copy full SHA for 8f62e9c
View code at this point
Browse repository at this point
Commits on May 23, 2021
feature: TCC mode support idempotent and anti hanging (#3545)
kaka2code
authored
9dfb624
View commit details
Copy full SHA for 9dfb624
View code at this point
Browse repository at this point
Commits on May 13, 2021
optimize: the basic code of distributed lock (#3722)
lightClouds917
authored
69d1297
View commit details
Copy full SHA for 69d1297
View code at this point
Browse repository at this point
Commits on May 11, 2021
feature: support configuring the order of the TM and TCC interceptor (#3064)
wangliang181230
authored
1d87679
View commit details
Copy full SHA for 1d87679
View code at this point
Browse repository at this point
feature: support RedisLocker#acquireLock use LUA mode (#3472)
litianyu1992
authored
659dd2c
View commit details
Copy full SHA for 659dd2c
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
optimize: optimize some javadocs (#3664)
slievrly
authored
c091e69
View commit details
Copy full SHA for c091e69
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
optimize: Changed exception check by JUnit API usage (#3589)
eas5
authored
3c21b93
View commit details
Copy full SHA for 3c21b93
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
test:add test case for StringFormatUtils (#3579)
drgnchan
authored
6400385
View commit details
Copy full SHA for 6400385
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
optimize: make RETRY_DEAD_THRESHOLD bigger and configurable (#3551)
caohdgege
authored
1d888b9
View commit details
Copy full SHA for 1d888b9
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
optimize:convert hostname to IP if necessary (#3476)
xingfudeshi
authored
5a09c25
View commit details
Copy full SHA for 5a09c25
View code at this point
Browse repository at this point
Commits on Jan 13, 2021
optimize: make CLIENT_TABLE_META_CHECKER_INTERVAL configurable (#3318)
0000005
authored
bc83c38
View commit details
Copy full SHA for bc83c38
View code at this point
Browse repository at this point
Commits on Jan 8, 2021
feature: add distributed lock interface (#3427)
funky-eyes
authored
c65aec5
View commit details
Copy full SHA for c65aec5
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
feature: support password decryption (#2667)
funky-eyes
authored
b450811
View commit details
Copy full SHA for b450811
View code at this point
Browse repository at this point
Commits on Dec 24, 2020
feature: Saga support customize whether update last retry log (#3372)
Show description for 491a9d7
anselleeyy
authored
491a9d7
View commit details
Copy full SHA for 491a9d7
View code at this point
Browse repository at this point
Commits on Dec 16, 2020
bugfix: configuration cache get value cast exception. (#3293)
jsbxyyx
authored
6075716
View commit details
Copy full SHA for 6075716
View code at this point
Browse repository at this point
Commits on Dec 15, 2020
feature: support rollback info compress (#3172)
caohdgege
authored
aeeda42
View commit details
Copy full SHA for aeeda42
View code at this point
Browse repository at this point
optimize: improve UUIDGenerator using "history time" version of snowflake algorithm (#3175)
selfishlover
authored
0944fe5
View commit details
Copy full SHA for 0944fe5
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
bugfix: Saga statemachine definition json cannot enable jackson parser, and when no choice matched in choice state will throw NPE (#3309)
Show description for 3530aa0
long187
authored
3530aa0
View commit details
Copy full SHA for 3530aa0
View code at this point
Browse repository at this point
Commits on Dec 6, 2020
optimize: enable NamedThreadFactory to get ThreadGroup from the SecurityManager or Current thread (#3310)
jxlgzwh
authored
10c03d0
View commit details
Copy full SHA for 10c03d0
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
feature: support send authentication msg (#2825)
slievrly
authored
b2d7616
View commit details
Copy full SHA for b2d7616
View code at this point
Browse repository at this point
Commits on Oct 20, 2020
feature: support jdbc type nclob (#3191)
jsbxyyx
authored
4292134
View commit details
Copy full SHA for 4292134
View code at this point
Browse repository at this point
feature : support least active load balance (#2676)
ph3636
authored
7ea7399
View commit details
Copy full SHA for 7ea7399
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
optimize: refactor the redis session store (#3062)
lightClouds917
authored
fdf6484
View commit details
Copy full SHA for fdf6484
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
optimize: opt codes related to `Map` and `List` (#3134)
wangliang181230
authored
ab7af77
View commit details
Copy full SHA for ab7af77
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
optimize: remove duplicated in string utils (#3186)
jsbxyyx
authored
b80fa9f
View commit details
Copy full SHA for b80fa9f
View code at this point
Browse repository at this point
Commits on Sep 18, 2020
optimize: add more configuration tips in `additional-spring-configuration-metadata.json` (#3118)
wangliang181230
authored
929c817
View commit details
Copy full SHA for 929c817
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
optimize: refactor the redis lock string to hash (#3016)
lightClouds917
authored
fc0c9ce
View commit details
Copy full SHA for fc0c9ce
View code at this point
Browse repository at this point
Commits on Aug 28, 2020
feature: support configuring default global transaction timeoutMillis (#2806)
wangliang181230
authored
17fa7c2
View commit details
Copy full SHA for 17fa7c2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.