neo4jrb / neo4j-core

A simple unified API that can access both the server and embedded Neo4j database. Used by the neo4j gem
MIT License
99 stars 80 forks source link

Update for Faraday 2.0 #344

Open mcelaney opened 9 months ago

mcelaney commented 9 months ago

According to the upgrade guide Faraday Middleware was deprecated with the 2.0 release. It seems we're leveraging it for faraday_middleware/multi_json which seems to have just been refactored to Json and promoted to the Faraday gem itself?

I'm happy to work on a solution for this but I have specs failing on Failure/Error: require 'active_support/per_thread_registry'

klobuczek commented 9 months ago

neo4j-core gem is discontinued and superseded by activegraph which does not use Faraday. But thank you for offering help. We do have the per_thread_registry deprecation in activegraph though, so that one still needs to be fixed.