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

1.8.0 backports 2 #11981

Merged
merged 37 commits into from Sep 8, 2020
Merged

1.8.0 backports 2 #11981

merged 37 commits into from Sep 8, 2020

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Sep 8, 2020

Please don't merge, I will merge it myself.

dependabot bot and others added 30 commits September 8, 2020 16:27
Bumps `awssdk.version` from 2.14.11 to 2.14.12.

Updates `software.amazon.awssdk:bom` from 2.14.11 to 2.14.12
- [Release notes](https://github.com/aws/aws-sdk-java-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java-v2@2.14.11...2.14.12)

Updates `apache-client` from 2.14.11 to 2.14.12

Signed-off-by: dependabot[bot] <support@github.com>
Also make sure the specified exit handler is invoked during SIGINT

Fixes quarkusio#11792
The duration default values rendered in the documentation are now normalized by appending an `S` to any default value which is a number only. Additionally the duration values are all converted to upper-case.

Fixes quarkusio#10022
In Windows it seems like AccessDeniedException can be thrown
when a directory is deleted and then immediately recreated.
The problem can be mitigated by retrying the operation as
is mentioned in https://bugs.openjdk.java.net/browse/JDK-8029608

Fixes: quarkusio#11900
- it is only used via programmatic lookup in JtaContextProvider and
was removed during build
- we need to ensure a proper cleanup of JtaContextProvider
Also reorganize the `generation.` config properties in passing.

Fixes quarkusio#11818
This is inline with what the KubernetesConfig uses.
When the container image group was being set to empty
(which is allowed as a result of
quarkusio#8139), then the
registry was incorrectly being determined as not being set

Fixes: quarkusio#11917
Note that in theory this could cause problems if there are beans
in the parent first loader that use package private methods,
however this should not be a problem in practice. The parent
loader should generally not contain bean classes, and the only
real exception to this is the Servlet API.

Fixes quarkusio#11647
Fixes quarkusio#10303 for some cases when using JUnit5 ParameterResolver.

Includes x-stream/xstream#218 that tries to avoid such warnings at XStream creation time.

Also adds xstream to dependabot. Comment regardings optaplanner was outdated.
I chose the latest version of the DB2 delegate.
The way it was done was hackyish to me and the generated documentation
was really hard to understand: that's a good sign the config is not good
enough.
phillip-kruger and others added 7 commits September 8, 2020 16:30
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
Also add a proper test. That's something I wanted to do during the CR
phase anyway.
We only support them at package-level for now.
Also tweak some error messages and avoid an error in a perfectly valid
case.
And drop it from the documentation.
@gsmet gsmet added the area/infra internal and infrastructure related issues label Sep 8, 2020
@gsmet gsmet self-assigned this Sep 8, 2020
@gsmet gsmet merged commit 5c585c7 into quarkusio:1.8 Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra internal and infrastructure related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet