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

Prepare for the MP 3.1 release #787

Merged
merged 1 commit into from Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 18 additions & 0 deletions spec/src/main/asciidoc/release_notes.asciidoc
Expand Up @@ -23,6 +23,24 @@
== Release Notes
This section documents the changes introduced by individual releases.

[[release_notes_31]]
=== Release Notes for MicroProfile Config 3.1

A full list of changes delivered in the 3.1 release can be found at link:https://github.com/eclipse/microprofile-config/milestone/11?closed=1[MicroProfile Config 3.1 Milestone].

==== Incompatible Changes
no

==== API/SPI Changes
no

==== Other Changes
- TCK tests assume empty bean.XML is discovery mode ALL (link:https://github.com/eclipse/microprofile-config/issues/765[765])
- Make the TCK tests CDI 4 compatible (link:https://github.com/eclipse/microprofile-config/issues/742[742])
- TCK: MissingValueOnObserverMethodInjectionTest fails for a different reason (link:https://github.com/eclipse/microprofile-config/issues/543[543])
- Spec of precedence for sources when using profiles seems vague (link:https://github.com/eclipse/microprofile-config/issues/781[781])


[[release_notes_30]]
=== Release Notes for MicroProfile Config 3.0

Expand Down
2 changes: 1 addition & 1 deletion tck/README.adoc
Expand Up @@ -130,7 +130,7 @@ the following content:
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >

<suite name="microprofile-config-TCK" verbose="2" configfailurepolicy="continue" >
<test name="microprofile-config 2.0 TCK">
<test name="microprofile-config 3.1 TCK">
<packages>
<package name="org.eclipse.microprofile.config.tck.*">
</package>
Expand Down