Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync up of microprofile-4.0 with master branch #2757

Merged
merged 28 commits into from
Feb 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
547190b
Upgrade Netty to 4.1.58 (#2678)
tomas-langer Jan 24, 2021
f6f4c8f
Added overall timeout to evictable cache (#2659)
tomas-langer Jan 25, 2021
bf4a024
Fix copyright year for commits broken by squashing. (#2687)
tomas-langer Jan 25, 2021
a35caa9
Concat array enhancement (#2508)
danielkec Jan 25, 2021
16fb9f4
Update Jackson to 2.12.1 (#2690)
barchetta Jan 27, 2021
32cc140
PokemonService template fixed in SE Database Archetype. (#2701)
Tomas-Kraus Jan 29, 2021
8feb893
Fixed different output in DbClient SE archetype (#2703)
Tomas-Kraus Feb 1, 2021
34bbad1
Fix TODO application: (#2708)
romain-grecourt Feb 2, 2021
f720893
Update k8s descriptors to avoid using deprecated APIs. (#2719)
romain-grecourt Feb 2, 2021
68f15bd
Separate execution of DataChunkReleaseTest in its own VM to prevent l…
spericas Feb 2, 2021
0f52c76
Changes in this commit: (#2727)
spericas Feb 2, 2021
b4c1161
Properly release underlying buffer before passing it to WebSocket han…
spericas Feb 2, 2021
b90650a
Fix issue with null value in JSON. (#2723)
tomas-langer Feb 3, 2021
bf9e2e2
Upgrade grpc to v1.35.0 (#2713)
thegridman Feb 3, 2021
d894ea8
Upgrades OCI SDK to version 1.31.0 (#2699)
ljnelson Feb 3, 2021
ac1b609
Fix null array values in HOCON/JSON config parser. (#2731)
romain-grecourt Feb 4, 2021
0c6749d
Performance improvements to queue(s) management in Webserver (#2704)
spericas Feb 4, 2021
3ce1930
Upgrade Weld (#2668)
tomas-langer Feb 5, 2021
f68d7e5
Rest client async header propagation with usage of Helidon Context (#…
Verdent Feb 5, 2021
7d0aba3
Allow override of Jersey property via config (#2737)
spericas Feb 5, 2021
b57c9ad
New implementation of LazyValue (#2738)
spericas Feb 5, 2021
ff8b4e4
Update CHANGELOG for 2.2.1 release (#2743)
barchetta Feb 5, 2021
008bdf1
2.2.1 THIRD_PARTY_LICENSES update (#2746)
barchetta Feb 8, 2021
e724d2c
Support async invocations using optional synthetic SimplyTimed behavi…
tjquinno Feb 9, 2021
4c74ff0
Do not attempt to access the request context in Fallback callback. If…
spericas Feb 9, 2021
5baefdb
Fix for native image. (#2753)
tomas-langer Feb 10, 2021
eaac496
Merge branch 'master' into microprofile-4.0
spericas Feb 10, 2021
8986b10
Fixed checkstyle issues.
spericas Feb 10, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,41 @@ For Helidon 1.x releases please see [Helidon 1.x CHANGELOG.md](https://github.co

## [2.2.1-SNAPSHOT]

2.2.1 is a bugfix release of Helidon.
2.2.1 is a bugfix release of Helidon. It contains bug fixes, performance fixes and dependency upgrades.

### Compatibility

2.2.1 is API compatible with 2.2.0.

### CHANGES

- Config: Fix issue with null value in JSON. [2723](https://github.com/oracle/helidon/pull/2723)
- Config: Fix null array values in HOCON/JSON config parser. [2731](https://github.com/oracle/helidon/pull/2731)
- Dependencies: Re-organize dependencyManagement [2646](https://github.com/oracle/helidon/pull/2646)
- Dependencies: Update Jackson to 2.12.1 [2690](https://github.com/oracle/helidon/pull/2690)
- Dependencies: Upgrade Netty to 4.1.58 [2678](https://github.com/oracle/helidon/pull/2678)
- Dependencies: Upgrade Weld [2668](https://github.com/oracle/helidon/pull/2668)
- Dependencies: Upgrade grpc to v1.35.0 [2713](https://github.com/oracle/helidon/pull/2713)
- Dependencies: Upgrade to Jersey 2.33 and set of client property [2727](https://github.com/oracle/helidon/pull/2727)
- Dependencies: Upgrades OCI SDK to version 1.31.0 [2699](https://github.com/oracle/helidon/pull/2699)
- Examples: Fix TODO application: [2708](https://github.com/oracle/helidon/pull/2708)
- Examples: Fix WebServer Basics example [2634](https://github.com/oracle/helidon/pull/2634)
- Examples: Fixed different output in DbClient SE archetype [2703](https://github.com/oracle/helidon/pull/2703)
- Examples: PokemonService template fixed in SE Database Archetype. [2701](https://github.com/oracle/helidon/pull/2701)
- Jersey: Allow override of Jersey property via config [2737](https://github.com/oracle/helidon/pull/2737)
- K8s: Update k8s descriptors to avoid using deprecated APIs [2719](https://github.com/oracle/helidon/pull/2719)
- Micronaut extensions: micronaut data with ucp [2572](https://github.com/oracle/helidon/pull/2572)
- Performance: New implementation of LazyValue [2738](https://github.com/oracle/helidon/pull/2738)
- Performance: Properly release underlying buffer before passing it to WebSocket handler [2715](https://github.com/oracle/helidon/pull/2715)
- Performance: improvements to queue(s) management in Webserver [2704](https://github.com/oracle/helidon/pull/2704)
- Reactive: Concat array enhancement [2508](https://github.com/oracle/helidon/pull/2508)
- Rest Client: Rest client async header propagation with usage of Helidon Context [2735](https://github.com/oracle/helidon/pull/2735)
- Security: Added overall timeout to evictable cache [2659](https://github.com/oracle/helidon/pull/2659)
- Testing: Proves that environment variable overrides work with our MicroProfile Config implementation [2648](https://github.com/oracle/helidon/pull/2648)
- Testing: Separate execution of DataChunkReleaseTest in its own VM [2716](https://github.com/oracle/helidon/pull/2716)
- WebServer: Lays the groundwork for permitting other Netty transports [2478](https://github.com/oracle/helidon/pull/2478)
- Build: Manage versions of version plugin and helidon-maven-plugin [2626](https://github.com/oracle/helidon/pull/2626)

## [2.2.0]

2.2.0 is a minor release of Helidon. It contains bug fixes and enhancements. Notable enhancements:
Expand Down
Loading