Skip to content

Commit 789176d

Browse files
committed
Merge branch 'release/2.0.1'
2 parents 56eb565 + 49ff41c commit 789176d

File tree

17 files changed

+364
-334
lines changed

17 files changed

+364
-334
lines changed

CHANGELOG.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/marklogic-community/marklogic-data-hub/tree/HEAD)
3+
## [v2.0.1](https://github.com/marklogic-community/marklogic-data-hub/tree/v2.0.1) (2017-11-17)
4+
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v2.0.0...v2.0.1)
45

5-
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v2.0.0-rc.2...HEAD)
6+
**Implemented enhancements:**
7+
8+
- Update 2.x version checker to omit pre-release version [\#485](https://github.com/marklogic-community/marklogic-data-hub/issues/485)
9+
10+
**Fixed bugs:**
11+
12+
- Error running sample product-catalog example [\#560](https://github.com/marklogic-community/marklogic-data-hub/issues/560)
13+
- Entity definition partially written, everything hosed [\#435](https://github.com/marklogic-community/marklogic-data-hub/issues/435)
14+
15+
**Closed issues:**
16+
17+
- Getting MISSING\_FLOW error when invoking from DMSDK [\#552](https://github.com/marklogic-community/marklogic-data-hub/issues/552)
18+
- Add support for mlcp -input\_file\_pattern [\#550](https://github.com/marklogic-community/marklogic-data-hub/issues/550)
19+
- Browse Data: not obvious that I needed to click Search [\#530](https://github.com/marklogic-community/marklogic-data-hub/issues/530)
20+
- Add detailed documentation on traces [\#527](https://github.com/marklogic-community/marklogic-data-hub/issues/527)
21+
- incorrect scaffolding [\#525](https://github.com/marklogic-community/marklogic-data-hub/issues/525)
22+
- Issue upgrade from rc1 to rc2 [\#511](https://github.com/marklogic-community/marklogic-data-hub/issues/511)
23+
- Create Performance Sample [\#492](https://github.com/marklogic-community/marklogic-data-hub/issues/492)
24+
- MLCP fails if no "jobId" parameter specified even with trace off [\#426](https://github.com/marklogic-community/marklogic-data-hub/issues/426)
25+
- Test deploy against ssl enabled server [\#417](https://github.com/marklogic-community/marklogic-data-hub/issues/417)
26+
- Epic - error handling [\#289](https://github.com/marklogic-community/marklogic-data-hub/issues/289)
27+
28+
**Merged pull requests:**
29+
30+
- Issue413 [\#559](https://github.com/marklogic-community/marklogic-data-hub/pull/559) ([tcfenstermaker](https://github.com/tcfenstermaker))
31+
- adds performance sample [\#556](https://github.com/marklogic-community/marklogic-data-hub/pull/556) ([joemfb](https://github.com/joemfb))
32+
33+
## [v2.0.0](https://github.com/marklogic-community/marklogic-data-hub/tree/v2.0.0) (2017-10-02)
34+
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v2.0.0-rc.2...v2.0.0)
635

736
**Fixed bugs:**
837

@@ -23,6 +52,7 @@
2352
- Links need updating [\#508](https://github.com/marklogic-community/marklogic-data-hub/issues/508)
2453
- Update to latest ml-gradle [\#505](https://github.com/marklogic-community/marklogic-data-hub/issues/505)
2554
- Input flow \(mlcp\) options aren't saved [\#481](https://github.com/marklogic-community/marklogic-data-hub/issues/481)
55+
- Prevent install if ports are in use [\#477](https://github.com/marklogic-community/marklogic-data-hub/issues/477)
2656

2757
## [v2.0.0-rc.2](https://github.com/marklogic-community/marklogic-data-hub/tree/v2.0.0-rc.2) (2017-09-12)
2858
[Full Changelog](https://github.com/marklogic-community/marklogic-data-hub/compare/v1.1.5...v2.0.0-rc.2)
@@ -617,7 +647,6 @@
617647
- 101 - Handle detection of REST directory [\#147](https://github.com/marklogic-community/marklogic-data-hub/pull/147) ([maeisabelle](https://github.com/maeisabelle))
618648
- \#104 make ui code more angular [\#144](https://github.com/marklogic-community/marklogic-data-hub/pull/144) ([divino](https://github.com/divino))
619649
- fixed \#140 - vet plugins not working correctly [\#141](https://github.com/marklogic-community/marklogic-data-hub/pull/141) ([paxtonhare](https://github.com/paxtonhare))
620-
- fixed \#137 - renamed patientrecords to Patients [\#139](https://github.com/marklogic-community/marklogic-data-hub/pull/139) ([paxtonhare](https://github.com/paxtonhare))
621650
- fixed \#135 - create conformance flow not working [\#136](https://github.com/marklogic-community/marklogic-data-hub/pull/136) ([paxtonhare](https://github.com/paxtonhare))
622651
- 102 - Scaffolding for Rest [\#134](https://github.com/marklogic-community/marklogic-data-hub/pull/134) ([maeisabelle](https://github.com/maeisabelle))
623652
- fixed \#91 - check plugins during install for errors [\#132](https://github.com/marklogic-community/marklogic-data-hub/pull/132) ([paxtonhare](https://github.com/paxtonhare))
@@ -640,6 +669,7 @@
640669

641670
**Merged pull requests:**
642671

672+
- fixed \#137 - renamed patientrecords to Patients [\#139](https://github.com/marklogic-community/marklogic-data-hub/pull/139) ([paxtonhare](https://github.com/paxtonhare))
643673
- prepping for alpha.3 release [\#125](https://github.com/marklogic-community/marklogic-data-hub/pull/125) ([paxtonhare](https://github.com/paxtonhare))
644674
- fixing namespace issues. opts. [\#124](https://github.com/marklogic-community/marklogic-data-hub/pull/124) ([paxtonhare](https://github.com/paxtonhare))
645675
- adding the hl7 healthcare example [\#123](https://github.com/marklogic-community/marklogic-data-hub/pull/123) ([paxtonhare](https://github.com/paxtonhare))

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ plugins {
7171
...
7272
7373
// comment out this line. It pulls the version from the cloud
74-
// id 'com.marklogic.ml-data-hub' version '2.0.0'
74+
// id 'com.marklogic.ml-data-hub' version '2.0.1'
7575
}
7676
7777
// this tells gradle to apply the plugin you included above in the buildscript section

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Or watch the [MarkLogic University - Data Hub Framework On Demand Video Courses]
3535

3636
### The Easiest Way
3737

38-
To use the Data Hub Framework you should download the latest [quickstart.war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0/quick-start-2.0.0.war).
38+
To use the Data Hub Framework you should download the latest [quickstart.war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.1/quick-start-2.0.1.war).
3939

4040
Then Run the war like so:
4141

4242
```bash
43-
java -jar quick-start-2.0.0.war
43+
java -jar quick-start-2.0.1.war
4444
```
4545

4646
### Using the Hub in your existing Java project
@@ -50,7 +50,7 @@ Alternatively you can include the jar file as a build dependency in your Java pr
5050
**Gradle**
5151

5252
```groovy
53-
compile('com.marklogic:marklogic-data-hub:2.0.0')
53+
compile('com.marklogic:marklogic-data-hub:2.0.1')
5454
```
5555

5656
**Maven**
@@ -59,15 +59,15 @@ compile('com.marklogic:marklogic-data-hub:2.0.0')
5959
<dependency>
6060
<groupId>com.marklogic</groupId>
6161
<artifactId>marklogic-data-hub</artifactId>
62-
<version>2.0.0</version>
62+
<version>2.0.1</version>
6363
<type>pom</type>
6464
</dependency>
6565
```
6666

6767
**Ivy**
6868

6969
```xml
70-
<dependency org='com.marklogic' name='marklogic-data-hub' rev='2.0.0'>
70+
<dependency org='com.marklogic' name='marklogic-data-hub' rev='2.0.1'>
7171
<artifact name='$AID' ext='pom'></artifact>
7272
</dependency>
7373
```
@@ -78,7 +78,7 @@ If you prefer to use gradle for all of your hub interactions then you can includ
7878

7979
```groovy
8080
plugins {
81-
id 'com.marklogic.ml-data-hub' version '2.0.0'
81+
id 'com.marklogic.ml-data-hub' version '2.0.1'
8282
}
8383
```
8484

examples/barebones/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
// it includes ml-gradle. This plugin is what lets you
1414
// run DHF (Data Hub Framework) tasks from the
1515
// command line
16-
id 'com.marklogic.ml-data-hub' version '2.0.0'
16+
id 'com.marklogic.ml-data-hub' version '2.0.1'
1717
}
1818
```
1919

examples/barebones/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ plugins {
77
// it includes ml-gradle. This plugin is what lets you
88
// run DHF (Data Hub Framework) tasks from the
99
// command line
10-
id 'com.marklogic.ml-data-hub' version '2.0.0'
10+
id 'com.marklogic.ml-data-hub' version '2.0.1'
1111
}

examples/healthcare/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ The sample data is located in the input/ folder.
1515
```
1616

1717
# TLDR; How do I run it?
18-
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0/quick-start-2.0.0.war) into this folder.
18+
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.1/quick-start-2.0.1.war) into this folder.
1919

20-
1. Run the quick-start jar `java -jar quick-start-2.0.0.war`
20+
1. Run the quick-start jar `java -jar quick-start-2.0.1.war`
2121

2222
1. Open your web browser to [http://localhost:8080](http://localhost:8080).
2323

examples/load-binaries/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
This example shows how to load binary documents with the Hub Framework.
33

44
# TLDR; How do I run it?
5-
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0/quick-start-2.0.0.war) into this folder.
5+
1. Download the [latest quick-start war](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.1/quick-start-2.0.1.war) into this folder.
66

7-
1. Run the quick-start war `java -jar quick-start-2.0.0.war`
7+
1. Run the quick-start war `java -jar quick-start-2.0.1.war`
88

99
1. Open your web browser to [http://localhost:8080](http://localhost:8080).
1010

examples/online-store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The data are separated into 2 folders under the input/ folder.
1616
# TLDR; How do I run it?
1717
Check out the [Getting Started Tutorial](https://marklogic-community.github.io/marklogic-data-hub/) on the Datahub Site.
1818

19-
You will want to download the latest 2.x release of the [QuickStart Application](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.0/quick-start-2.0.0.war) and save it in this directory.
19+
You will want to download the latest 2.x release of the [QuickStart Application](https://github.com/marklogic-community/marklogic-data-hub/releases/download/v2.0.1/quick-start-2.0.1.war) and save it in this directory.
2020

2121
# Wait. What is a data Hub?
2222
Get started over at the [Data Hub Site](https://marklogic-community.github.io/marklogic-data-hub/what/)

0 commit comments

Comments
 (0)