File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,16 +30,35 @@ You can add the following dependencies to your pom.xml to include [PgBulkInsert]
3030<dependency >
3131 <groupId >de.bytefish.pgbulkinsert</groupId >
3232 <artifactId >pgbulkinsert-core</artifactId >
33- <version >5.1 .0</version >
33+ <version >6.0 .0</version >
3434</dependency >
3535
3636<dependency >
3737 <groupId >de.bytefish.pgbulkinsert</groupId >
3838 <artifactId >pgbulkinsert-rowwriter</artifactId >
39- <version >5.1 .0</version >
39+ <version >6.0 .0</version >
4040</dependency >
4141```
4242
43+ If you are working with Java8 you have to add a `` -jdk8 `` to the package names:
44+
45+
46+ ``` xml
47+ <dependency >
48+ <groupId >de.bytefish.pgbulkinsert</groupId >
49+ <artifactId >pgbulkinsert-core-jdk8</artifactId >
50+ <version >6.0.0</version >
51+ </dependency >
52+
53+ <dependency >
54+ <groupId >de.bytefish.pgbulkinsert</groupId >
55+ <artifactId >pgbulkinsert-rowwriter-jdk8</artifactId >
56+ <version >6.0.0</version >
57+ </dependency >
58+ ```
59+
60+
61+
4362## Supported PostgreSQL Types ##
4463
4564* [ Numeric Types] ( http://www.postgresql.org/docs/current/static/datatype-numeric.html )
@@ -339,7 +358,7 @@ add it as a dependency to your application:
339358<dependency >
340359 <groupId >de.bytefish.pgbulkinsert</groupId >
341360 <artifactId >pgbulkinsert-jpa</artifactId >
342- <version >5.1 .0</version >
361+ <version >6.0 .0</version >
343362</dependency >
344363```
345364
You can’t perform that action at this time.
0 commit comments