Skip to content

Changes

Summary

  1. [maven-release-plugin] prepare release 0.25.0 (commit: 765874d) (details)
  2. [maven-release-plugin] prepare for next development iteration (commit: 7f66820) (details)
  3. Allow code actions to be created if no Diagnostic is provided #1516 (commit: 13099ea) (details)
  4. Make ICodeActionParticipant members default (commit: 92210e6) (details)
  5. TextDocument to expose an API for getting a document line number by offset #1519 (commit: 7c2c591) (details)
  6. xml.foldings.includeClosingTagInFold has no effect in binary mode (commit: c7f50b8) (details)
  7. IRenameParticipant.doRename() is not conform with LSP-defined rename result #1521 (commit: 63c9a75) (details)
  8. [nobug] Increase the maximum number of dependabot PRs (commit: 93e26ff) (details)
  9. Bump maven-release-plugin from 3.0.0-M6 to 3.0.1 (commit: d364405) (details)
  10. Bump maven-bundle-plugin from 5.1.8 to 5.1.9 (commit: 3d91911) (details)
  11. Bump junit.version from 5.9.2 to 5.9.3 (commit: fefef3e) (details)
  12. Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (commit: 1f45417) (details)
  13. Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (commit: 9e8ad73) (details)
  14. Bump maven-source-plugin from 3.2.1 to 3.3.0 (commit: f0cce24) (details)
  15. Bump native-maven-plugin from 0.9.16 to 0.9.22 (commit: 75f1321) (details)
  16. Bump maven-assembly-plugin from 3.4.2 to 3.6.0 (commit: 8bce301) (details)
  17. Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (commit: 6dcddad) (details)
  18. [nobug] Enable Dependabot for GitHub Actions update (commit: 6f21a4f) (details)
  19. Bump maven-surefire-plugin from 3.0.0-M7 to 3.1.2 (commit: 081c8b6) (details)
  20. Bump actions/checkout from 2 to 3 (commit: 894494f) (details)
  21. Bump github/codeql-action from 1 to 2 (commit: 90b6c5c) (details)
  22. Bump os-maven-plugin from 1.7.0 to 1.7.1 (commit: 38f8335) (details)
  23. Bump xml-apis from 1.4.01 to 2.0.2 (commit: cd0c177) (details)
  24. Bump jetty-server in /org.eclipse.lemminx (commit: 86b3ab9) (details)
  25. Bump guava from 31.1-jre to 32.0.1-jre (commit: 5ed7ce9) (details)
  26. Bump tycho-eclipserun-plugin from 1.3.0 to 3.0.4 (commit: cb815cc) (details)
  27. Changelog for 0.26.0 (commit: 163364c) (details)
Commit 765874d30e540b336f26cf5ae2c4c2c0cd6d8e91 by Lemminx Bot
[maven-release-plugin] prepare release 0.25.0
(commit: 765874d)
The file was modified org.eclipse.lemminx/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 7f668204d03ea82235efc664d13f462a38bf7fa3 by Lemminx Bot
[maven-release-plugin] prepare for next development iteration
(commit: 7f66820)
The file was modified org.eclipse.lemminx/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 13099ea43a443b0e5a21a133c83b35e88ce1d4f4 by angelo.zerr
Allow code actions to be created if no Diagnostic is provided #1516
(commit: 13099ea)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/XMLCodeActions.java (diff)
The file was modified org.eclipse.lemminx/src/test/java/org/eclipse/lemminx/XMLAssert.java (diff)
The file was modified org.eclipse.lemminx/src/test/java/org/eclipse/lemminx/services/extensions/ErrorParticipantLanguageServiceTest.java (diff)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/extensions/codeaction/ICodeActionParticipant.java (diff)
Commit 92210e67ab819b792f112eb40619a983adb01e84 by angelo.zerr
Make ICodeActionParticipant members default
(commit: 92210e6)
The file was modified pom.xml (diff)
The file was modified org.eclipse.lemminx/pom.xml (diff)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/extensions/codeaction/ICodeActionParticipant.java (diff)
The file was modified org.eclipse.lemminx/src/test/java/org/eclipse/lemminx/services/extensions/ErrorParticipantLanguageServiceTest.java (diff)
Commit 7c2c591a3c77201592cfb21ef29e205f899a8f26 by angelo.zerr
TextDocument to expose an API for getting a document line number by offset #1519
(commit: 7c2c591)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/commons/TextDocument.java (diff)
Commit c7f50b878c6616cc9942ada72d71cdfb16d97fc9 by Fred Bricon
xml.foldings.includeClosingTagInFold has no effect in binary mode

