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

Minor version updates and code polishes #395

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    74bf0a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    c13d290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bc4dda View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/master' into fork/s…

    …eabamirum/neo4j-latest-java21
    
    # Conflicts:
    #	pom.xml
    #	src/main/java/org/geotools/data/neo4j/Neo4jSpatialDataStore.java
    #	src/main/java/org/geotools/data/neo4j/Neo4jSpatialDataStoreFactory.java
    #	src/main/java/org/neo4j/gis/spatial/DefaultLayer.java
    #	src/main/java/org/neo4j/gis/spatial/DynamicLayer.java
    #	src/main/java/org/neo4j/gis/spatial/DynamicLayerConfig.java
    #	src/main/java/org/neo4j/gis/spatial/OrderedEditableLayer.java
    #	src/main/java/org/neo4j/gis/spatial/ShapefileImporter.java
    #	src/main/java/org/neo4j/gis/spatial/SpatialDatabaseRecord.java
    #	src/main/java/org/neo4j/gis/spatial/SpatialDatabaseService.java
    #	src/main/java/org/neo4j/gis/spatial/SpatialTopologyUtils.java
    #	src/main/java/org/neo4j/gis/spatial/WKBGeometryEncoder.java
    #	src/main/java/org/neo4j/gis/spatial/WKTGeometryEncoder.java
    #	src/main/java/org/neo4j/gis/spatial/attributes/PropertyMappingManager.java
    #	src/main/java/org/neo4j/gis/spatial/encoders/NativePointEncoder.java
    #	src/main/java/org/neo4j/gis/spatial/encoders/SimpleGraphEncoder.java
    #	src/main/java/org/neo4j/gis/spatial/encoders/neo4j/Neo4jGeometry.java
    #	src/main/java/org/neo4j/gis/spatial/filter/SearchCQL.java
    #	src/main/java/org/neo4j/gis/spatial/index/ExplicitIndexBackedPointIndex.java
    #	src/main/java/org/neo4j/gis/spatial/index/IndexManager.java
    #	src/main/java/org/neo4j/gis/spatial/index/LayerGeohashPointIndex.java
    #	src/main/java/org/neo4j/gis/spatial/index/LayerHilbertPointIndex.java
    #	src/main/java/org/neo4j/gis/spatial/index/LayerSpaceFillingCurvePointIndex.java
    #	src/main/java/org/neo4j/gis/spatial/index/LayerZOrderPointIndex.java
    #	src/main/java/org/neo4j/gis/spatial/osm/OSMDataset.java
    #	src/main/java/org/neo4j/gis/spatial/osm/OSMGeometryEncoder.java
    #	src/main/java/org/neo4j/gis/spatial/osm/OSMImporter.java
    #	src/main/java/org/neo4j/gis/spatial/osm/OSMLayer.java
    #	src/main/java/org/neo4j/gis/spatial/pipes/AbstractExtractGeoPipe.java
    #	src/main/java/org/neo4j/gis/spatial/pipes/AbstractGroupGeoPipe.java
    #	src/main/java/org/neo4j/gis/spatial/pipes/GeoPipeline.java
    #	src/main/java/org/neo4j/gis/spatial/pipes/impl/AbstractPipe.java
    #	src/main/java/org/neo4j/gis/spatial/pipes/impl/Pipeline.java
    #	src/main/java/org/neo4j/gis/spatial/pipes/impl/RangeFilterPipe.java
    #	src/main/java/org/neo4j/gis/spatial/pipes/processing/OrthodromicDistance.java
    #	src/main/java/org/neo4j/gis/spatial/procedures/SpatialProcedures.java
    #	src/main/java/org/neo4j/gis/spatial/rtree/EmptyMonitor.java
    #	src/main/java/org/neo4j/gis/spatial/rtree/Envelope.java
    #	src/main/java/org/neo4j/gis/spatial/rtree/ProgressLoggingListener.java
    #	src/main/java/org/neo4j/gis/spatial/rtree/RTreeImageExporter.java
    #	src/main/java/org/neo4j/gis/spatial/rtree/RTreeIndex.java
    #	src/main/java/org/neo4j/gis/spatial/rtree/RTreeMonitor.java
    #	src/main/java/org/neo4j/gis/spatial/utilities/LayerUtilities.java
    #	src/test/java/org/neo4j/gis/spatial/procedures/SpatialProceduresTest.java
    Andy2003 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    89f36d0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/master' into fork/s…

    …eabamirum/neo4j-latest-java21
    
    # Conflicts:
    #	pom.xml
    Andy2003 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d889795 View commit details
    Browse the repository at this point in the history
  3. fix review comments

    Andy2003 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ba6b5ea View commit details
    Browse the repository at this point in the history
  4. neo4j 5.19, polishes

    seabamirum committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7d8c46f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/master' into neo4j-…

    …latest-java21
    
    # Conflicts:
    #	pom.xml
    #	src/main/java/org/neo4j/gis/spatial/rtree/RTreeIndex.java
    Andy2003 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    65553b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from neo4j-contrib/master

    Merge master into neo4j-latest-java21
    seabamirum authored May 30, 2024
    Configuration menu
    Copy the full SHA
    b3134b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c64dde2 View commit details
    Browse the repository at this point in the history
  4. Delete .factorypath

    seabamirum authored May 30, 2024
    Configuration menu
    Copy the full SHA
    2cfb14b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f369c98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eefe69 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    aafc1cd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    ff475ad View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    229e727 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Merge pull request #2 from neo4j-contrib/master

    Sync master
    seabamirum authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f2b3f02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f77248a View commit details
    Browse the repository at this point in the history