Skip to content

Releases: eclipse/lemminx-maven

0.11.1

18 Feb 18:36
Compare
Choose a tag to compare

What's Changed

  • Bump to 0.11.1-SNAPSHOT by @vrubezhny in #528
  • Bump maven-resolver.version from 1.9.16 to 1.9.17 in /lemminx-maven by @dependabot in #530
  • Bump maven-resolver.version from 1.9.17 to 1.9.18 in /lemminx-maven by @dependabot in #533
  • Bump actions/setup-java from 3 to 4 by @dependabot in #534
  • Bump maven.version from 3.9.5 to 3.9.6 in /lemminx-maven by @dependabot in #535
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 in /lemminx-maven by @dependabot in #538
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 in /lemminx-maven by @dependabot in #544
  • Bump junit-jupiter.version from 5.10.1 to 5.10.2 in /lemminx-maven by @dependabot in #548
  • Consider properties defined in .mvn/maven.config by @laeubi in #552
  • Consider profiles in the maven.config as well by @laeubi in #553

New Contributors

Full Changelog: 0.11.0...0.11.1

0.11.0

09 Nov 23:37
Compare
Choose a tag to compare

What's Changed

  • Bump to 0.10.2-SNAPSHOT by @vrubezhny in #504
  • Invalid links to line range in external poms in hover #505 by @vrubezhny in #511
  • Bump actions/checkout from 3 to 4 by @dependabot in #512
  • Bump maven-resolver.version from 1.9.15 to 1.9.16 in /lemminx-maven by @dependabot in #515
  • Bump maven.version from 3.9.4 to 3.9.5 in /lemminx-maven by @dependabot in #516
  • [tests] Fix Denial of Service in JSON-Java #17 by @vrubezhny in #518
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 in /lemminx-maven by @dependabot in #519
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1 in /lemminx-maven by @dependabot in #520
  • Bump junit-jupiter.version from 5.10.0 to 5.10.1 in /lemminx-maven by @dependabot in #521
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 in /lemminx-maven by @dependabot in #522
  • Upgrade Maven wrapper to 3.9.5 by @fbricon in #523
  • Have CI run the build with the Maven wrapper by @fbricon in #524
  • Downgrade Maven wrapper to 3.9.2 by @fbricon in #525
  • Get rid of aether-okhttp-connector #508 by @vrubezhny in #509
  • Release 0.11.0 by @vrubezhny in #527

Full Changelog: 0.10.1...0.11.0

0.10.1

14 Aug 18:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

09 Aug 11:34
Compare
Choose a tag to compare