Fixes https://github.com/redhat-developer/vscode-xml/issues/906

Signed-off-by: azerr <azerr@redhat.com>
(commit: c7f50b8)
The file was modified org.eclipse.lemminx/src/main/resources/META-INF/native-image/reflect-config.json (diff)
Commit 63c9a75832784d3b5d4d150a417e5224b56089a9 by angelo.zerr
IRenameParticipant.doRename() is not conform with LSP-defined rename result #1521
(commit: 63c9a75)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/extensions/references/XMLReferencesPlugin.java (diff)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/XMLFormatterDocument.java (diff)
The file was modified org.eclipse.lemminx/src/test/java/org/eclipse/lemminx/services/format/TextEditUtilsTest.java (diff)
The file was modified org.eclipse.lemminx/src/test/java/org/eclipse/lemminx/services/extensions/ErrorParticipantLanguageServiceTest.java (diff)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/extensions/xsd/XSDPlugin.java (diff)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/PrepareRenameRequest.java (diff)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/extensions/references/participants/XMLReferencesRenameParticipant.java (diff)
The file was removedorg.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/extensions/IPrepareRenameRequest.java
The file was addedorg.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/extensions/rename/IPrepareRenameRequest.java
The file was removedorg.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/format/TextEditUtils.java
The file was removedorg.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/extensions/IRenameRequest.java
The file was addedorg.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/RenameResponse.java
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/XMLRename.java (diff)
The file was addedorg.eclipse.lemminx/src/main/java/org/eclipse/lemminx/utils/TextEditUtils.java
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/RenameRequest.java (diff)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/XMLLanguageService.java (diff)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/extensions/xsd/participants/XSDRenameParticipant.java (diff)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/extensions/relaxng/grammar/rng/RNGRenameParticipant.java (diff)
The file was addedorg.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/extensions/rename/IRenameRequest.java
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/extensions/XMLExtensionsRegistry.java (diff)
The file was modified org.eclipse.lemminx/src/test/java/org/eclipse/lemminx/XMLAssert.java (diff)
The file was removedorg.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/extensions/IRenameParticipant.java
The file was addedorg.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/extensions/rename/IRenameResponse.java
The file was addedorg.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/extensions/rename/IRenameParticipant.java
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/services/XMLPrepareRename.java (diff)
The file was modified org.eclipse.lemminx/src/test/java/org/eclipse/lemminx/services/format/LeftWhitespacesOffsetTest.java (diff)
The file was modified org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/extensions/relaxng/RelaxNGPlugin.java (diff)
Commit 93e26ff8e5d9bfed0b39a322ba7e6c76b3d3b97d by Victor Rubezhny
[nobug] Increase the maximum number of dependabot PRs
(commit: 93e26ff)
The file was modified .github/dependabot.yml (diff)
Commit d3644059e73a0802c7bc2246903bf30b748879a8 by angelo.zerr
Bump maven-release-plugin from 3.0.0-M6 to 3.0.1

Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M6 to 3.0.1.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M6...maven-release-3.0.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: d364405)
The file was modified pom.xml (diff)
Commit 3d91911708fab43261733706ec723d88282b25ce by angelo.zerr
Bump maven-bundle-plugin from 5.1.8 to 5.1.9

Bumps maven-bundle-plugin from 5.1.8 to 5.1.9.

---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 3d91911)
The file was modified pom.xml (diff)
Commit fefef3e25c04de590f7ba4cba0e911990be6b346 by angelo.zerr
Bump junit.version from 5.9.2 to 5.9.3

Bumps `junit.version` from 5.9.2 to 5.9.3.

Updates `junit-jupiter-api` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

Updates `junit-jupiter-engine` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

Updates `junit-jupiter-params` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: fefef3e)
The file was modified pom.xml (diff)
Commit 1f4541791da95e5ea4aa58830971723c3db06868 by angelo.zerr
Bump build-helper-maven-plugin from 3.3.0 to 3.4.0

Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.3.0...3.4.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 1f45417)
The file was modified org.eclipse.lemminx/pom.xml (diff)
Commit 9e8ad73d9dc23f4502f38f19fe3384ee15b4a507 by Victor Rubezhny
Bump maven-javadoc-plugin from 3.4.1 to 3.5.0

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 9e8ad73)
The file was modified pom.xml (diff)
Commit f0cce2459a0992583cf649ab2acbde7dd9728ac9 by Victor Rubezhny
Bump maven-source-plugin from 3.2.1 to 3.3.0

Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.0.
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.2.1...maven-source-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: f0cce24)
The file was modified pom.xml (diff)
Commit 75f132195e5e6d9f20fc07e77b4ddbbdbaa5d0f5 by Victor Rubezhny
Bump native-maven-plugin from 0.9.16 to 0.9.22

