Skip to content

Commit 18d2cd5

Browse files
author
Maxim Moinat
authored
Merge pull request #320 from OHDSI/release-0.10.6
Release 0.10.6
2 parents be4dbd2 + 8e3560f commit 18d2cd5

File tree

8 files changed

+26
-24
lines changed

8 files changed

+26
-24
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ <h1>Features</h1>
325325
<li>Rabbit in a Hat generates ETL specification document according to OMOP templatement according to OMOP template</li>
326326
</ul>
327327
</div>
328-
<div id="current-version" class="section level1">
329-
<h1>Current version</h1>
330-
<p><a href="https://github.com/OHDSI/WhiteRabbit/releases/latest"><strong>v0.10.4</strong></a></p>
328+
<div id="latest-version" class="section level1">
329+
<h1>Latest version</h1>
330+
<p><a href="https://github.com/OHDSI/WhiteRabbit/releases/latest"><strong>v0.10.6</strong></a></p>
331331
</div>
332332

333333

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ It comes with **RabbitInAHat**, an application for interactive design of an ETL
2020
- Interactive tool (Rabbit in a Hat) for designing the ETL using the scan report as basis
2121
- Rabbit in a Hat generates ETL specification document according to OMOP templatement according to OMOP template
2222

23-
# Current version
24-
[**v0.10.4**](https://github.com/OHDSI/WhiteRabbit/releases/latest)
23+
# Latest version
24+
[**v0.10.6**](https://github.com/OHDSI/WhiteRabbit/releases/latest)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.ohdsi</groupId>
77
<artifactId>leporidae</artifactId>
88
<packaging>pom</packaging>
9-
<version>0.10.5</version>
9+
<version>0.10.6</version>
1010
<modules>
1111
<module>rabbitinahat</module>
1212
<module>whiterabbit</module>

rabbit-core/pom.xml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>leporidae</artifactId>
77
<groupId>org.ohdsi</groupId>
8-
<version>0.10.5</version>
8+
<version>0.10.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -30,47 +30,49 @@
3030
<dependency>
3131
<groupId>mysql</groupId>
3232
<artifactId>mysql-connector-java</artifactId>
33-
<version>8.0.23</version>
33+
<version>8.0.25</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.dom4j</groupId>
3737
<artifactId>dom4j</artifactId>
3838
<version>2.1.3</version>
3939
</dependency>
40+
<!-- Note: Apache poi v5.x is current incompatible with the QuickAndDirtyXLSReader-->
4041
<dependency>
4142
<groupId>org.apache.poi</groupId>
4243
<artifactId>poi</artifactId>
43-
<version>5.0.0</version>
44+
<version>4.1.2</version>
4445
</dependency>
4546
<dependency>
4647
<groupId>org.apache.poi</groupId>
4748
<artifactId>poi-ooxml</artifactId>
48-
<version>5.0.0</version>
49+
<version>4.1.2</version>
4950
</dependency>
5051
<dependency>
5152
<groupId>org.apache.poi</groupId>
5253
<artifactId>poi-excelant</artifactId>
53-
<version>5.0.0</version>
54+
<version>4.1.2</version>
5455
</dependency>
5556
<dependency>
56-
<groupId>stax</groupId>
57-
<artifactId>stax-api</artifactId>
58-
<version>1.0.1</version>
57+
<groupId>org.apache.poi</groupId>
58+
<artifactId>poi-ooxml-schemas</artifactId>
59+
<version>4.1.2</version>
5960
</dependency>
61+
<!-- Note: Apache xmlbeans v4.x and v5.x is incompatible with Apache poi v4-->
6062
<dependency>
6163
<groupId>org.apache.xmlbeans</groupId>
6264
<artifactId>xmlbeans</artifactId>
63-
<version>5.0.1</version>
65+
<version>3.1.0</version>
6466
</dependency>
6567
<dependency>
6668
<groupId>org.postgresql</groupId>
6769
<artifactId>postgresql</artifactId>
68-
<version>42.2.19</version>
70+
<version>42.3.1</version>
6971
</dependency>
7072
<dependency>
7173
<groupId>com.cedarsoftware</groupId>
7274
<artifactId>json-io</artifactId>
73-
<version>4.12.0</version>
75+
<version>4.13.0</version>
7476
</dependency>
7577
<dependency>
7678
<groupId>org.apache.commons</groupId>
@@ -90,12 +92,12 @@
9092
<dependency>
9193
<groupId>org.hsqldb</groupId>
9294
<artifactId>hsqldb</artifactId>
93-
<version>2.5.1</version>
95+
<version>2.6.1</version>
9496
</dependency>
9597
<dependency>
9698
<groupId>com.healthmarketscience.jackcess</groupId>
9799
<artifactId>jackcess</artifactId>
98-
<version>4.0.0</version>
100+
<version>4.0.1</version>
99101
</dependency>
100102
<dependency>
101103
<groupId>net.sf.ucanaccess</groupId>
@@ -105,7 +107,7 @@
105107
<dependency>
106108
<groupId>com.amazon.redshift</groupId>
107109
<artifactId>redshift-jdbc42</artifactId>
108-
<version>2.1.0.1</version>
110+
<version>2.1.0.2</version>
109111
</dependency>
110112
<dependency>
111113
<groupId>com.teradata.jdbc</groupId>

rabbit-core/src/main/java/org/ohdsi/ooxml/ReadXlsxFileWithHeader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public Row next() {
8383
List<String> cells = new ArrayList<String>(fieldName2ColumnIndex.size());
8484
for (Cell cell : iterator.next()) {
8585
String text;
86-
if (cell.getCellType().equals(CellType.NUMERIC))
86+
if (cell.getCellTypeEnum() == CellType.NUMERIC)
8787
text = myFormatter.format(cell.getNumericCellValue());
8888
else
8989
text = cell.toString();

rabbitinahat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>leporidae</artifactId>
77
<groupId>org.ohdsi</groupId>
8-
<version>0.10.5</version>
8+
<version>0.10.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

rabbitinahat/src/main/java/org/ohdsi/rabbitInAHat/RabbitInAHatMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class RabbitInAHatMain implements ResizeListener {
8888
public final static String ACTION_UNMARK_COMPLETED = "Mark Highlighted As Incomplete";
8989
public final static String ACTION_HELP = "Open documentation";
9090

91-
public final static String DOCUMENTATION_URL = "http://ohdsi.github.io/WhiteRabbit";
91+
public final static String DOCUMENTATION_URL = "http://ohdsi.github.io/WhiteRabbit/RabbitInAHat.html";
9292
private final static FileFilter FILE_FILTER_GZ = new FileNameExtensionFilter("GZIP Files (*.gz)", "gz");
9393
private final static FileFilter FILE_FILTER_JSON = new FileNameExtensionFilter("JSON Files (*.json)", "json");
9494
private final static FileFilter FILE_FILTER_DOCX = new FileNameExtensionFilter("Microsoft Word documents (*.docx)", "docx");

whiterabbit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>leporidae</artifactId>
77
<groupId>org.ohdsi</groupId>
8-
<version>0.10.5</version>
8+
<version>0.10.6</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)