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

2.13.3 backports 1 #28641

Merged
merged 30 commits into from
Oct 18, 2022
Merged

2.13.3 backports 1 #28641

merged 30 commits into from
Oct 18, 2022

Commits on Oct 17, 2022

  1. implemented .setCurrentProject(project.getBasedir().toString()) into …

    …MavenArtifactResolver in order to resolve go-offline issue, merged 3 commits to 1
    
    (cherry picked from commit 1fd35f9)
    Your Name authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    002dace View commit details
    Browse the repository at this point in the history
  2. Improve error feedback for Keycloak dev service startup

    Fixes quarkusio#25809
    
    (cherry picked from commit 6b54627)
    gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    fb4c1e1 View commit details
    Browse the repository at this point in the history
  3. fix missing return in get method in data source groups code snippet

    (cherry picked from commit 0d4ae30)
    tnmtechnologies authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    cdde4ad View commit details
    Browse the repository at this point in the history
  4. Make sure MavenProject Models have pom files set

    (cherry picked from commit 99d5777)
    aloubyansky authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6fdfef2 View commit details
    Browse the repository at this point in the history
  5. Enable more config providers for code generators except those found i…

    …n the
    
    root app module
    
    (cherry picked from commit 902e8e9)
    aloubyansky authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    72102e3 View commit details
    Browse the repository at this point in the history
  6. Resteasy Reactive JAXB using multipart only bound XML media types

    Fix quarkusio#28524
    
    (cherry picked from commit d36438b)
    Sgitario authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    466a753 View commit details
    Browse the repository at this point in the history
  7. Bump Reactive Messaging version to 3.21.0

    jakarta rewrite version to 4.0.0
    
    (cherry picked from commit bd8896e)
    ozangunalp authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    17e846f View commit details
    Browse the repository at this point in the history
  8. Fix JandexUtil#getBoxedTypeName() and move it to Qute extension

    (cherry picked from commit b8c6008)
    gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    971d3e3 View commit details
    Browse the repository at this point in the history
  9. Update CSRF filter to support multipart/form-data payloads

    (cherry picked from commit d63a8c9)
    sberyozkin authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9af9bd1 View commit details
    Browse the repository at this point in the history
  10. Generate the attributes.adoc file during the build

    Currently, we maintain a copy of the attributes.adoc in the website and
    we always get it wrong when we add a new attribute.
    
    This way, attributes.adoc will come directly from the release and will
    be complete.
    Attributes that can be overridden has been moved to
    attributes-local.adoc. attributes-local.adoc won't be overwritten when
    syncing.
    
    (cherry picked from commit 6f51d08)
    gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bcbfd2f View commit details
    Browse the repository at this point in the history
  11. Bump kotlinx-serialization-json from 1.4.0 to 1.4.1

    Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.4.0 to 1.4.1.
    - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/v1.4.1/CHANGELOG.md)
    - [Commits](Kotlin/kotlinx.serialization@v1.4.0...v1.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 0f15cce)
    dependabot[bot] authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4ae28cb View commit details
    Browse the repository at this point in the history
  12. Allow overriding query parameters from a ContainerRequestFilter

    Fixes: quarkusio#28555
    (cherry picked from commit 7408eb0)
    geoand authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    58a93ce View commit details
    Browse the repository at this point in the history
  13. Validate media types for sub resources in Resteasy Reactive

    At the moment, there are two places where resteasy reactive is verifying the media types: (1) at the handler `ClassRoutingHandler` only for the main resources (it's not invoked for sub-resources; and (2) at the handler `RequestDeserializeHandler` for the rest.
    The issue is that the verification at `RequestDeserializeHandler` takes the one from the user which might not be compatible with the one set by the user using the annotation `@Consumes`.
    Note that I tried to make this handler to be invoked also for sub resources but it caused more troubles and it would not fix the root cause of the issue that is the logic in the handler `RequestDeserializeHandler` is wrong.
    Fix quarkusio#28460
    
    (cherry picked from commit bfbfea6)
    Sgitario authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6ecf708 View commit details
    Browse the repository at this point in the history
  14. Set logging manager for Gradle test task in codestart

    (cherry picked from commit 70f7d15)
    glefloch authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    321f000 View commit details
    Browse the repository at this point in the history
  15. Set logging manager in Gradle test projects

    (cherry picked from commit 4d70d03)
    glefloch authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c0c3077 View commit details
    Browse the repository at this point in the history
  16. Bump jackson-bom from 2.13.4 to 2.13.4.20221013

    Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.13.4 to 2.13.4.20221013.
    - [Release notes](https://github.com/FasterXML/jackson-bom/releases)
    - [Commits](FasterXML/jackson-bom@jackson-bom-2.13.4...jackson-bom-2.13.4.20221013)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 42a02b1)
    dependabot[bot] authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    d778e00 View commit details
    Browse the repository at this point in the history
  17. Promote quarkus-hibernate-orm-rest-data-panache to stable

    Fixes QUARKUS-2390
    
    (cherry picked from commit 678014c)
    FroMage authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    67ab961 View commit details
    Browse the repository at this point in the history
  18. Do not check if debug port can be used in DEV mode on restart

    fixes quarkusio#28187
    
    (cherry picked from commit fbd35b3)
    michalvavrik authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c2dd422 View commit details
    Browse the repository at this point in the history
  19. Add build-time config to enable/disable Jackson Duration serializatio…

    …n as timestamp
    
    Fixes quarkusio#28605
    
    (cherry picked from commit 35d96ae)
    davidfrickert authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9066966 View commit details
    Browse the repository at this point in the history
  20. Qute docs - add a note about evaluation of Uni

    - each Uni#subscribeAsCompletionStage() results in a new subscription!
    
    (cherry picked from commit d1961ce)
    mkouba authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9f1e03a View commit details
    Browse the repository at this point in the history
  21. bugfix/resolve-gradlemodelfactory-gradleuserhome-misconfiguration add…

    …ing dynamic lookup for gradle user home when loading ApplicationModel
    
    (cherry picked from commit 215880e)
    aaronrebak authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    881c256 View commit details
    Browse the repository at this point in the history
  22. Tests - migrate 2 deprecated Smallrye JWT properties

    There is no test using non-deprecated properties. If we need to choose, `io.quarkus.jwt.test.JwtCookieDevModeTestCase`, `JwtCookieUnitTest` should prefer non-deprecated `header` and `cookie` properties.
    
    `smallrye.jwt.token.header` property is deprecated and will be removed in a future version. Tests now use `mp.jwt.token.header` property.
    `smallrye.jwt.token.cookie` property is deprecated and will be removed in a future version. Tests now use `mp.jwt.token.cookie` property.
    
    (cherry picked from commit 2582c03)
    michalvavrik authored and gsmet committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    7cff82e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. [quarkusio#28576] Allow assigning entities to the Hibernate Reactive …

    …PU explicitly
    
    (cherry picked from commit 311eb83)
    yrodiere authored and gsmet committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b6bbaac View commit details
    Browse the repository at this point in the history
  2. [quarkusio#28576] Tests for property hibernate-orm.packages with Hibe…

    …rnate Reactive
    
    (cherry picked from commit f721a0a)
    DavideD authored and gsmet committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    a85a219 View commit details
    Browse the repository at this point in the history
  3. Added category and summary metadata to documentation files

    Signed-off-by:Nathan Erwin <nathan.d.erwin@gmail.com>
    (cherry picked from commit 0bfb83f)
    nderwin authored and gsmet committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    72eca89 View commit details
    Browse the repository at this point in the history
  4. Update YAML metadata generation for asciidoc files

    (cherry picked from commit 6821e8a)
    ebullient authored and gsmet committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    332ad2f View commit details
    Browse the repository at this point in the history
  5. Clean up the guides

    - Remove outdated content
    - Rename includes/ to _includes/ so that it does not get rendered
    - Move all includes to the _includes/ subdirectory
    
    (cherry picked from commit 282ac0e)
    gsmet committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2525e84 View commit details
    Browse the repository at this point in the history
  6. Use a different DB in test

    - Fixes quarkusio#28618
    
    (cherry picked from commit afcb4e6)
    gastaldi authored and gsmet committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    01568c2 View commit details
    Browse the repository at this point in the history
  7. Manage version for Apache Commons Text

    (cherry picked from commit 682d3c3)
    Sanne authored and gsmet committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1fa6489 View commit details
    Browse the repository at this point in the history
  8. fix: 🐛 avoid NPE when connect on windows

    or with no access to the conf file : /etc/resolv.conf
    
    (cherry picked from commit 06ff785)
    Liuigi authored and gsmet committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    20eee46 View commit details
    Browse the repository at this point in the history