Skip to content

Extension doesn't detect new dependency version on pom.xml autocompleteΒ #1075

@gian1200

Description

@gian1200

Describe the bug
When autocompleting dependency version in pom.xml, latest version is not available. However, running ./mvnw versions:display-dependency-updates -DprocessDependencyManagementTransitive=false shows it.

To Reproduce
Steps to reproduce the behavior:

  1. Have a Quarkus app project (https://code.quarkus.io/) that depends on quarkus-poi
  2. Try autocomplete to list all versions of dependency
  3. See that version 2.1.2 is not in the list

Expected behavior
Version 2.1.2 should be listed

Environments (please complete the following information as much as possible):

  • OS: Windows 11
  • VS Code version: 1.99.3
  • Extension version: 0.44.0
  • Maven: 3.9.9

Screenshots

Image

./mvnw versions:display-dependency-updates -DprocessDependencyManagementTransitive=false:

Image

Additional context

URLs:

The only difference I see is that in mvnrepository, there seems to be 2 tabs (Central and wso2-public)

Image

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions