Update java dependencies #265
Open
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.
This PR contains the following updates:
6.2.5->6.4.47.2.1->8.0.03.7.1->3.7.35.19.0->5.20.05.19.0->5.20.01.4.4->1.4.55.13.3->6.0.14.9.4->4.9.833.4.8-jre->33.5.0-jre2.25.1->2.25.22.25.1->2.25.22.25.1->2.25.2Release Notes
scala/scala3 (org.scala-lang:scala3-library_3)
v3.7.3Compare Source
Release highlights
-Vprint:...(still support-Xprint:...as alias) #22828Other changes and fixes
Desugaring
Enums
Erasure
Experimental: Capture Checking
paramsToCap#23436x.only[C]#23485Experimental: Separation Checking
Experimental: Erased Definitions
Experimental: Explicit Nulls
stableNullannotation to force tracking mutable fields #23528Experimental: Global Initialization
Experimental: Into
Experimental: Modularity
Experimental: Unroll
Extension Methods
Implicits
Inline
Linting
Match Types
Named Tuples
Parser
-new-syntaxunder-language:future#23443-source:future#23472Pattern Matching
Pickling
Printer
Positions
Presentation Compiler
Quotes
<refinement>symbols #22782new#23618Reflection
Reporting
-Yprofile-traceproperly report macro splicing source #23488-Yprofile-traceprofiles all inline calls #23490Rewrites
Runner
Scaladoc
SemanticDB
Transform
Tuples
Typer
Nothingas prefix #23531forwith untupling #23273Contributors
Thank you to all the contributors who made this release possible 🎉
According to
git shortlog -sn --no-merges 3.7.2..3.7.3these are:v3.7.2Compare Source
Highlights of the release
Add an
-Yimplicit-to-givenflag for rewrites to easily test changes in the ecosystem #22580This experimental flag when used in conjunction with
--rewriteallows to migrate most ofimplicitdefinitions asgiven. It aims to ease with migration to new syntax, or testing how it would affect your code base.Bump Scala CLI to v1.8.4 (was v1.8.0) #23538
Implement applied constructor types #22543
It introduces new syntax allowing for easier definition of
trackedparameters under-language:experimental.modularityYou can read more about this experimental feature in the Modularity Improvements proposal documentation.
Other changes and fixes
Documentation
AnyRef::eqandAnyRef::neas infix instead of special casing when emitting the warning #23252eqandnein Predef asinfix#23255Experimental: Capture Checking
muttoupdate#23335@useand@consumeannotations to parameter types #23324@useand@consumein class parameters #23342-source:3.8#23249Experimental: Erased Definitions
Experimental: Explicit Nulls
Experimental: Global Initialization
Experimental: Into Modifier
intoscheme to be fully type-based #23014Experimental: Modularity
Implicits
Linting
Parser
extensiondefinition #23143Pattern Matching
Pickling
Presentation Compiler
Private Options
scala.language.2.13#23219Rewrites
Quotes
Reflection
StringConstant(null)#23064Reporting
-print-lines#23336SemanticDB
Settings
Tooling
Transform
Typer
this.typeinValueOf#23094Contributors
Thank you to all the contributors who made this release possible 🎉
According to
git shortlog -sn --no-merges 3.7.1..3.7.2these are:mockito/mockito (org.mockito:mockito-junit-jupiter)
v5.20.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.20.0
google/truth (com.google.truth:truth)
v1.4.5: 1.4.5Compare Source
assertThat(nullMap).isEmpty()to fail with a useful failure message instead of throwingNullPointerException(and similarly for other "bogus" values, such as negative sizes). (da5d6e9)isInstanceOf(Int::class.java)(and Java'sisInstanceOf(int.class)) a valid way to check forInt/Integerinstances. (974ef19)isWithinto pretty-print numbers in its failure messages. (de78553,07318c2)Integerinstead ofjava.lang.Integer). (0ba72d6)ExpectFailureto never generate "value of" lines based on bytecode. This slightly simplifies writing new tests withExpectFailureand prevents future behavior changes in someExpectFailuretests that already exist. However, it may also require changes to other existingExpectFailuretests to remove or change any assertions about the "value of" line. (3caa0e8)minSdkVersionis now 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (c85c75c)@NullMarked. This was making all our types non-null in those environments, since we don't yet use@Nullablein the GWT/J2CL artifact. (6392d37)spotbugs/spotbugs (com.github.spotbugs:spotbugs-annotations)
v4.9.8Compare Source
Fixed
v4.9.7Compare Source
Fixed
FindNakedNotifyto handle the case when the lock is loaded from a field (#3634)Changed
Deprecated
edu.umd.cs.findbugs.io.IO.close(InputStream)method. (#3756)Build
v4.9.6Compare Source
Fixed
jakarta.servlet.http.HttpServletRequestmethod calls (#3711)v4.9.5Compare Source
Fixed
@SuppressFBWarningsannotation (#3622)SF_SWITCH_FALLTHROUGHfalse positive when continuing a loop (#3617)CWO_CLOSED_WITHOUT_OPENEDfalse positive (#3616)SF_SWITCH_NO_DEFAULTfalse positive fix for switch-arrow (#3645)Duplicating value: ...(#3621)Added
Cleanup
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.