What's Changed

  • Navigation / Historical Behaviors have changed / Round 2 #405 by @vrubezhny in #433
  • Fix NPE when comparing versions in Content Assist by @vrubezhny in #435
  • [tests] Fix NPE in MavenCompletionParticipantDuplicationTest by @vrubezhny in #437
  • Fix NPE in 'LocalRepositorySearcher.getLocalArtifactsLastVersion' by @vrubezhny in #436
  • Various fixes in Maven Property Code Actions by @vrubezhny in #438
  • Fix Maven Property Refactoring Code Actions so they are compatible w… by @vrubezhny in #439
  • Allow to rename a Maven property from any of its use entries by @vrubezhny in #440
  • Create downloadable lemminx-maven uber JAR by @vrubezhny in #434
  • Fix artifact versions sorting in Content Assistant by @vrubezhny in #441
  • [build] Create Lemminx-Maven Uber Zip by @vrubezhny in #442
  • [build] Deploy Lemminx-Maven Uber Zip by @vrubezhny in #443
  • Fix 'MavenPluginUtils.getContainingPluginDescriptor' error processing by @vrubezhny in #445
  • Don't report "Non-parseable POM" error #446 by @vrubezhny in #447
  • [tests] Fix 'IllegalArgumentException: URI is not absolute' exceptions by @vrubezhny in #448
  • Fix CME in 'MavenLemminxWorkspaceReader.findArtifact' by @vrubezhny in #449
  • Fix NPE in LocalRepositorySearcher.findLocalFile by @vrubezhny in #450
  • Bump junit-jupiter.version from 5.9.3 to 5.10.0 in /lemminx-maven by @dependabot in #451
  • Fix SIOOBE in 'ParticipantUtils.getMavenProperty' by @vrubezhny in #452
  • Bump maven-resolver.version from 1.9.13 to 1.9.14 in /lemminx-maven by @dependabot in #455
  • Maven Workspace Reader 'findArtifact' should not return cached Maven … by @vrubezhny in #456
  • Maven Workspace Reader 'findArtifact' should not return cached Maven … by @vrubezhny in #457
  • NullPointerException in ProjectValidator when calling contains on act… by @vrubezhny in #461
  • Cancel Project Validation as soon as Diagnostic Request is cancelled … by @vrubezhny in #463
  • NullPointerException when clicking around in the pom file of a plugin… by @vrubezhny in #465
  • Fix SIOOBE Exception in 'ParticipantUtils getMavenProperty' part 2 by @vrubezhny in #466
  • Maven Central search results should be cached #263 by @vrubezhny in #453
  • Initialize maven on background by @angelozerr in #468
  • Improve performance with artifact id completion by @angelozerr in #467
  • Dependency completion performance by @angelozerr in #470
  • Use CompletableFuture.completableValue in Junit Test mode by @angelozerr in #472
  • Stop the thread which collect local repository artifacts by @angelozerr in #474
  • Maven project cache cannot be done if one of pom.xml of the workspace doesn't define artifact id. by @angelozerr in #475
  • Validate dependency by @angelozerr in #479
  • OngoingOperationException should be handled #480 by @vrubezhny in #481
  • Support InsertTextMode client capability for completion by @JessicaJHee in #482
  • Bump lemminx.version from 0.26.1 to 0.27.0 in /lemminx-maven by @dependabot in #486
  • Bump maven.version from 3.9.3 to 3.9.4 in /lemminx-maven by @dependabot in #485
  • Show with progress bar the load of long process by @angelozerr in #473
  • Make lazy collectiing of Workspace Artifacts in completion by @vrubezhny in #483
  • [nobug] Bump version to 0.10.0 due to the API changes in Lemminx 0.27.0 by @vrubezhny in #490
  • Remote central repository can block Thread pooling by @angelozerr in #491
  • Remote central Http client proxy / timeout config by @angelozerr in #493
  • Force the load of the local artifacts done in background. by @angelozerr in #495
  • Package name refactoring by @angelozerr in #496
  • Fix NPE in MavenLemminxExtension.stop by @vrubezhny in #498
  • Maven repository is polluted with not existing dependencies by @angelozerr in #497
  • Bump maven-resolver.version from 1.9.14 to 1.9.15 in /lemminx-maven by @dependabot in #499
  • Release 0.10.0 by @vrubezhny in #500

New Contributors

Full Changelog: 0.9.0...0.10.0

0.9.0

03 Jul 23:53
Compare
Choose a tag to compare

What's Changed

  • Bump maven-surefire-plugin from 3.0.0 to 3.1.0 in /lemminx-maven by @dependabot in #400
  • Bump maven-resolver.version from 1.9.8 to 1.9.10 in /lemminx-maven by @dependabot in #401
  • Bump maven.version from 3.9.1 to 3.9.2 in /lemminx-maven by @dependabot in #402
  • Bump maven-assembly-plugin from 3.5.0 to 3.6.0 in /lemminx-maven by @dependabot in #403
  • Exclude non-element nodes from tag diagnostics validation by @vrubezhny in #408
  • Bump maven-surefire-plugin from 3.1.0 to 3.1.2 in /lemminx-maven by @dependabot in #411
  • Maven projects aren't cached when populated in Workspace Reader by @vrubezhny in #412
  • Bump guava from 25.0-jre to 32.0.0-jre in /lemminx-maven/src/test/resources/issue-345/project/modules/main by @dependabot in #414
  • Bump maven-invoker-plugin from 3.5.1 to 3.6.0 in /lemminx-maven by @dependabot in #416
  • Bump lemminx.version from 0.25.0 to 0.26.0 in /lemminx-maven by @dependabot in #415
  • Provide refactoring capabilities specific to maven properties. Inline… by @vrubezhny in #404
  • Provide refactoring capabilities specific to maven properties. Extract... by @vrubezhny in #407
  • Provide refactoring capabilities specific to maven properties. Rename... by @vrubezhny in #413
  • Bump maven-resolver.version from 1.9.10 to 1.9.12 in /lemminx-maven by @dependabot in #418
  • [nobug] Bump version to 0.9.0 due to the API changes in Lemminx 0.26.0 by @vrubezhny in #419
  • Fix Maven Property refactorings by @vrubezhny in #420
  • Bump lemminx.version from 0.26.0 to 0.26.1 in /lemminx-maven by @dependabot in #421
  • [tests] Update dependencies in test projects by @vrubezhny in #423
  • [tests] Update test local repo build by @vrubezhny in #424
  • [tests] Update dependencies in test projects by @vrubezhny in #427
  • Bump maven.version from 3.9.2 to 3.9.3 in /lemminx-maven by @dependabot in #428
  • Fix for "java.lang.IllegalStateException: Could not acquire lock(s)" in MavenLemminxWorkspaceReader by @vrubezhny in #426
  • Bump maven-resolver.version from 1.9.12 to 1.9.13 in /lemminx-maven by @dependabot in #422
  • Fix Artifact Version duplcation and ordering in Content Assist by @vrubezhny in #429
  • Release 0.9.0 by @vrubezhny in #432

