* 5.4: (21 commits)
Add missing license header
[Workflow] Catch error when trying to get an uninitialized marking
Add missing license header
Allow usage of Provider domains if possible
Use reference date in reverse transform Fixes#40997
Fix env resolution in lock configuration
Fix Symfony not working on SMB share #45990
[Messenger] DoctrineTransportFactory works with notify and decorated PostgreSQL driver
[Cache] make LockRegistry use static properties instead of static variables
fix: return-path has higher priority for envelope address than from address (fixes#41322)
[HttpClient] Fix sending content-length when streaming the body
[Console] Header with column max width is now well wrap with separator
Fix use_cookies framework session configuration
[FrameworkBundle] [Command] Fix `debug:router --no-interaction` error …
[Intl] Update the ICU data to 71.1 - 5.4
[Intl] Update the ICU data to 71.1 - 4.4
Add tests to messenger connection get for OraclePlatform
[RateLimiter] Adding default empty value
[DependencyInjection] Add TaggedIteratorArgument unit tests
[Process] Fix Process::getEnv() when setEnv() hasn't been called before
...
* 4.4:
[FrameworkBundle] [Command] Fix `debug:router --no-interaction` error …
[Intl] Update the ICU data to 71.1 - 4.4
Add tests to messenger connection get for OraclePlatform
[Process] Fix Process::getEnv() when setEnv() hasn't been called before
[ExpressionLanguage] Fix matching null against a regular expression
* 5.4:
[DoctrineBridge] Fix compatibility with doctrine/orm 3 in Id generators
Bump Symfony version to 5.4.5
Update VERSION for 5.4.4
Update CHANGELOG for 5.4.4
Update VERSION for 5.3.15
Update CHANGELOG for 5.3.15
Remove 5.3 from PR template
Bump Symfony version to 4.4.38
Update VERSION for 4.4.37
Update CONTRIBUTORS for 4.4.37
Update CHANGELOG for 4.4.37
[Process] Update PHPDoc to use proper placeholder syntax
Fixed functional testing description
* 4.4:
Remove 5.3 from PR template
Bump Symfony version to 4.4.38
Update VERSION for 4.4.37
Update CONTRIBUTORS for 4.4.37
Update CHANGELOG for 4.4.37
[Process] Update PHPDoc to use proper placeholder syntax
Fixed functional testing description
* 5.4:
[HttpClient] Don't ignore errors from curl_multi_exec()
[HttpClient] Double check if handle is complete
CI for macOS
[DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
[Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
[PropertyAccess] Fix accessing public property in Object
[Process] fixed uppercase ARGC and ARGV should also be skipped
[PropertyAccess] Add tests accessing public (dynamic) properties
[Mailer] Update docs for sendmail -t
[FrameworkBundle] Fix cache pool configuration with one adapter and one provider
[FrameworkBundle] Use correct cookie domain in loginUser()
Missing translations for Belarusian (be) #41032
* 5.3:
[HttpClient] Don't ignore errors from curl_multi_exec()
[HttpClient] Double check if handle is complete
CI for macOS
[DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
[Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
[PropertyAccess] Fix accessing public property in Object
[Process] fixed uppercase ARGC and ARGV should also be skipped
[PropertyAccess] Add tests accessing public (dynamic) properties
[Mailer] Update docs for sendmail -t
[FrameworkBundle] Fix cache pool configuration with one adapter and one provider
[FrameworkBundle] Use correct cookie domain in loginUser()
Missing translations for Belarusian (be) #41032
* 4.4:
[HttpClient] Don't ignore errors from curl_multi_exec()
[HttpClient] Double check if handle is complete
CI for macOS
[DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
[Process] fixed uppercase ARGC and ARGV should also be skipped
[FrameworkBundle] Fix cache pool configuration with one adapter and one provider
Missing translations for Belarusian (be) #41032
* 5.4:
[Process] intersect with getenv() in case-insensitive manner to get default envs
[Serializer] fix support for lazy/unset properties
Fix redundant type casts
[Notifier] Fix AllMySms bridge body content
Revert "[DoctrineBridge] add support for the JSON type"
* 5.3:
[Process] intersect with getenv() in case-insensitive manner to get default envs
[Serializer] fix support for lazy/unset properties
Fix redundant type casts
[Notifier] Fix AllMySms bridge body content
Revert "[DoctrineBridge] add support for the JSON type"
* 4.4:
[Process] intersect with getenv() in case-insensitive manner to get default envs
[Serializer] fix support for lazy/unset properties
Fix redundant type casts
Revert "[DoctrineBridge] add support for the JSON type"
* 5.4:
[Process] filter env vars for "argc" & "argv" specifically
[Process] exclude argv/argc from possible default env vars
[HttpClient] fix closing curl multi handle when destructing client
[Validator] Add missing Czech translations
* 5.3:
[Process] exclude argv/argc from possible default env vars
[HttpClient] fix closing curl multi handle when destructing client
[Validator] Add missing Czech translations
* 4.4:
[Process] exclude argv/argc from possible default env vars
[HttpClient] fix closing curl multi handle when destructing client
[Validator] Add missing Czech translations
* 5.4: (22 commits)
fix cs
Update validators.lv.xlf
Fix API gateway service name
Improve recommendation message for "composer req"
Fix CS in composer.json
[DependencyInjection] fix preloading
Update validators.uz.xlf
AddMake ExpressionVoter Cacheable
Add framework config for DBAL cache adapter
[ExpressionLanguage] Fix LexerTest number types
[Process] intersect with getenv() to populate default envs
Improve CI script a bit
Fix deprecation message placeholders
[Cache] Fix calculate ttl in couchbase sdk 3.0
Fix Loco Provider
[Cache] fix dbindex Redis
Fix typos in a test message
[Cache] fix releasing not acquired locks
[DependencyInjection] fix creating 2nd container instances
Never rely on dynamic properties
...
* 5.3:
fix cs
Update validators.lv.xlf
Fix API gateway service name
Fix CS in composer.json
Update validators.uz.xlf
[ExpressionLanguage] Fix LexerTest number types
[Process] intersect with getenv() to populate default envs
Improve CI script a bit
Fix Loco Provider
[Cache] fix dbindex Redis
Fix typos in a test message
Never rely on dynamic properties
* 4.4:
fix cs
Update validators.lv.xlf
Update validators.uz.xlf
[ExpressionLanguage] Fix LexerTest number types
[Process] intersect with getenv() to populate default envs
Improve CI script a bit
[Cache] fix dbindex Redis
Never rely on dynamic properties
* 5.4:
[Security][WIP] Add authenticators info to the profiler
[Translation] Use symfony default locale when pulling translations from providers
added missing translations for Bosnian (bs)
Add the missing greek translations for security core and validator component
[HttpKernel] Fix return types in `EventDataCollector`
Do not call substr_count() if ip is null to avoid deprecation warning in PHP 8.1
[Security][Validator] Add missing translations for Slovenian (sl)
[Messenger] Add worker metadata inside logs
[Messenger] Log when worker should stop and when `SIGTERM` is received
cs fix
[Security][Validator] Add missing translations for Finnish (fi)
[VarDumper] returns a 500 when dd() is executed
chore(VarDumper): declare that dd() never returns
[MonologBridge] Deprecate the Swiftmailer handler
[Cache] Commit items implicitly only when deferred keys are requested
[MonologBridge] Deprecates ResetLoggersWorkerSubscriber
Fix "can not" spelling
[HttpClient] fix missing kernel.reset tag on TraceableHttpClient services
[Form] Fix ChoiceType Extension to effectively set and use the translator
Added new CssColor constraint