Skip to content

Commit

Permalink
0.0.2 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
bs committed Jul 31, 2019
1 parent f7284b6 commit 8e8497a
Show file tree
Hide file tree
Showing 13 changed files with 45 additions and 17 deletions.
2 changes: 1 addition & 1 deletion drift-core/drift-core-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.drift</groupId>
<artifactId>drift-core</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drift-core/drift-core-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.drift</groupId>
<artifactId>drift-core</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drift-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>drift-parent</artifactId>
<groupId>io.drift</groupId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drift-jdbc/drift-jdbc-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.drift</groupId>
<artifactId>drift-jdbc</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Binary file modified drift-jdbc/drift-jdbc-domain/test.mv.db
Binary file not shown.
28 changes: 28 additions & 0 deletions drift-jdbc/drift-jdbc-domain/test.trace.db
Original file line number Diff line number Diff line change
Expand Up @@ -712,3 +712,31 @@ org.h2.message.DbException: Wrong user name or password [28000-197]
Caused by: org.h2.jdbc.JdbcSQLException: Wrong user name or password [28000-197]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:357)
... 9 more
2019-07-30 14:54:25 database: wrong user or password; user: "USER1"
org.h2.message.DbException: Wrong user name or password [28000-197]
at org.h2.message.DbException.get(DbException.java:179)
at org.h2.message.DbException.get(DbException.java:155)
at org.h2.message.DbException.get(DbException.java:144)
at org.h2.engine.Engine.openSession(Engine.java:107)
at org.h2.engine.Engine.openSession(Engine.java:179)
at org.h2.engine.Engine.createSessionAndValidate(Engine.java:157)
at org.h2.engine.Engine.createSession(Engine.java:140)
at org.h2.server.TcpServerThread.run(TcpServerThread.java:155)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.h2.jdbc.JdbcSQLException: Wrong user name or password [28000-197]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:357)
... 9 more
2019-07-31 05:09:55 database: wrong user or password; user: "USER1"
org.h2.message.DbException: Wrong user name or password [28000-197]
at org.h2.message.DbException.get(DbException.java:179)
at org.h2.message.DbException.get(DbException.java:155)
at org.h2.message.DbException.get(DbException.java:144)
at org.h2.engine.Engine.openSession(Engine.java:107)
at org.h2.engine.Engine.openSession(Engine.java:179)
at org.h2.engine.Engine.createSessionAndValidate(Engine.java:157)
at org.h2.engine.Engine.createSession(Engine.java:140)
at org.h2.server.TcpServerThread.run(TcpServerThread.java:155)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.h2.jdbc.JdbcSQLException: Wrong user name or password [28000-197]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:357)
... 9 more
2 changes: 1 addition & 1 deletion drift-jdbc/drift-jdbc-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.drift</groupId>
<artifactId>drift-jdbc</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drift-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>drift-parent</artifactId>
<groupId>io.drift</groupId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drift-runtime/drift-runtime-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.drift</groupId>
<artifactId>drift-runtime</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drift-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>drift-parent</artifactId>
<groupId>io.drift</groupId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion drift-sample/drift-sample-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>drift-sample</artifactId>
<groupId>io.drift</groupId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions drift-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>io.drift</groupId>
<artifactId>drift-parent</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>drift-sample</artifactId>
<packaging>pom</packaging>
<version>0.0.2-RC2</version>
<version>0.0.2</version>

<name>Drift :: Sample</name>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.drift</groupId>
<artifactId>drift-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
<name>Drift :: Parent</name>

<properties>
Expand Down Expand Up @@ -47,29 +47,29 @@
<dependency>
<groupId>io.drift</groupId>
<artifactId>drift-core</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>io.drift</groupId>
<artifactId>drift-core-domain</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>io.drift</groupId>
<artifactId>drift-core-springboot</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</dependency>

<!-- runtimes -->
<dependency>
<groupId>io.drift</groupId>
<artifactId>drift-runtime</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>io.drift</groupId>
<artifactId>drift-runtime-springboot</artifactId>
<version>0.0.2-RC2</version>
<version>0.0.2</version>
</dependency>

<!-- jdbc modules -->
Expand Down

0 comments on commit 8e8497a

Please sign in to comment.