Full Changelog: 0.8.1...0.9.0

0.8.1

04 May 23:01
Compare
Choose a tag to compare

What's Changed

  • Fix NPE in MavenLemminxExtension.sortProjects and the similar ones by @vrubezhny in #392
  • Fix BLE In MavenCompletionParticipant.internalCollectRemoteGAVCompletion by @vrubezhny in #393
  • Bump junit-jupiter.version from 5.9.2 to 5.9.3 in /lemminx-maven by @dependabot in #396
  • Fix Workspace POM files processing ordering by @vrubezhny in #395
  • Hover Participant - Cancel any operation as soon as possible. by @vrubezhny in #397
  • Fix CME in MavenLemminxWorkspaceReader.addToWorkspace by @vrubezhny in #399
  • Definition Participant - Cancel any operation as soon as possible. by @vrubezhny in #398

Full Changelog: 0.8.0...0.8.1

0.8.0

21 Apr 15:15
Compare
Choose a tag to compare

What's Changed

  • Completion should also propose other packaging types available in Bui… by @vrubezhny in #386
  • Bump maven-resolver.version from 1.9.7 to 1.9.8 in /lemminx-maven by @dependabot in #387
  • Fix api breakage on lemminx 0.25.0 by @vrubezhny in #390
  • Navigation / Historical Behaviors have changed (Ctrl-Click, Hover etc… by @vrubezhny in #388
  • Bump spring-boot-starter-web from 2.4.6 to 2.5.12 in /lemminx-maven/src/test/resources/issue-345/project/modules/main by @dependabot in #391

Full Changelog: 0.7.2...0.8.0

0.7.2

17 Apr 14:48
Compare
Choose a tag to compare

What's Changed

  • Exclude aether-api and aether-util for zip-with-dependencies package by @mfussenegger in #361
  • Bump lemminx.version from 0.23.2 to 0.24.0 in /lemminx-maven by @dependabot in #356
  • Bump maven-invoker-plugin from 3.4.0 to 3.5.0 in /lemminx-maven by @dependabot in #364
  • Add code action participant by @vrubezhny in #362
  • Add Code Actions for Parent Version/Group ID removal by @vrubezhny in #365
  • [tests] Fix some SimpleModelTest test cases by @vrubezhny in #368
  • Bump maven-assembly-plugin from 3.4.2 to 3.5.0 in /lemminx-maven by @dependabot in #369
  • Add Code Actions for Managed Dependency Version override by @vrubezhny in #366
  • Add Code Actions for Managed Plugin Version override by @vrubezhny in #372
  • [tests] Fix tests failing on long downloading of Maven XSD Schema by @vrubezhny in #371
  • Bump maven-resolver.version from 1.9.4 to 1.9.5 in /lemminx-maven by @dependabot in #373
  • Bump maven.version from 3.8.7 to 3.9.0 in /lemminx-maven by @dependabot in #359
  • Property location and jump to location in mouse over popup #370 by @vrubezhny in #374
  • Bump maven-resolver.version from 1.9.5 to 1.9.6 in /lemminx-maven by @dependabot in #377
  • Use System.lineSeparator() as a linebreak character by @vrubezhny in #375
  • Managed scope of a dependency not displayed in mouse hover popup #376 by @vrubezhny in #378
  • Rename parent project by @vrubezhny in #379
  • Bump maven-resolver.version from 1.9.6 to 1.9.7 in /lemminx-maven by @dependabot in #380
  • Bump maven-surefire-plugin from 2.22.2 to 3.0.0 in /lemminx-maven by @dependabot in #381
  • Bump maven.version from 3.9.0 to 3.9.1 in /lemminx-maven by @dependabot in #382
  • Bump maven-invoker-plugin from 3.5.0 to 3.5.1 in /lemminx-maven by @dependabot in #384
  • Release 0.7.2 by @vrubezhny in #385

New Contributors

Full Changelog: 0.7.1...0.7.2

0.7.1

02 Feb 16:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0...0.7.1

0.7.0

21 Oct 20:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0