Bumps [native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.16 to 0.9.22.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](https://github.com/graalvm/native-build-tools/compare/0.9.16...0.9.22)

---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 75f1321)
The file was modified org.eclipse.lemminx/pom.xml (diff)
Commit 8bce301d0efb532f6aaff87b851dd0fb357e58c4 by Victor Rubezhny
Bump maven-assembly-plugin from 3.4.2 to 3.6.0

Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.4.2 to 3.6.0.
- [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.4.2...maven-assembly-plugin-3.6.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 8bce301)
The file was modified org.eclipse.lemminx/pom.xml (diff)
Commit 6dcddad805c6761f4a9d73244e3b6badc1c1b35f by Victor Rubezhny
Bump maven-compiler-plugin from 3.10.1 to 3.11.0

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 6dcddad)
The file was modified pom.xml (diff)
Commit 6f21a4f8419ada6e211ed5a66a7fa8d390e6ced9 by Victor Rubezhny
[nobug] Enable Dependabot for GitHub Actions update
(commit: 6f21a4f)
The file was modified .github/dependabot.yml (diff)
Commit 081c8b6bd7b7a901b989ad1e986c36ae3d2d041f by Victor Rubezhny
Bump maven-surefire-plugin from 3.0.0-M7 to 3.1.2

Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M7 to 3.1.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M7...surefire-3.1.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 081c8b6)
The file was modified pom.xml (diff)
Commit 894494f9c827c31475cd851a6abea83304c3a21a by Victor Rubezhny
Bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 894494f)
The file was modified .github/workflows/codeql-analysis.yml (diff)
Commit 90b6c5c5298bd42c8a12405c137805c86aeafb67 by Victor Rubezhny
Bump github/codeql-action from 1 to 2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 90b6c5c)
The file was modified .github/workflows/codeql-analysis.yml (diff)
Commit 38f833571d5946698b6bd5e8ca86c1575a50c200 by Victor Rubezhny
Bump os-maven-plugin from 1.7.0 to 1.7.1

Bumps [os-maven-plugin](https://github.com/trustin/os-maven-plugin) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/trustin/os-maven-plugin/releases)
- [Commits](https://github.com/trustin/os-maven-plugin/compare/os-maven-plugin-1.7.0...os-maven-plugin-1.7.1)

---
updated-dependencies:
- dependency-name: kr.motd.maven:os-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 38f8335)
The file was modified org.eclipse.lemminx/pom.xml (diff)
Commit cd0c177906e28c9852ff473290b1b249aad552d9 by Victor Rubezhny
Bump xml-apis from 1.4.01 to 2.0.2

Bumps xml-apis from 1.4.01 to 2.0.2.

---
updated-dependencies:
- dependency-name: xml-apis:xml-apis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: cd0c177)
The file was modified org.eclipse.lemminx/pom.xml (diff)
Commit 86b3ab9e1e6eee477aa055751f8e8f53eeb59573 by Victor Rubezhny
Bump jetty-server in /org.eclipse.lemminx

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 9.4.51.v20230217.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.41.v20210516...jetty-9.4.51.v20230217)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 86b3ab9)
The file was modified org.eclipse.lemminx/pom.xml (diff)
Commit 5ed7ce99e095e3efb6d4f01005b1c32a39e5f5ab by Victor Rubezhny
Bump guava from 31.1-jre to 32.0.1-jre

Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: 5ed7ce9)
The file was modified pom.xml (diff)
Commit cb815cc598486517043af3ad6f050f6f3fdd7391 by Victor Rubezhny
Bump tycho-eclipserun-plugin from 1.3.0 to 3.0.4

Bumps tycho-eclipserun-plugin from 1.3.0 to 3.0.4.

---
updated-dependencies:
- dependency-name: org.eclipse.tycho.extras:tycho-eclipserun-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
(commit: cb815cc)
The file was modified pom.xml (diff)
Commit 163364c2a0ff9dba84860d7b79c9ab8d65c39f56 by Victor Rubezhny
Changelog for 0.26.0

Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
(commit: 163364c)
The file was modified CHANGELOG.md (diff)