Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package guava for openSUSE:Factory checked in at 2022-05-25 20:34:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/guava (Old) and /work/SRC/openSUSE:Factory/.guava.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "guava" Wed May 25 20:34:43 2022 rev:8 rq:979202 version:31.1 Changes: -------- --- /work/SRC/openSUSE:Factory/guava/guava.changes 2022-05-19 22:49:36.322356833 +0200 +++ /work/SRC/openSUSE:Factory/.guava.new.2254/guava.changes 2022-05-25 20:35:13.500283134 +0200 @@ -4,0 +5,44 @@ + * Fixes: + + base: Deprecated the Throwables methods lazyStackTrace and + lazyStackTraceIsLazy. They are no longer useful on any current + platform. + + collect: Added a new method + ImmutableMap.Builder.buildKeepingLast(), which keeps the last + value for any given key rather than throwing an exception when + a key appears more than once. + + collect: As a side-effect of the buildKeepingLast() change, + the idiom + ImmutableList.copyOf(Maps.transformValues(map, function)) + may produce different results if function has side-effects. + + hash: Added Hashing.fingerprint2011(). + + io: Changed ByteStreams.nullOutputStream() to follow the + contract of OutputStream.write by throwing an exception if + the range of bytes is out of bounds. + + net: Added @CheckReturnValue to the package (with a few + exceptions). + + net: Added HttpHeaders constant for + Access-Control-Allow-Private-Network. + + util.concurrent: Added accumulate/update methods for + AtomicDouble and AtomicDoubleArray. + * APIs promoted from @Beta: + + base: Throwables methods getCausalChain and getCauseAs + + collect: Streams methods mapWithIndex and findLast + + collect: the remaining methods in Comparators: min, max, + lexicographical, emptiesFirst, emptiesLast, isInOrder, + isInStrictOrder + + escape: various APIs + + io: various APIs in Files + + net: various APIs + + reflect: various APIs + + testlib: various APIs + + util.concurrent: AsyncCallable, ListenableScheduledFuture, + and ClosingFuture + + util.concurrent: ExecutionSequencer, + MoreExecutors.newSequentialExecutor, and Monitor + + util.concurrent: Futures methods: submit, submitAsync, + scheduleAsync, nonCancellationPropagating, inCompletionOrder + + util.concurrent: Uninterruptibles: + awaitTerminationUninterruptibly and the Duration overloads in + the class + + util.concurrent: the FluentFuture type, its factory methods, + and addCallback @@ -19,0 +64,8 @@ + * Fixes: + + cache: Fixed compatibility between asMap().compute(...) + and a load. + + cache: Added @CheckReturnValue to some APIs. + + collect: Added @DoNotCall to the mutator methods on immutable + types + + hash: Removed @Beta from HashCode. + + io: Removed @Beta from CountingOutputStream. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------
