Semyon Danilov
Semyon Danilov
https://issues.apache.org/jira/browse/SUREFIRE-2039 Why: Skipped test classes reports are being added into the non-skipped test classes reports (see attached JIRA issue for detailed information). The reproducer can be found here: https://github.com/SammyVimesFiledIssues/SUREFIRE-2039 What:...
The appropriate ticket will be added later
https://issues.apache.org/jira/browse/IGNITE-16081
### Changelog entry ### Changelog category * Experimental feature
As aspects are singletons, `transactionManagerCache` and `transactionManager` in `TransactionAspectSupport` are persistent. It's ok if context is not changing, but if new contexts gets created (in tests, for example), new transaction...
### Changelog category * New feature # Proposed docs ## Object Storage Listing API Objects in (S3-like) object storage have a name column. Although object storage is unstructured, users often...
Hi! Noticed that there is no support for Big Endian, so decided to start working on it. Currently I did: - [x] sz_find_1char_swar - [x] sz_rfind_1char_swar - [x] sz_find_2char_swar -...