Trending Topics This Week

Here is what people are talking about this week in the world of free and open source software: 

Key Security, Maintenance, and Features Releases

 

Non-Security Updates

Apache Camel 3.6
OPTIMIZATIONS
To speed up the startup we switched to a new UUID generator. The old (classic) generator was inherited from Apache ActiveMQ which needed to ensure its ids were unique in a network of brokers, and therefore to ensure this the generator was using the hostname as the prefix in the id. This required on startup to do network access to obtain this information which costs a little time. Also depending on networks this can be more restrictive and delay the startup. The new generator is a pure in-memory fast generator that was used by Camel K and Camel Quarkus.
We also identified a few other spots during route initialization. For example, one small change was to avoid doing some regular expression masking on route endpoints which weren’t necessary anymore.

Jenkins 2.265
Improve performance of authorisation strategies when the authentication realm is case insensitive. (issue 64039)
French translation for the token paragraph in user configuration and the root breadcrumb ("Dashboard"). (pull 5009)
Fix file handle leak when viewing corrupted build logs. (issue 62985)
Fix redirects when renaming jobs with spaces or non-latin characters. (issue 63899)

Spring Framework 5.3.0
Allow cache eviction for ConcurrentLruCache #25963
Support Optional for query parameters in UriBuilder and UriComponentsBuilder #25951
Deprecate StringUtils.isEmpty(Object) and replace remaining usage (e.g. with ObjectUtils.isEmpty) #25945

Ready to Upgrade to CentOS?

Read this blog, as we look at three ways to upgrade CentOS, including how to upgrade packages, or move from CentOS 6 or CentOS 7 to CentOS 8.

View all OpenUpdate editions >