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

Use Azure SDK bom #1913

Closed
wants to merge 1 commit into from
Closed

Use Azure SDK bom #1913

wants to merge 1 commit into from

Conversation

trask
Copy link
Member

@trask trask commented Oct 14, 2021

Upgrading just azure-core in #1910 has caused some issues:

2021-10-14 16:18:05.289-07:00 WARN  c.a.c.i.jackson.JacksonVersion - Could not find version of 'jackson-annotations'.
2021-10-14 16:18:05.289-07:00 ERROR c.a.c.i.jackson.JacksonVersion - Version 'unknown' of package 'jackson-annotations' is not supported (older than earliest supported version - `2.10.0`), please upgrade.
2021-10-14 16:18:05.290-07:00 WARN  c.a.c.i.jackson.JacksonVersion - Could not find version of 'jackson-core'.
2021-10-14 16:18:05.290-07:00 ERROR c.a.c.i.jackson.JacksonVersion - Version 'unknown' of package 'jackson-core' is not supported (older than earliest supported version - `2.10.0`), please upgrade.
2021-10-14 16:18:05.290-07:00 WARN  c.a.c.i.jackson.JacksonVersion - Could not find version of 'jackson-databind'.
2021-10-14 16:18:05.290-07:00 ERROR c.a.c.i.jackson.JacksonVersion - Version 'unknown' of package 'jackson-databind' is not supported (older than earliest supported version - `2.10.0`), please upgrade.
2021-10-14 16:18:05.290-07:00 WARN  c.a.c.i.jackson.JacksonVersion - Could not find version of 'jackson-dataformat-xml'.
2021-10-14 16:18:05.290-07:00 ERROR c.a.c.i.jackson.JacksonVersion - Version 'unknown' of package 'jackson-dataformat-xml' is not supported (older than earliest supported version - `2.10.0`), please upgrade.
2021-10-14 16:18:05.291-07:00 WARN  c.a.c.i.jackson.JacksonVersion - Could not find version of 'jackson-datatype-jsr310'.
2021-10-14 16:18:05.291-07:00 ERROR c.a.c.i.jackson.JacksonVersion - Version 'unknown' of package 'jackson-datatype-jsr310' is not supported (older than earliest supported version - `2.10.0`), please upgrade.

I will re-open #1909, and look for other solutions or wait, next bom should be released in ~2 weeks.

@trask
Copy link
Member Author

trask commented Oct 15, 2021

Closing, fixed the log warnings instead in #1915

@trask trask closed this Oct 15, 2021
@trask trask deleted the use-bom branch October 15, 2021 21:34
@kryalama kryalama added this to the 3.2.1-BETA milestone Oct 21, 2021
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.

2 participants