Skip to content

Commit 9e61eaa

Browse files
authored
Update version to 1.0.1-SNAPSHOT (#414)
1 parent 4634b9c commit 9e61eaa

194 files changed

Lines changed: 222 additions & 203 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,37 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
### Notes
99

10-
If you are upgrading from 0.10.5 or earlier you will need to change
11-
your application (see Notes for 0.11.0 release). For details on API
12-
changes see [API Changes](https://github.com/oracle/helidon/wiki/API-Changes-in-1.0)
10+
### Improvements
11+
12+
### Fixes
13+
14+
## [1.0.0] - 2019-02-12
15+
16+
### Notes
17+
18+
This is our 1.0 release and we have finished the API changes that we've
19+
been working on over the last few months. From this point on we will
20+
have much greater API stability. Thanks for your patience.
1321

1422
If you are upgrading from 0.11.0 note that media support (for example JsonSupport)
15-
has moved to a top level `media` component. Details
16-
in [API Changes](https://github.com/oracle/helidon/wiki/API-Changes-in-1.0).
23+
has moved to a top level `media` component. This means you might have to change
24+
your dependencies and Java imports. For more details see:
25+
[API Changes](https://github.com/oracle/helidon/wiki/API-Changes-in-1.0).
26+
27+
If you are upgrading from 0.10.5 or earlier you will need to change
28+
your application due to a number of API changes we made in preperation
29+
for 1.0. For details on API changes see:
30+
[API Changes](https://github.com/oracle/helidon/wiki/API-Changes-in-1.0)
31+
32+
Helidon 1.0 supports [MicroProfile 1.2](https://github.com/eclipse/microprofile-bom/releases/download/1.2/microprofile-spec-1.2.pdf)
33+
with updated versions of the components.
1734

1835
### Improvements
1936

2037
- WebServer: Add JSON-B (Yasson) support [388](https://github.com/oracle/helidon/pull/388)
2138
- WebServer: Add Jackson support [351](https://github.com/oracle/helidon/pull/351)
2239
- MicroProfile: update Hystrix to 1.5.18 [391](https://github.com/oracle/helidon/pull/391)
40+
- Examples: Change quickstart examples so that PUT uses json and not path param [399](https://github.com/oracle/helidon/pull/399)
2341

2442
### Fixes
2543

@@ -171,7 +189,8 @@ for details.
171189
### Notes
172190
- Initial source drop on Github
173191

174-
[Unreleased]: https://github.com/oracle/helidon/compare/0.11.1...HEAD
192+
[Unreleased]: https://github.com/oracle/helidon/compare/1.0.0...HEAD
193+
[1.0.0]: https://github.com/oracle/helidon/compare/0.11.0...1.0.0
175194
[0.11.1]: https://github.com/oracle/helidon/compare/0.11.0...0.11.1
176195
[0.11.0]: https://github.com/oracle/helidon/compare/0.10.5...0.11.0
177196
[0.10.5]: https://github.com/oracle/helidon/compare/0.10.4...0.10.5

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon</groupId>
2525
<artifactId>helidon-project</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.1-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-bom</artifactId>
2929
<packaging>pom</packaging>

bundles/config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-config</artifactId>

bundles/jersey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-jersey</artifactId>

bundles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon</groupId>
2424
<artifactId>helidon-project</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.1-SNAPSHOT</version>
2626
</parent>
2727
<modules>
2828
<module>config</module>

bundles/security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-security</artifactId>

bundles/webserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.helidon.bundles</groupId>
2424
<artifactId>helidon-bundles-project</artifactId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.1-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>helidon-bundles-webserver</artifactId>

common/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.common</groupId>
2525
<artifactId>helidon-common-project</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.1-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-common</artifactId>
2929
<name>Helidon Common</name>

common/configurable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.helidon.common</groupId>
2626
<artifactId>helidon-common-project</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.1-SNAPSHOT</version>
2828
</parent>
2929
<name>Helidon Common Configurable</name>
3030
<artifactId>helidon-common-configurable</artifactId>

common/http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>helidon-common-project</artifactId>
2424
<groupId>io.helidon.common</groupId>
25-
<version>1.0.0-SNAPSHOT</version>
25+
<version>1.0.1-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>helidon-common-http</artifactId>

0 commit comments

Comments
 (0)