File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
core/src/main/java/org/neo4j/graphalgo/core/utils/export Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
import org .eclipse .collections .impl .tuple .Tuples ;
24
24
import org .jetbrains .annotations .NotNull ;
25
25
import org .jetbrains .annotations .TestOnly ;
26
- import org .neo4j .batchinsert .internal .TransactionLogsInitializer ;
27
26
import org .neo4j .common .Validator ;
28
27
import org .neo4j .configuration .Config ;
29
28
import org .neo4j .configuration .GraphDatabaseSettings ;
48
47
import org .neo4j .io .fs .FileSystemAbstraction ;
49
48
import org .neo4j .io .layout .Neo4jLayout ;
50
49
import org .neo4j .kernel .impl .store .format .RecordFormatSelector ;
50
+ import org .neo4j .kernel .impl .transaction .log .files .TransactionLogInitializer ;
51
51
import org .neo4j .kernel .lifecycle .LifeSupport ;
52
52
import org .neo4j .logging .internal .NullLogService ;
53
53
import org .neo4j .logging .internal .StoreLogService ;
@@ -127,7 +127,7 @@ private void run(boolean defaultSettingsSuitableForTests) {
127
127
ImportLogic .NO_MONITOR ,
128
128
jobScheduler ,
129
129
Collector .EMPTY ,
130
- TransactionLogsInitializer . INSTANCE
130
+ TransactionLogInitializer . getLogFilesInitializer ()
131
131
);
132
132
importer .doImport (input );
133
133
} catch (IOException e ) {
Original file line number Diff line number Diff line change 21
21
' junit-quickcheck-generators' : ' 0.8.1' ,
22
22
' metrics-core' : ' 4.0.2' ,
23
23
' mockito' : ' 3.3.3' ,
24
- ' neo4j' : ' 4.0.4 ' ,
24
+ ' neo4j' : ' 4.0.5 ' ,
25
25
' qala-datagen' : ' 2.3.0' ,
26
26
' RoaringBitmap' : ' 0.7.45' ,
27
27
]
You can’t perform that action at this time.
0 commit comments