Skip to content

Commit

Permalink
v10.2.0 debug_log_package, preserve exceptions, cross module join
Browse files Browse the repository at this point in the history
* RMB-13 allow indicating package to log in debug mode via command line: debug_log_package=[, a.b., a.b.c]
* RMB-15 preserve exceptions in reply handler
* cross module http join: many to many, one to many support

v10.2.0 supersedes v10.1.0 that Jenkins did not pick up
  • Loading branch information
julianladisch committed May 4, 2017
1 parent 93bebc1 commit 19061c4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Create JSON schemas indicating the objects exposed by the module:
<dependency>
<groupId>org.folio</groupId>
<artifactId>domain-models-runtime</artifactId>
<version>10.1.0</version>
<version>10.2.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion domain-models-api-aspects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.1.1-SNAPSHOT</version>
<version>10.2.0</version>
</parent>
<artifactId>domain-models-api-aspects</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion domain-models-api-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.1.1-SNAPSHOT</version>
<version>10.2.0</version>
</parent>
<artifactId>domain-models-api-interfaces</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion domain-models-interface-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.1.1-SNAPSHOT</version>
<version>10.2.0</version>
</parent>
<artifactId>domain-models-interface-extensions</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion domain-models-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.1.1-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.1.1-SNAPSHOT</version>
<version>10.2.0</version>
<packaging>pom</packaging>
<name>raml-module-builder</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion postgres-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.1.1-SNAPSHOT</version>
<version>10.2.0</version>
</parent>
<artifactId>postgres-runner</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.1.1-SNAPSHOT</version>
<version>10.2.0</version>
</parent>
<artifactId>rules</artifactId>

Expand Down

0 comments on commit 19061c4

Please sign in to comment.