Conversation
Lokalise: Translations update
Emoji Update
Lokalise: Translations update
Lokalise: Translations update
We have an areAllEmpty, but areAllFilled is not the same as !areAllEmpty Fixes: OX-11912
Fixes: OX-11912
Adds the Strings.areAllFilled
- fixes: DO-409
- fixes: DO-409
- fixes: DO-409
- fixes: DO-409
- fixes: DO-409
- fixes: DO-409
- fixes: DO-409
schedule will only work for default-branch so we must try it "life" - fixes: DO-409
DO-409 First try for PR automatic tests with github-actions
…respecting i18n settings. OX-11996
OX-11996
…as the `null` case is explicitly handled in the code, and some code locations in OX did not respect the constraint anyway.
Fixes: SIRI-1146
Fixes: SIRI-1146
Updates libraries
Due to historic reasons, this class was placed in the xml package. As it evolved into a full block generic HTTP client, we moved it to the commons package.
By trying to re-use existing HttpClients, we can utilize the internal connection pool and thus drastically speed up repeated requests against the same host. As a client might be customized through its builder, we now ask for a clientSelector to distinguish these. If null is used as clientSelector, no re-use will happen.
We now always prefer Duration in favor of ints. Also the documentation was fixes as it was plain wrong.
This is breaking as some constants were public. Use HttpHeaders from guava for proper constants.
BREAKING: Improves the Outcall.
Outcall.modifyClient(String) accepts a string to cache a newly constructed HttpClient. null is used to signal that the client must not be cached. To better document this, an explicit constant was added so that call.modifyClient(Outcall.CLIENT_SELECTOR_NO_CACHE) sort of speaks for itself (in contrast to call.modifyClient(null)
Adds an explicit constant to better document behavior
Lokalise: Translations update
Fixes: OX-12263
Fixes: OX-12263
By default, we check if the current TaskContext is active, but more complex scenarios might require additional checks. Fixes: OX-12263
if something is submitted after the executor have been closed. For cleanliness, empty the queue at the end. Fixes: OX-12263
Improves the ParallelTaskExecutor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Merge develop to master, which will be renamed to main
Additional Notes
Checklist