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

Bump scala.version from 2.12.13 to 2.13.5 #40

Closed
wants to merge 5,936 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    9397de4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request quarkusio#15568 from quarkusio/dependabot/maven/or…

    …g.flywaydb-flyway-core-7.6.0
    dependabot[bot] committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    7af6bbc View commit details
    Browse the repository at this point in the history
  3. Merge pull request quarkusio#15569 from markusdlugi/master

    Use sortedOriginalMediaTypes in ClassRoutingHandler
    geoand committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    cb2799f View commit details
    Browse the repository at this point in the history
  4. Merge pull request quarkusio#15353 from vsevel/vault_enterprise

    Add support for Vault Enterprise Namespace
    sberyozkin committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    75dc8df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6887f8e View commit details
    Browse the repository at this point in the history
  6. Merge pull request quarkusio#15576 from jmartisk/master-issue-15571

    Fix GraphQL queries returning Collection.class in native mode
    gsmet committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    1a00681 View commit details
    Browse the repository at this point in the history
  7. Merge pull request quarkusio#13525 from loicmathieu/feat/logging-gelf-it

    Add a logging-gelf integration test with ELK
    geoand committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    be2bf4f View commit details
    Browse the repository at this point in the history
  8. fix: oc build error handling

    iocanel committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    ee0885a View commit details
    Browse the repository at this point in the history
  9. Merge pull request quarkusio#15565 from geoand/quarkusio#15555

    Make disablement of k8s manifest generation in tests declarative
    iocanel committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    33364c8 View commit details
    Browse the repository at this point in the history
  10. Optimize Accepts header validation in the common case

    The common case of having multiple Accepts headers validate
    against a single @produces media type shows up often
    (as both browsers and benchmarks send 5 values in the Accepts
    header)
    geoand committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    cbbb0c6 View commit details
    Browse the repository at this point in the history
  11. Fix potential race condition with Multipart upload in RESTEasy Reactive

    As spotted by @cescoffier, the old endHandler was not called when the
    files were written to the FS, but when the last piece of data
    of the file was read.
    
    Co-authored-by: Clement Escoffier <clement.escoffier@gmail.com>
    geoand and cescoffier committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    f7ede57 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2405149 View commit details
    Browse the repository at this point in the history
  13. Merge pull request quarkusio#15586 from geoand/multipart-race

    Fix potential race condition with Multipart upload in RESTEasy Reactive
    geoand committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    d1e3a28 View commit details
    Browse the repository at this point in the history
  14. Pass the local maven repo path to the tests as maven.repo.local syste…

    …m property and the maven settings as mave.settings property
    aloubyansky committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    66cd0da View commit details
    Browse the repository at this point in the history
  15. Merge pull request quarkusio#15582 from rsvoboda/grpc-getting-started

    gRPC guide: syntax highlighting for proto example, small fixes
    michalszynkiewicz committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    0c99222 View commit details
    Browse the repository at this point in the history
  16. Bump awssdk.version from 2.16.14 to 2.16.15

    Bumps `awssdk.version` from 2.16.14 to 2.16.15.
    
    Updates `software.amazon.awssdk:bom` from 2.16.14 to 2.16.15
    - [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.16.14...2.16.15)
    
    Updates `apache-client` from 2.16.14 to 2.16.15
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    59f7431 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e004687 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6b88449 View commit details
    Browse the repository at this point in the history
  19. Fix DevConsole paths;HttpRootPathBuildItem.Builder

    * Expose configured HTTP paths to the DevUI
    * Add Builder to HttpRootPathBuildItem to help create
      RouteBuildItems using resolved paths
    * Create devConsoleAppend attribute for resolving static dev
      console resources
    
    Co-authored-by: Stuart Douglas <stuart.w.douglas@gmail.com>
    ebullient and stuartwdouglas committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    307696a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Merge pull request quarkusio#15530 from aloubyansky/maven-repo-local-…

    …test-plugins
    
    Add maven.settings property to the test plugins and remove maven.repo in favor of maven.repo.local
    aloubyansky committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e0ad931 View commit details
    Browse the repository at this point in the history
  2. Merge pull request quarkusio#15553 from geoand/quarkusio#15479

    Fix race condition on reading input in RESTEasy Reactive
    geoand committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    d0688e3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request quarkusio#15592 from stuartwdouglas/polyglot

    Fix Polyglot with fast-jar
    geoand committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    78c2ada View commit details
    Browse the repository at this point in the history
  4. Merge pull request quarkusio#15541 from cescoffier/vertx-cache-wolrd-…

    …writable
    
    Restructure vertx-cache to allow multiple applications with launched by multiple users
    cescoffier committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    eb98535 View commit details
    Browse the repository at this point in the history
  5. Make sure extension dependencies on other extensions are properly con…

    …figured wrt runtime/deployment artifacts
    aloubyansky committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    1c29298 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fbfcff9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac273f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fbadd34 View commit details
    Browse the repository at this point in the history
  9. Merge pull request quarkusio#15589 from glefloch/fix/15581

    Look for RedisClient in all modules
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9e269cb View commit details
    Browse the repository at this point in the history
  10. Merge pull request quarkusio#15558 from ebullient/dev-console

    Fix dev console paths. Add Builder to HttpRootPathBuildItem
    ebullient committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    323628f View commit details
    Browse the repository at this point in the history
  11. Merge pull request quarkusio#15474 from ebullient/application-path

    Explain semantics of quarkus.rest.path; add tests
    ebullient committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7830d0e View commit details
    Browse the repository at this point in the history
  12. Merge pull request quarkusio#15594 from glefloch/fix/mongclient-lookup

    Look for mongo client in the whole deployment
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    21dabc0 View commit details
    Browse the repository at this point in the history
  13. Merge pull request quarkusio#15590 from quarkusio/dependabot/maven/aw…

    …ssdk.version-2.16.15
    
    Bump awssdk.version from 2.16.14 to 2.16.15
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    c7d4b38 View commit details
    Browse the repository at this point in the history
  14. Merge pull request quarkusio#15585 from geoand/rr-accepts-check-optim

    Optimize Accepts header validation in the common case
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    bade6cd View commit details
    Browse the repository at this point in the history
  15. Fix Thread-safe issue and memory leak with Log History Handler

    Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
    phillip-kruger authored and gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    dfd301b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fe26f80 View commit details
    Browse the repository at this point in the history
  17. Merge pull request quarkusio#15603 from aruffie/building-my-first-ext…

    …ension-fix
    
    Fix Building my First Extension documentation snippets order description
    gastaldi committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    712fc3c View commit details
    Browse the repository at this point in the history
  18. Update quarkus-oidc-token-propagation to better work with JWT tokens …

    …and update smalrye-jwt to 2.4.4
    sberyozkin committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    e0af988 View commit details
    Browse the repository at this point in the history
  19. Reintroduce RouteBuildItem#Builder() public ctor

    It used to be public and was made private when it was marked as
    deprecated (the default constructor is public).
    It is used by extensions out there so we need to maintain it.
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    f020e07 View commit details
    Browse the repository at this point in the history
  20. Avoid race condition when creating the Dev UI routes

    We need the static resources route to be defined before /dev/* and this
    wasn't guaranteed with two concurrent methods.
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    dda1c9e View commit details
    Browse the repository at this point in the history
  21. Remove warn message in KubernetesProcessor that shouldn't be there

    I think it was added to debug things, let's remove it. If it has any
    value, it needs to be handled a lot better.
    
    Fixes quarkusio#15607
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    6522616 View commit details
    Browse the repository at this point in the history
  22. Merge pull request quarkusio#15546 from phillip-kruger/thread-safe-issue

    Fix Thread-safe issue and memory leak with Log History Handler
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    b6f4987 View commit details
    Browse the repository at this point in the history
  23. Merge pull request quarkusio#15610 from gsmet/remove-openshift-warn-m…

    …essage
    
    Remove warn message in KubernetesProcessor that shouldn't be there
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    386dc4a View commit details
    Browse the repository at this point in the history
  24. Merge pull request quarkusio#15608 from gsmet/reintroduce-RouteBuildI…

    …tem.Builder-public-ctor
    
    Reintroduce RouteBuildItem#Builder() public ctor
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    5df1b6a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1ca0829 View commit details
    Browse the repository at this point in the history
  26. Merge pull request quarkusio#15609 from gsmet/avoid-race-condition-wh…

    …en-creating-dev-routes
    
    Avoid race condition when creating the Dev UI routes
    gsmet committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    19e87cc View commit details
    Browse the repository at this point in the history
  27. Bump awssdk.version from 2.16.15 to 2.16.16

    Bumps `awssdk.version` from 2.16.15 to 2.16.16.
    
    Updates `software.amazon.awssdk:bom` from 2.16.15 to 2.16.16
    - [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.16.15...2.16.16)
    
    Updates `apache-client` from 2.16.15 to 2.16.16
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    2057a42 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ed0ac88 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    16d6db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c67301 View commit details
    Browse the repository at this point in the history
  3. Merge pull request quarkusio#15614 from michalszynkiewicz/rest-client…

    …-performance-improvements
    
    Resteasy Reactive MicroProfile Rest Client performance improvements
    michalszynkiewicz committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ba778a7 View commit details
    Browse the repository at this point in the history
  4. Helper class to translate platform BOM coordinates to the correspondi…

    …ng JSON catalog coordinates
    aloubyansky committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    4880187 View commit details
    Browse the repository at this point in the history
  5. Merge pull request quarkusio#15619 from jaikiran/qk-15502

    Prevent ArrayIndexOutOfBoundsException in AmazonLambdaRecorder
    gsmet committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    1c33ff7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4508eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77071d8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request quarkusio#15613 from quarkusio/dependabot/maven/aw…

    …ssdk.version-2.16.16
    
    Bump awssdk.version from 2.16.15 to 2.16.16
    gsmet committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    4fd59de View commit details
    Browse the repository at this point in the history
  9. Merge pull request quarkusio#15584 from ioforks/openshift-build-issues

    Openshift build error handling
    iocanel committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    258d74e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1748cd3 View commit details
    Browse the repository at this point in the history
  11. Default OIDC cookie-path to '/' and restore-path-after-redirect to 'f…

    …alse' and inject OidcConfigurationMetadata
    sberyozkin committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    bd2c0ca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7655a58 View commit details
    Browse the repository at this point in the history
  13. Bump sentry-jul from 4.2.0 to 4.3.0

    Bumps [sentry-jul](https://github.com/getsentry/sentry-java) from 4.2.0 to 4.3.0.
    - [Release notes](https://github.com/getsentry/sentry-java/releases)
    - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
    - [Commits](getsentry/sentry-java@4.2.0...4.3.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    74fbe2b View commit details
    Browse the repository at this point in the history
  14. Merge pull request quarkusio#15606 from sberyozkin/oidc_token_propaga…

    …te_jwt
    
    Update quarkus-oidc-token-propagation to better work with JWT tokens and update smalrye-jwt to 2.4.4
    sberyozkin committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a8b2ddb View commit details
    Browse the repository at this point in the history
  15. Merge pull request quarkusio#15622 from aloubyansky/platform-artifact…

    …s-util
    
    Helper class to translate platform BOM coordinates to the corresponding JSON catalog coordinates
    aloubyansky committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    4e63ab1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ee863ae View commit details
    Browse the repository at this point in the history
  17. Merge pull request quarkusio#15513 from quarkusio/dependabot/maven/io…

    ….sentry-sentry-jul-4.3.0
    dependabot[bot] committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    7f54eb2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9badad0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bd5a6c5 View commit details
    Browse the repository at this point in the history
  20. Bump awssdk.version from 2.16.16 to 2.16.17

    Bumps `awssdk.version` from 2.16.16 to 2.16.17.
    
    Updates `software.amazon.awssdk:bom` from 2.16.16 to 2.16.17
    - [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.16.16...2.16.17)
    
    Updates `apache-client` from 2.16.16 to 2.16.17
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    8bf726a View commit details
    Browse the repository at this point in the history
  21. Bump flyway-core from 7.6.0 to 7.7.0

    Bumps [flyway-core](https://github.com/flyway/flyway) from 7.6.0 to 7.7.0.
    - [Release notes](https://github.com/flyway/flyway/releases)
    - [Commits](flyway/flyway@flyway-7.6.0...flyway-7.7.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    f02d3b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Add support for DB2 and MSSQL

    This allows them to be automatically started if the license
    is accepted.
    
    No tests as I am not sure if we want to be accepting the
    license as part of our build.
    stuartwdouglas committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    fac43a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea444f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94f715b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46f3705 View commit details
    Browse the repository at this point in the history
  5. Merge pull request quarkusio#15636 from dmlloyd/fix-15220

    Add protection against log queue overruns
    mkouba committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    e456a44 View commit details
    Browse the repository at this point in the history
  6. Merge pull request quarkusio#14609 from aloubyansky/extension-deps-va…

    …lidation
    
    Enhanced extension dependencies validation
    gsmet committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f31aee5 View commit details
    Browse the repository at this point in the history
  7. DEV UI: Scores Page Modified(Gauges, Accordion added)

    DEV UI: added accordion
    
    DEV UI: added gauge in scores screen, not final
    
    added gauge for scores part
    
    added gauge code
    
    DEV UI: added accordion, gauge
    
    filter complete row clickable, fixing gauge loading part
    
    Suggested changes to score page.
    Signed-off-by:Phillip Kruger <phillip.kruger@gmail.com>
    
    Fix chrome issue: use Transform
    
    Filter Name: Removed unnecessary data
    
    Added Different Colors to Gauge based on score value, Tested
    saumya1singh authored and gsmet committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    ff29e38 View commit details
    Browse the repository at this point in the history
  8. Merge pull request quarkusio#15633 from mkouba/issue-1794

    ArC - enable implementing all types of interception with single method
    mkouba committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    3baa471 View commit details
    Browse the repository at this point in the history
  9. Add param converter for LocalDate

    Bernhard Lutzmann committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    592ca7e View commit details
    Browse the repository at this point in the history
  10. Merge pull request quarkusio#15649 from quarkusio/dependabot/maven/or…

    …g.flywaydb-flyway-core-7.7.0
    
    Bump flyway-core from 7.6.0 to 7.7.0
    gsmet committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f7b303b View commit details
    Browse the repository at this point in the history
  11. Merge pull request quarkusio#15648 from quarkusio/dependabot/maven/aw…

    …ssdk.version-2.16.17
    
    Bump awssdk.version from 2.16.16 to 2.16.17
    gsmet committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    42dcea2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request quarkusio#15296 from geoand/open-in-ide

    Add the ability to open classes from the DevUI in the IDE
    geoand committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f1bbb73 View commit details
    Browse the repository at this point in the history
  13. Merge pull request quarkusio#15561 from stuartwdouglas/propietary-dat…

    …abases
    
    Add support for DB2 and MSSQL
    gsmet committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    2b7d1f0 View commit details
    Browse the repository at this point in the history
  14. Merge pull request quarkusio#15591 from jonathan-meier/doc_native_rem…

    …ote_container_build
    
    Add documentation for containerized native builds on remote daemons
    gsmet committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    6643c47 View commit details
    Browse the repository at this point in the history
  15. Support main branches while releasing Quarkiverse Extensions

    Because `master` is the default value for that action
    gastaldi committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    7cf5bfe View commit details
    Browse the repository at this point in the history
  16. Merge pull request quarkusio#15661 from quarkusio/quarkiverse-fix

    Support main branches while releasing Quarkiverse Extensions
    gastaldi committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    e86d711 View commit details
    Browse the repository at this point in the history
  17. Validate REST Data Panache request body

    Gytis Trikleris committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    da3a428 View commit details
    Browse the repository at this point in the history
  18. Merge pull request quarkusio#15654 from geoand/quarkusio#15638

    Handle default values of @consumes and @produces
    gsmet committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    b4cea41 View commit details
    Browse the repository at this point in the history
  19. Merge pull request quarkusio#15384 from SaumyaSingh1/issue-15322

    DEV UI Enhancing the Scores Page in RESTEasy Reactive
    FroMage committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    9612f82 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e739912 View commit details
    Browse the repository at this point in the history
  21. Change default value of quarkus.kubernetes-service-binding.enabled to…

    … true
    
    The basic idea is that when the extension is present, an attempt to
    find the service bindings makes most sense as the default behavior.
    geoand committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    ae363a0 View commit details
    Browse the repository at this point in the history
  22. Merge pull request quarkusio#15658 from geoand/quarkusio#15626

    Add basic documentation on Kubernetes Service Binding
    geoand committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    6d7c3f8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3d3777f View commit details
    Browse the repository at this point in the history
  24. Merge pull request quarkusio#15645 from gytis/rest-data-panache-valid…

    …ation-response
    
    Validate REST Data Panache request body
    geoand committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    05b12f0 View commit details
    Browse the repository at this point in the history
  25. Merge pull request quarkusio#15503 from loicmathieu/fix/mongodb-panac…

    …he-register-hierarchy
    
    Register for reflection the hierarchy of the entity in MongoDB with Panache
    geoand committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    a4597d9 View commit details
    Browse the repository at this point in the history
  26. Merge pull request quarkusio#15451 from belu/feat/paramconverter-for-…

    …localdate
    
    Add support for LocalDate as Path-/QueryParam
    geoand committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    ee1fafc View commit details
    Browse the repository at this point in the history
  27. Merge pull request quarkusio#15617 from vsevel/vault_split

    Reorganize Vault internal client
    sberyozkin committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    3625df0 View commit details
    Browse the repository at this point in the history
  28. fix quickstart link, point to renamed main branch, and remove incorre…

    …ct description of contents
    gemmellr committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    8a64787 View commit details
    Browse the repository at this point in the history
  29. Merge pull request quarkusio#15666 from gsmet/fix-doc-sync

    Fix doc deployment to website in relation to multi-versions doc
    geoand committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    e3db98c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f719fa1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b0d3824 View commit details
    Browse the repository at this point in the history
  32. Fix mandrel-flavor in guide

    gastaldi committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    2f10aef View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c2dc502 View commit details
    Browse the repository at this point in the history
  34. RestEasy Reactive client ApplicationScoped by default, added a note a…

    …bout the client to the resteasy-reactive doc
    michalszynkiewicz committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    b468f7a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f6db501 View commit details
    Browse the repository at this point in the history
  36. Merge pull request quarkusio#15634 from jaikiran/qk-15625

    RunnerClassLoader#findResources - Return an empty enumeration instead of null if no resource can be found
    Sanne committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    b2c0336 View commit details
    Browse the repository at this point in the history
  37. Merge pull request quarkusio#15675 from gastaldi/mandrel_fix

    Fix mandrel-flavor in guide
    gastaldi committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    71189ce View commit details
    Browse the repository at this point in the history
  38. Merge pull request quarkusio#15672 from gemmellr/fix-quickstart-link

    Fix quickstart archive link after branch rename
    gsmet committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    60a2ad0 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5dfe242 View commit details
    Browse the repository at this point in the history
  40. Merge pull request quarkusio#15678 from Ladicek/kafka-default-group-id

    Use application name as default Kafka consumer group.id
    geoand committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    7f3769c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    bb6f754 View commit details
    Browse the repository at this point in the history
  42. Merge pull request quarkusio#15677 from gastaldi/issues

    Improved GitHub issues layout
    gsmet committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    fac33e9 View commit details
    Browse the repository at this point in the history
  43. Merge pull request quarkusio#15692 from deewhyweb/main

    Fixed missing Import in security-openid-connect doc
    gsmet committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f5b1902 View commit details
    Browse the repository at this point in the history
  44. Merge pull request quarkusio#15673 from michalszynkiewicz/appscoped-b…

    …y-default
    
    Make RESTEasy Reactive Client ApplicationScoped by default
    gastaldi committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    601ca0a View commit details
    Browse the repository at this point in the history
  45. Bump awssdk.version from 2.16.17 to 2.16.18

    Bumps `awssdk.version` from 2.16.17 to 2.16.18.
    
    Updates `software.amazon.awssdk:bom` from 2.16.17 to 2.16.18
    - [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.16.17...2.16.18)
    
    Updates `apache-client` from 2.16.17 to 2.16.18
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    92fa79e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Polish Kafka config producer

    * Remove lambdas
    * Use proper CDI scopes
    * Use CDI injection instead of Config lookup
    geoand committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    3213039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc2b86e View commit details
    Browse the repository at this point in the history
  3. Merge pull request quarkusio#15693 from quarkusio/dependabot/maven/aw…

    …ssdk.version-2.16.18
    
    Bump awssdk.version from 2.16.17 to 2.16.18
    gsmet committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    f7c0df3 View commit details
    Browse the repository at this point in the history
  4. Replace as many occurrences as possible of master by main

    This is a consequence of the renaming of the master branch to main but I
    also checked all the external URLs to see if they were changed or not. I
    updated them if it was the case.
    
    There are still a some problematic occurrences but they are mostly
    related to external projects.
    gsmet committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    adf1beb View commit details
    Browse the repository at this point in the history
  5. Merge pull request quarkusio#15680 from geoand/kafka-props-producer-c…

    …leanup
    
    Polish Kafka config producer
    geoand committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    da37da8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request quarkusio#15690 from gsmet/master-main

    Replace as many occurrences as possible of master by main
    gsmet committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    48e9461 View commit details
    Browse the repository at this point in the history
  7. Merge pull request quarkusio#15694 from geoand/websockets-tiny-polish

    Apply tiny polish to web socket classes
    gsmet committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    f5ca1e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4a9cb3 View commit details
    Browse the repository at this point in the history
  9. Bump kubernetes-client-bom from 5.1.1 to 5.2.0

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    4c87b85 View commit details
    Browse the repository at this point in the history
  10. Prepare renaming of quarkus-bot-java.yml to quarkus-bot.yml

    For now, I just copied the file to quarkus-bot.yml. As soon as a new bot
    version is deployed, we will be able to remove the old file.
    gsmet committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    d8cdc9d View commit details
    Browse the repository at this point in the history
  11. Merge pull request quarkusio#15699 from gsmet/rename-quarkus-bot-java…

    …-step-1
    
    Prepare renaming of quarkus-bot-java.yml to quarkus-bot.yml
    gsmet committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    fc4860c View commit details
    Browse the repository at this point in the history
  12. Merge pull request quarkusio#15697 from manusa/deps/kubernetes-client

    Bump kubernetes-client-bom from 5.1.1 to 5.2.0
    gsmet committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    fcd2c74 View commit details
    Browse the repository at this point in the history
  13. Remove outdated quarkus-bot-java.yml file

    We now use quarkus-bot.yml for the Quarkus-powered bot.
    gsmet committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    1e30b37 View commit details
    Browse the repository at this point in the history
  14. Merge pull request quarkusio#15700 from gsmet/remove-old-quarkus-bot-…

    …config
    
    Remove outdated quarkus-bot-java.yml file
    gsmet committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    895323e View commit details
    Browse the repository at this point in the history
  15. Added code flow authorization it test with wiremock stubbing

    Signed-off-by: Cem Nura <cem.nura@gmail.com>
    cemnura committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    f987e6a View commit details
    Browse the repository at this point in the history
  16. Prefer classes dir for hot deployment of static resources

    The original resources without Maven properties resolution were provided by
    Static Handler for `src/main/resources/META-INF/resources` files when running
    in dev mode. The strategy used for hot deployment doesn't consider the resources
    filtering. So the interpolation of Maven properties wasn't processed.
    
    Resolves quarkusio#15303
    brunolmfg committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    3dbe6e9 View commit details
    Browse the repository at this point in the history
  17. Merge pull request quarkusio#15676 from Sanne/MappedSuperClassFix

    Have ORM handle MappedSuperClass with generics in a more reliable way
    gastaldi committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    57925bf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Merge pull request quarkusio#14173 from cemnura/feature/oidc-wiremock…

    …-codeflow
    
    Added CodeFlowAuthorizationTest
    sberyozkin committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    692cbdb View commit details
    Browse the repository at this point in the history
  2. Update Kafka to 2.6.0

    tobiasstadler authored and gsmet committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    ae0a295 View commit details
    Browse the repository at this point in the history
  3. In Kafka Streams 2.6, we need to register the task assignors as they …

    …are instantiated at runtime by reflection
    cescoffier authored and gsmet committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    b1e91a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a47af05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25ec0c0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request quarkusio#14732 from cescoffier/kafka-2.6.0

    Update Kafka to 2.7.0
    gsmet committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    203bfca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3532c8b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Set the value of extension metadata element built-with-quarkus-core t…

    …o the version instead of GAV
    aloubyansky committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f43b37f View commit details
    Browse the repository at this point in the history
  2. REST Data Panache update in a single transaction

    Gytis Trikleris committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    7998719 View commit details
    Browse the repository at this point in the history
  3. Added netbeans to the supported IDEs in DEV UI's ability to open

    Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
    phillip-kruger committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f078f99 View commit details
    Browse the repository at this point in the history
  4. Fail build with HAL resource without serializer quarkusio#11246

    Gytis Trikleris committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    bda2e56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2ad55d View commit details
    Browse the repository at this point in the history
  6. Merge pull request quarkusio#15715 from aloubyansky/built-with-quarku…

    …s-core-version
    
    Set the value of extension metadata element built-with-quarkus-core to the version instead of GAV
    gastaldi committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    44c4611 View commit details
    Browse the repository at this point in the history
  7. Disabled and added an option to enable the registry client in devtool…

    …s for the upcoming release
    aloubyansky committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b2eb163 View commit details
    Browse the repository at this point in the history
  8. Merge pull request quarkusio#15712 from famod/gib-3.13.0

    Bump GIB to 3.13.0, remove BOM workaround, renamings
    gsmet committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    aa8f8ea View commit details
    Browse the repository at this point in the history
  9. Make QuarkusProdModeTest use isolated augmentation classloader

    This is done to align the Quarkus prod mode test with the regular
    build and is actually necessary to make the overcome classloading
    issues that only with the QuarkusProdModeTest and the
    kubernetes-extension
    geoand committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    f81baf9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d019184 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    32c03ae View commit details
    Browse the repository at this point in the history
  12. Merge pull request quarkusio#15640 from gytis/rest-data-panache-updat…

    …e-transaction
    
    Ensure REST Data Panache updates happens in a single transaction
    geoand committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b65d71d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    69b7f15 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    87734a2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request quarkusio#15710 from stephennimmo/s3_docs_update

    Add note about quarkus.http.limits.max-body-size in Amazon S3 guide
    geoand committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    4434bc7 View commit details
    Browse the repository at this point in the history
  16. Merge pull request quarkusio#15698 from famod/ci-incremental-gradle

    CI: Call Gradle ITs via Maven to leverage incremental build setup
    gsmet committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    397eafb View commit details
    Browse the repository at this point in the history
  17. Qute - fix validation bug

    - when a class declares multiple methods with the same name
    - resolves quarkusio#15679
    - also process last part hints for virtual methods
    mkouba authored and gsmet committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    5ec6be2 View commit details
    Browse the repository at this point in the history
  18. Merge pull request quarkusio#15724 from phillip-kruger/log-to-ide

    Added netbeans to the supported IDEs in DEV UI's ability to open in IDE
    geoand committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    7a2b463 View commit details
    Browse the repository at this point in the history
  19. Merge pull request quarkusio#11248 from gytis/rest-data-fail-hal-with…

    …out-serialiser
    
    Fail build with HAL resource without serializer quarkusio#11246
    geoand committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    087b300 View commit details
    Browse the repository at this point in the history
  20. Merge pull request quarkusio#15725 from aloubyansky/disable-registry-…

    …client
    
    Disabled and added an option to enable the registry client in devtools for the upcoming release
    geoand committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    e1f9f47 View commit details
    Browse the repository at this point in the history
  21. Merge pull request quarkusio#15716 from geoand/quarkusio#15705

    Ensure that quarkus-kubernetes does not pollute the runtime classpath
    geoand committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    e09fe0f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f404fe3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    42916d5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3354337 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    91dedbe View commit details
    Browse the repository at this point in the history
  26. Merge pull request quarkusio#15729 from Sanne/ForbiddenAPI

    Introducing the Forbidden API maven checks for Hibernate ORM
    Sanne committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    879c623 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c973581 View commit details
    Browse the repository at this point in the history
  28. Bump xstream from 1.4.15 to 1.4.16

    Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.15 to 1.4.16.
    - [Release notes](https://github.com/x-stream/xstream/releases)
    - [Commits](https://github.com/x-stream/xstream/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    2e61de4 View commit details
    Browse the repository at this point in the history
  29. Bump awssdk.version from 2.16.18 to 2.16.19

    Bumps `awssdk.version` from 2.16.18 to 2.16.19.
    
    Updates `software.amazon.awssdk:bom` from 2.16.18 to 2.16.19
    - [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.16.18...2.16.19)
    
    Updates `apache-client` from 2.16.18 to 2.16.19
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    3a3d01a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ca7a9cd View commit details
    Browse the repository at this point in the history
  31. Merge pull request quarkusio#15731 from aloubyansky/platform-descript…

    …or-json-cleanup
    
    Clean up dependencies of platform-descriptor-json
    famod committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    c32f81c View commit details
    Browse the repository at this point in the history
  32. Merge pull request quarkusio#15717 from mkouba/issue-15679

    Qute - fix validation bug
    famod committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a4056b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Merge pull request quarkusio#15744 from quarkusio/dependabot/maven/co…

    …m.thoughtworks.xstream-xstream-1.4.16
    dependabot[bot] committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    40b3c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ef6058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    621c546 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92e8ad2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7553b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request quarkusio#15750 from stuartwdouglas/15688

    Build type does not work in DevUI
    geoand committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    931ac99 View commit details
    Browse the repository at this point in the history
  7. Merge pull request quarkusio#15748 from stuartwdouglas/15657

    Generate converters in same CL as the target type
    geoand committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    406b311 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    baed9f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1574cfe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    474ea32 View commit details
    Browse the repository at this point in the history
  11. fix instrumentation

    evacchi committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    fd2b4cf View commit details
    Browse the repository at this point in the history
  12. Merge pull request quarkusio#15743 from Sanne/OptimiseHashcodes

    Precompute hashcodes as bytecode constants for ArC beans
    Sanne committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    dd89ded View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    69d25de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8a56a30 View commit details
    Browse the repository at this point in the history
  15. Merge pull request quarkusio#15745 from quarkusio/dependabot/maven/aw…

    …ssdk.version-2.16.19
    
    Bump awssdk.version from 2.16.18 to 2.16.19
    gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ff85732 View commit details
    Browse the repository at this point in the history
  16. Merge pull request quarkusio#15741 from glefloch/fix/reduce-extension…

    …-number
    
    Remove unnecessary test dependencies
    gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ed432fe View commit details
    Browse the repository at this point in the history
  17. Merge pull request quarkusio#15749 from stuartwdouglas/15579

    Add ability to customise DevServices URL
    gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3caaf4b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7d43cc8 View commit details
    Browse the repository at this point in the history
  19. Merge pull request quarkusio#15695 from glefloch/fix/15618

    Declare all test source directories in gradle model
    gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    044d0e2 View commit details
    Browse the repository at this point in the history
  20. Merge pull request quarkusio#15662 from ia3andy/move-code-quarkus-pro…

    …cessing-and-clean-api
    
    Move code.quarkus processing and improve catalog api
    ia3andy committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e4e42c4 View commit details
    Browse the repository at this point in the history
  21. Merge pull request quarkusio#15312 from brunolmfg/issue-15303

    Prefer output dir for hot deployment of resources
    gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    bc1480e View commit details
    Browse the repository at this point in the history
  22. Add quarkus.servlet.max-parameters setting.

    This configures the MAX_PARAMETERS setting in Undertow, which defaults
    to 1,000.
    
    Makes use of the UndertowOptionsMap setter introduced in quarkus-http
    commit 00223f28f17a246a3075b3f1ce38dc289976a641 and therefore depends on
    quarkus-http 3.1.0.Beta2.
    
    Fixes quarkusio/quarkus-http#63.
    benkard authored and gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    49d2690 View commit details
    Browse the repository at this point in the history
  23. Don't use Optional for quarkus.servlet.max-parameters

    We have a default value so we should use an int.
    gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    91d6af9 View commit details
    Browse the repository at this point in the history
  24. Added ability to define some OpenAPI Security in Config

    Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
    phillip-kruger committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    9ff9f5d View commit details
    Browse the repository at this point in the history
  25. Merge pull request quarkusio#15762 from gsmet/fix-anchors-openshift

    Fix invalid anchors in deploying-to-openshift.adoc
    geoand committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a08cede View commit details
    Browse the repository at this point in the history
  26. Prevent IDE related steps from ever running in remote-dev mode

    This is needed because otherwise we can get NPEs
    geoand committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7d94a7e View commit details
    Browse the repository at this point in the history
  27. Merge pull request quarkusio#15726 from evacchi/fix-instrumentation

    Added class files should trigger a full reload
    gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a78a2f1 View commit details
    Browse the repository at this point in the history
  28. Clarify remote-dev in docs

    This was done because users reported problems with
    remote-dev that were related to issuing the wrong
    command on the "server-side". See
    https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Remote.20dev.20error.3A.20RESTEASY003520.3A.20Malformed.20quality.20value
    for more details
    geoand committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8a87026 View commit details
    Browse the repository at this point in the history
  29. Merge pull request quarkusio#15687 from sberyozkin/sec_doc_updates

    Highlight the differences between Oidc/Jwt/OAuth2 and other minor updates
    gastaldi committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6e8e1e0 View commit details
    Browse the repository at this point in the history
  30. Use JdbcDatabaseContainer#withUrlParam() and delegate JDBC URL creati…

    …on to Testcontainers
    
    Testcontainers' `JdbcDatabaseContainer#getJdbcUrl()` already takes care of appending URL parameters which have been added using `JdbcDatabaseContainer#withUrlParam()`. Thus the logic in the processors can be simplified.
    knutwannheden committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    166102a View commit details
    Browse the repository at this point in the history
  31. Merge pull request quarkusio#15757 from cescoffier/update-smallrye-re…

    …active-messaging-2.9.0
    
    Update SmallRye Reactive Messaging to 2.9.0
    kenfinnigan committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7d92c78 View commit details
    Browse the repository at this point in the history
  32. Make class clickable in Log stream (to open in IDE)

    Signed-off-by:Phillip Kruger <phillip.kruger@gmail.com>
    phillip-kruger committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    81a5613 View commit details
    Browse the repository at this point in the history
  33. Merge pull request quarkusio#15733 from geoand/quarkusio#15631

    Add Service Binding configuration for Kafka
    geoand committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7d275ce View commit details
    Browse the repository at this point in the history
  34. Merge pull request quarkusio#15659 from phillip-kruger/openapi-securi…

    …ty-by-config
    
    Added ability to define some OpenAPI Security in Config
    phillip-kruger committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    71b5a6b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    47f09aa View commit details
    Browse the repository at this point in the history
  36. Upgrades SmallRye OpenAPI to 2.0.26

    Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
    phillip-kruger committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5f89a1a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ff9549a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7064dc7 View commit details
    Browse the repository at this point in the history
  39. Merge pull request quarkusio#15216 from benkard/feature/undertow-options

    Add quarkus.servlet.max-parameters setting
    gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f5ef977 View commit details
    Browse the repository at this point in the history
  40. Merge pull request quarkusio#15773 from loicmathieu/fix/typo-hierarch…

    …y-step
    
    Fix a log typo in the ReflectiveHierarchyStep
    gastaldi committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d0b3e50 View commit details
    Browse the repository at this point in the history
  41. Disable flaky test

    geoand committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    442fb83 View commit details
    Browse the repository at this point in the history
  42. Merge pull request quarkusio#15764 from geoand/remote-dev-ide

    Prevent IDE related steps from ever running in remote-dev mode
    gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6e39ee8 View commit details
    Browse the repository at this point in the history
  43. Merge pull request quarkusio#15723 from michalszynkiewicz/rename-rr-m…

    …p-client
    
    Rename RestEasy Reactive MP Client to quarkus-rest-client-reactive
    michalszynkiewicz committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    810b9e8 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    b944c75 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d764c84 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    359e189 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    56af5ad View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    786e43f View commit details
    Browse the repository at this point in the history
  49. Merge pull request quarkusio#15780 from sberyozkin/quarkus_nvd_doc

    Add NVD related information to security.adoc
    sberyozkin committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    10aad34 View commit details
    Browse the repository at this point in the history
  50. Merge pull request quarkusio#15767 from geoand/quarkusio#15763-part2

    Make per class @ServerExceptionMapper work with Mutiny response types
    geoand committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    30ea183 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    d8dad43 View commit details
    Browse the repository at this point in the history
  52. Remove substitution for DefaultMethodFallbackProvider

    This is because with GraalVM 21, the `DefaultMethodFallbackProvider`
    class from SmallRye Fault Tolerance works just fine. The substitution
    just threw an exception, which is no longer necessary.
    Ladicek committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    52c99dd View commit details
    Browse the repository at this point in the history
  53. Merge pull request quarkusio#15775 from geoand/k8s-flaky-test

    Disable flaky k8s test
    geoand committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    9dd99a0 View commit details
    Browse the repository at this point in the history
  54. Bump jgit.version from 5.10.0.202012080955-r to 5.11.0.202103091610-r

    Bumps `jgit.version` from 5.10.0.202012080955-r to 5.11.0.202103091610-r.
    
    Updates `org.eclipse.jgit` from 5.10.0.202012080955-r to 5.11.0.202103091610-r
    
    Updates `org.eclipse.jgit.http.server` from 5.10.0.202012080955-r to 5.11.0.202103091610-r
    
    Updates `org.eclipse.jgit.ssh.jsch` from 5.10.0.202012080955-r to 5.11.0.202103091610-r
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4a97c45 View commit details
    Browse the repository at this point in the history
  55. Bump micrometer-bom from 1.6.4 to 1.6.5

    Bumps [micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.6.4 to 1.6.5.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.6.4...v1.6.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    05dc06a View commit details
    Browse the repository at this point in the history
  56. Merge pull request quarkusio#15786 from ge0ffrey/quarkus-bot-noficati…

    …ons-kogito-and-optaplanner2
    
    Add quarkus-bot notifications for Kogito and OptaPlanner
    gsmet committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    dd59e84 View commit details
    Browse the repository at this point in the history
  57. Merge pull request quarkusio#15769 from phillip-kruger/swagger-openap…

    …i-same-path
    
    Upgrade SmallRye OpenAPI to 2.0.26
    gastaldi committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    05167ba View commit details
    Browse the repository at this point in the history
  58. Merge pull request quarkusio#15768 from knutwannheden/15749-fix

    Use JdbcDatabaseContainer#withUrlParam() and delegate URL creation
    stuartwdouglas committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    878edda View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Merge pull request quarkusio#15787 from metacosm/update-fabric8

    Upgrade to fabric8 kubernetes-client 5.2.1
    gastaldi committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    64ae49d View commit details
    Browse the repository at this point in the history
  2. Merge pull request quarkusio#15790 from quarkusio/dependabot/maven/jg…

    …it.version-5.11.0.202103091610-r
    dependabot[bot] committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    f292999 View commit details
    Browse the repository at this point in the history
  3. Merge pull request quarkusio#15784 from gastaldi/bom-registry

    Add quarkus-devtools-registry-client to quarkus-bom
    gastaldi committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    ce244e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae14fff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fb722d View commit details
    Browse the repository at this point in the history
  6. Make sure all lambda requests are done

    It's possible that on shutdown the polling thread
    could still have an active request. If this thread
    gets a request from the queue it will break subsequent
    test profile runs.
    
    Fixes quarkusio#15195
    stuartwdouglas committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    7c6f45a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79396ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b69ffa View commit details
    Browse the repository at this point in the history
  9. Merge pull request quarkusio#15761 from phillip-kruger/dev-ui-log-ide

    Make class clickable in Log stream (to open in IDE)
    geoand committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    55cf151 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03a4cb0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request quarkusio#15791 from quarkusio/dependabot/maven/io…

    ….micrometer-micrometer-bom-1.6.5
    
    Bump micrometer-bom from 1.6.4 to 1.6.5
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    7857378 View commit details
    Browse the repository at this point in the history
  12. Merge pull request quarkusio#15794 from stuartwdouglas/15755

    Fix race in DevConsoleRunScheduledTaskTest
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    8e5fedb View commit details
    Browse the repository at this point in the history
  13. Merge pull request quarkusio#15795 from stuartwdouglas/15204

    Generate Handler class in correct CL
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    b7c9783 View commit details
    Browse the repository at this point in the history
  14. Merge pull request quarkusio#15797 from stuartwdouglas/14705

    Better message if fired event is null
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2fef55c View commit details
    Browse the repository at this point in the history
  15. Merge pull request quarkusio#15788 from Ladicek/default-fallback-methods

    Remove substitution for DefaultMethodFallbackProvider
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6355879 View commit details
    Browse the repository at this point in the history
  16. Merge pull request quarkusio#15770 from ia3andy/fix-picocli-codestart

    Fix picocli codestart readme with gradle
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    e507d66 View commit details
    Browse the repository at this point in the history
  17. Merge pull request quarkusio#15772 from mkouba/issue-15718

    Qute: inject attributes in template extensions methods
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    f420f91 View commit details
    Browse the repository at this point in the history
  18. Merge pull request quarkusio#15282 from radcortez/config

    Use AbstractLocationConfigSourceLoader to load application.properties and application.yaml
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    d3bee45 View commit details
    Browse the repository at this point in the history
  19. Merge pull request quarkusio#15798 from stuartwdouglas/10578

    Close and remove named handlers on hot reload
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    30f7509 View commit details
    Browse the repository at this point in the history
  20. Merge pull request quarkusio#15796 from stuartwdouglas/15195

    Make sure all lambda requests are done
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    2bd3d08 View commit details
    Browse the repository at this point in the history
  21. Merge pull request quarkusio#15765 from geoand/remote-dev-doc

    Clarify remote-dev in docs
    gsmet committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    e0aaae1 View commit details
    Browse the repository at this point in the history
  22. Merge pull request quarkusio#15779 from geoand/quarkusio#15763

    Make sure the proper TCCL isn't lost in dev mode when static resource exist
    geoand committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    fdc540a View commit details
    Browse the repository at this point in the history
  23. Bump scala.version from 2.12.13 to 2.13.5

    Bumps `scala.version` from 2.12.13 to 2.13.5.
    
    Updates `scala-reflect` from 2.12.13 to 2.13.5
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.12.13...v2.13.5)
    
    Updates `scala-library` from 2.12.13 to 2.13.5
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.12.13...v2.13.5)
    
    Updates `scala-compiler` from 2.12.13 to 2.13.5
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](scala/scala@v2.12.13...v2.13.5)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    6cd256f View commit details
    Browse the repository at this point in the history