The Eclipse Foundation is home to the Eclipse IDE, Jakarta EE, and hundreds of open source projects, including runtimes, tools, specifications, and frameworks for cloud and edge applications, IoT, AI, automotive, systems engineering, open processor designs, and many others.
The Eclipse Foundation is an international non-profit association supported by our members, including industry leaders who value open source as a key enabler for their business strategies.
Whether you intend on contributing to Eclipse technologies that are important to your product strategy, or simply want to explore a specific innovation area with like-minded organizations, the Eclipse Foundation is the open source home for industry collaboration.
The Eclipse community consists of individual developers and organizations spanning many industries. Stay up to date on our open source community and find resources to support your journey.
The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and vendor-neutral environment for open source software collaboration and innovation.
547332 Determine hard-linking and nlink support per FileStore
488572 Support reading and writing cookies. The git config entries http.cookieFile and http.saveCookies are now supported.
Repository: Add getIdentifier() method
cli: Add the --always option to describe
DescribeCommand: Support the "always" option
cli: Add the --tags option to describe
RevWalk: new method createReachabilityChecker()
BitmapCalculator: Get the reachability bitmap of a commit
ReachabilityChecker: Default implementation with a RevWalk
CLI diff: Add "--staged" as alias to "--cached"
Repository: Add getIdentifier() method to avoid instanceof operator
Extend FileSnapshot for packfiles to also use checksum to detect changes
Optionally wait opening new packfile until it can't be racy anymore. If pack.waitPreventRacyPack = true (default is false) and packfile size > pack.minSizePreventRacyPack (default is 100 MB) wait after a new packfile was written and before it is opened until it cannot be racy anymore.
Include filekey file attribute (inode on *nix filesystems) when comparing FileSnapshots
Measure file timestamp resolution used in FileSnapshot
Performance Improvements
BitmappedReachabilityChecker: Reachability check using bitmaps
tree:<depth>: do not revisit tree during packing
tree:<depth> should not traverse overly-deep trees
Preliminary support for tree:<depth> filter
Introduce RefDatabase#getTipsWithSha1 to list refs pointing to object
Logging
Attach deletion failure reason in FileUtils.delete()
Track object inflation time in DfsReaderIoStats
Bug Fixes
547724 Handle missing "ours" stage in WorkingTreeIterator.hasCrLfInIndex()
529522 Retry loading config when locked by another process
544965 Make pull --rebase on an unborn branch do a checkout