You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This uses a fairly outdated version of the AWS SDK bom. This bom contains a lot of modules, which all individually are checked for newer versions. This takes ages.
It seems that most time is spent somewhere in ComparableVersion, mostly because of BigInteger.toString:
So I wonder if caching ComparableVersion instances would do the trick...
The text was updated successfully, but these errors were encountered:
Creating update reports with many potential update versions & artefacts is pretty slow. As an example take this
pom.xml
:This uses a fairly outdated version of the AWS SDK bom. This bom contains a lot of modules, which all individually are checked for newer versions. This takes ages.
It seems that most time is spent somewhere in
ComparableVersion
, mostly because ofBigInteger.toString
:So I wonder if caching
ComparableVersion
instances would do the trick...The text was updated successfully, but these errors were encountered: