Skip to content

Commit

Permalink
eclipse#503 udpate release note accordingly to remove eclipse#365
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Jiang <[email protected]>
  • Loading branch information
Emily-Jiang committed Jan 30, 2020
1 parent a5ea0fc commit 299fdb6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spec/src/main/asciidoc/release_notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,6 @@ A full list of changes delivered in the 1.4 release can be found at link:https:/

=== API/SPI Changes

- ConfigProperty provides the _NULL_VALUE_ so that _null_ can be specified as a default value for injection (link:https://github.com/eclipse/microprofile-config/issues/365[#365])
[source, java]
----
//Injects the value of the property myprj.name if specified in any of the configures.
//Otherwise, _null_ will be injected.
@Inject
@ConfigProperty(name="myprj.name" defaultValue=ConfigProperty.NULL_VALUE)
String name;
----

- Prevent incorrect caching of ConfigProviderResolver (link:https://github.com/eclipse/microprofile-config/issues/265[#265])
- ConfigProviderResolver classloading issues (link:https://github.com/eclipse/microprofile-config/issues/450[#450]) (link:https://github.com/eclipse/microprofile-config/issues/390[#390])
- Converter extends Serializable (link:https://github.com/eclipse/microprofile-config/issues/473[#473])
Expand Down

0 comments on commit 299fdb6

Please sign in to comment.