Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[server] Send missing attributes in ExtensionQueryResult #326

Merged
merged 2 commits into from
Sep 10, 2021

Conversation

jeanp413
Copy link
Contributor

@jeanp413 jeanp413 commented Sep 8, 2021

  • Update vsce to 1.97.0
  • Remove --web from cli, web extensions are inferred by parsing extension.vsixmanifest file

Fixes #322
Fixes #320

@akosyakov
Copy link
Member

akosyakov commented Sep 8, 2021

It fixes #320 as well

Remove --web option for publishing web extension will be inferred from vsixmanifest
@jeanp413 jeanp413 marked this pull request as ready for review September 8, 2021 14:29
@jeanp413
Copy link
Contributor Author

jeanp413 commented Sep 8, 2021

@spoenemann could you review please? cc @akosyakov

implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.5'
implementation 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.12.5'
implementation 'com.fasterxml.woodstox:woodstox-core:6.2.4'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.12.5'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jackson is already included with spring-boot-starter-json. Is it really necessary to declare the dependency here? If yes, please extract the common version to the versions map.

Copy link
Contributor Author

@jeanp413 jeanp413 Sep 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah but I need a newer version as the included one is old and has a bug when parsing arrays in xml, is there a better way to configure for using a newer version?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know. Let's keep this in mind for later.

queryExt.publisher.publisherId = namespace.getPublicId();
queryExt.publisher.publisherName = namespace.getName();
queryExt.tags = latest.getTags();
// TODO: add these
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to file an issue for it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I created #330

@spoenemann
Copy link
Member

It seems this change had unintended side effects: #343

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

web extensions are not detected properly anymore bump up vsce to latest
3 participants