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

Zero analyzed dependencies and empty 'dependencies' array for vertx-3.4.2 packages #136

Closed
tisnik opened this issue Aug 30, 2017 · 1 comment
Labels

Comments

@tisnik
Copy link
Member

tisnik commented Aug 30, 2017

Very probably caused by the same issue as described in #135.

The actual output of stack analysis for vertx-3.4.2 packages is:

            "user_stack_info": {
                "analyzed_dependencies": [
                    {
                        "package": "io.vertx:vertx-jdbc-client",
                        "version": "3.4.2"
                    },
                    {
                        "package": "io.vertx:vertx-core",
                        "version": "3.4.2"
                    },
                    {
                        "package": "io.vertx:vertx-web",
                        "version": "3.4.2"
                    },
                    {
                        "package": "io.vertx:vertx-web-client",
                        "version": "3.4.2"
                    },
                    {
                        "package": "io.vertx:vertx-web-templ-handlebars",
                        "version": "3.4.2"
                    },
                    {
                        "package": "io.vertx:vertx-rx-java",
                        "version": "3.4.2"
                    },
                    {
                        "package": "io.vertx:vertx-web-templ-freemarker",
                        "version": "3.4.2"
                    }
                ],
                "analyzed_dependencies_count": 0,
                "dependencies": [],
@samuzzal-choudhury
Copy link
Contributor

This is a data issue on Staging environment. Testing the same file on prod results in proper dependencies' details. @tisnik you may try changing the version to 3.4.1 to get the results. Closing this. Please reopen if you think/find otherwise.

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

No branches or pull requests

2 participants