graphaware / neo4j-framework

GraphAware Neo4j Framework
245 stars 68 forks source link

Upgrading to Neo4j 3.5.6 causes server integration tests that load the browser to fail #96

Closed luanne closed 4 years ago

luanne commented 5 years ago
 public void shouldLoadBrowser() {
        httpClient.get(baseNeoUrl() + "/browser", SC_OK);
    }

in GraphAwareIntegrationTestTest, NeoServerIntegrationTestTest, ServerIntegrationTestTest

fail against Neo4j 3.5.6 and Neo4j 3.5.7 Last working version is Neo4j 3.5.5

bachmanm commented 4 years ago

This is due to an internals change in Neo4j, should be fixed in latest releases