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 azure-functions-java-library from 1.4.2 to 3.0.0 #211

This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jan 31, 2023

  1. Improve JDBC driver error message in Agroal processor

    This improves the error message when the DB Kind is not found.
    
    ```
    Unable to find a JDBC driver corresponding to the database kind 'postgres' for the default datasource (available: 'postgresql'). Check if it's a typo, otherwise provide a suitable JDBC driver extension, define the
    driver manually, or disable the JDBC datasource by adding 'quarkus.datasource.jdbc=false' to your configuration if you don't need it.
    ```
    
    Based on feedback from quarkusio#30701 (comment)
    gastaldi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    68ec20c View commit details
    Browse the repository at this point in the history
  2. Merge pull request quarkusio#29433 from ozangunalp/fix_hibernate_orm_…

    …state_store
    
    Fix flaky test in reactive-messaging-hibernate-orm
    gsmet authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e6dc19d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ef45c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request quarkusio#30742 from geoand/quarkusio#30739

    Provide actionable warning when logging level is lower than min level
    geoand authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6e7006f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00f0fb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86e1edd View commit details
    Browse the repository at this point in the history
  7. Bump flyway.version from 9.12.0 to 9.14.0

    Bumps `flyway.version` from 9.12.0 to 9.14.0.
    
    Updates `flyway-core` from 9.12.0 to 9.14.0
    - [Release notes](https://github.com/flyway/flyway/releases)
    - [Commits](https://github.com/flyway/flyway/commits/flyway-9.14.0)
    
    Updates `flyway-sqlserver` from 9.12.0 to 9.14.0
    - [Release notes](https://github.com/flyway/flyway/releases)
    - [Commits](https://github.com/flyway/flyway/commits/flyway-9.14.0)
    
    Updates `flyway-mysql` from 9.12.0 to 9.14.0
    - [Release notes](https://github.com/flyway/flyway/releases)
    - [Commits](https://github.com/flyway/flyway/commits/flyway-9.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.flywaydb:flyway-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.flywaydb:flyway-sqlserver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.flywaydb:flyway-mysql
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6d6b400 View commit details
    Browse the repository at this point in the history
  8. Bump mockito-bom from 4.11.0 to 5.1.1

    Bumps [mockito-bom](https://github.com/mockito/mockito) from 4.11.0 to 5.1.1.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.11.0...v5.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-bom
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    25123e7 View commit details
    Browse the repository at this point in the history
  9. Bump mongodb-crypt from 1.6.1 to 1.7.1

    Bumps [mongodb-crypt](https://github.com/mongodb/libmongocrypt) from 1.6.1 to 1.7.1.
    - [Release notes](https://github.com/mongodb/libmongocrypt/releases)
    - [Changelog](https://github.com/mongodb/libmongocrypt/blob/master/CHANGELOG.md)
    - [Commits](mongodb/libmongocrypt@1.6.1...java-1.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.mongodb:mongodb-crypt
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e3146c0 View commit details
    Browse the repository at this point in the history
  10. Bump postgresql from 42.5.1 to 42.5.2

    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.1 to 42.5.2.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](pgjdbc/pgjdbc@REL42.5.1...REL42.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    bc1d2b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Merge pull request quarkusio#30695 from geoand/quarkusio#30667

    Fix case in path matching in RESTEasy Reactive where templates overshadow static matching
    geoand authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    247fcb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request quarkusio#30758 from quarkusio/revert-29250-issue-…

    …28443
    
    Revert "Pass quarkus args to dev mode gradle task"
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    78acdc6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request quarkusio#30760 from quarkusio/dependabot/maven/fl…

    …yway.version-9.14.0
    
    Bump flyway.version from 9.12.0 to 9.14.0
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3f1d38d View commit details
    Browse the repository at this point in the history
  4. Merge pull request quarkusio#30761 from quarkusio/dependabot/maven/or…

    …g.mockito-mockito-bom-5.1.1
    
    Bump mockito-bom from 4.11.0 to 5.1.1
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1d3814d View commit details
    Browse the repository at this point in the history
  5. Merge pull request quarkusio#30755 from sberyozkin/forwarded_parser_p…

    …ort_check
    
    Update ForwardedParser to validate the port
    sberyozkin authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f004214 View commit details
    Browse the repository at this point in the history
  6. Merge pull request quarkusio#30716 from zakkak/2023-01-30-link-build-…

    …time-docs
    
    Add Q&A about `AnalysisError\$ParsingError` with link-at-build-time
    geoand authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fa2d680 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a4897e View commit details
    Browse the repository at this point in the history
  8. Merge pull request quarkusio#30746 from gsmet/narayana-6.0.0.CR1

    Jakarta - Upgrade to Narayana 6.0.0.CR1
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7b49592 View commit details
    Browse the repository at this point in the history
  9. Merge pull request quarkusio#30750 from rsvoboda/fix/30642

    Use quotes for the path to find maven basedir in mvnw
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9e3cb3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b66feb2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request quarkusio#30773 from gsmet/adjust-jaxrs-commit

    Jakarta - Adjust commit pointer for JAX-RS branch
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f3cc60c View commit details
    Browse the repository at this point in the history
  12. refactor: use KubernetesClientBuilder instead of DefaultKubernetesClient

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2409f3e View commit details
    Browse the repository at this point in the history
  13. deps: Bump kubernetes-client-bom from 6.3.1 to 6.4.1

    - Switch to use Vert.x HttpClient implementation
    
    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    cee96ad View commit details
    Browse the repository at this point in the history
  14. feat: reuse Vert.x object in KubernetesClient

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    86a6040 View commit details
    Browse the repository at this point in the history
  15. fix: Kubernetes extension doesn't leak KubernetesClient resources

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9d5d197 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc790db View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    47c9871 View commit details
    Browse the repository at this point in the history
  18. Merge pull request quarkusio#30751 from gastaldi/improve_msg

    Improve JDBC driver error message in Agroal processor
    yrodiere authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d7c0292 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d4eebd0 View commit details
    Browse the repository at this point in the history
  20. Retire cancel-previous-runs

    We have been using the concurrency feature from GitHub Actions for a
    while.
    
    Fixes quarkusio#30733
    gsmet committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5d5c239 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    69e3ee6 View commit details
    Browse the repository at this point in the history
  22. Merge pull request quarkusio#30776 from geoand/quarkusio#23442

    Ensure that AwsProxyRequestContext can be used with @context in RESTEasy Reactive
    geoand authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4a50d50 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7df5c21 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    605f5b0 View commit details
    Browse the repository at this point in the history
  25. ArC: add support for static disposer methods

    This commit also fixes a NPE in case of static producer method
    declared on a `@Dependent` bean.
    Ladicek committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ac7c0b0 View commit details
    Browse the repository at this point in the history
  26. ArC: improve runtime representation of array bean types

    Previously, we always used `GenericArrayType` to represent array
    bean types at runtime. This is unexpected for people, and also
    for at least one TCK test that expects a `java.lang.Class`
    representation of `String[]`. This commit makes sure that arrays
    of primitive types and simple class types are represented using
    an array-typed `java.lang.Class` object.
    Ladicek committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7ad0ccc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9752247 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6fda132 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    bf14ddf View commit details
    Browse the repository at this point in the history
  30. PLANNER-1709 Avoid deprecated penalize/reward overloads

    This PR is a DRAFT and will not undrafted before quarkusio/quarkus-quickstarts#1167.
    triceo authored and gsmet committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    38ee8be View commit details
    Browse the repository at this point in the history
  31. Merge pull request quarkusio#27774 from triceo/patch-1

    PLANNER-1709 Avoid deprecated penalize/reward overloads
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5d7c271 View commit details
    Browse the repository at this point in the history
  32. Merge pull request quarkusio#30778 from gsmet/liquibase-mongodb-optim…

    …izations
    
    Avoid creating 3 Liquibase MongoDB instances for startup operations
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a5e78b7 View commit details
    Browse the repository at this point in the history
  33. Merge pull request quarkusio#30765 from quarkusio/dependabot/maven/or…

    …g.postgresql-postgresql-42.5.2
    
    Bump postgresql from 42.5.1 to 42.5.2
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b273059 View commit details
    Browse the repository at this point in the history
  34. Merge pull request quarkusio#30779 from gsmet/remove-cancel

    Retire cancel-previous-runs and remove long time deprecated workflows
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e48b39c View commit details
    Browse the repository at this point in the history
  35. Merge pull request quarkusio#30764 from quarkusio/dependabot/maven/or…

    …g.mongodb-mongodb-crypt-1.7.1
    
    Bump mongodb-crypt from 1.6.1 to 1.7.1
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0adb546 View commit details
    Browse the repository at this point in the history
  36. Improve robustness of the Redis Search - Aggregation test (io.quarkus…

    ….redis.datasource.SearchCommandsTest.testAggregation)
    cescoffier committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9cc50e1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e8bde3e View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    cea88a5 View commit details
    Browse the repository at this point in the history
  39. Introduce io.quarkus.qute.SingleResultNode#SingleResultNode(Object)

    Make `io.quarkus.qute.SingleResultNode#SingleResultNode(java.lang.Object, io.quarkus.qute.ExpressionNode)` package-protected
    gastaldi committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9fca9c2 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    423f583 View commit details
    Browse the repository at this point in the history
  41. Merge pull request quarkusio#30785 from cescoffier/redis-search-aggre…

    …gation-test-fix
    
    Improve robustness of the Redis Search - Aggregation test
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9caa731 View commit details
    Browse the repository at this point in the history
  42. Merge pull request quarkusio#30783 from mrizzi/getting-started-artifa…

    …ctId
    
    <artifactId> uses 'quarkus.platform.artifact-id' property
    gsmet authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    eaac00c View commit details
    Browse the repository at this point in the history
  43. Merge pull request quarkusio#30480 from marcnuri-forks/deps/kubernete…

    …s-client
    
    Bump kubernetes-client-bom from 6.3 to 6.4
    geoand authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c68cf1b View commit details
    Browse the repository at this point in the history
  44. Merge pull request quarkusio#30786 from gastaldi/qute_doc_fix

    Fix `@EngineConfiguration` sample in Qute Reference documentation
    gastaldi authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9de46d5 View commit details
    Browse the repository at this point in the history
  45. Bump nimbus-jose-jwt from 9.29 to 9.30.1

    Bumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.29 to 9.30.1.
    - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
    - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.30.1..9.29)
    
    ---
    updated-dependencies:
    - dependency-name: com.nimbusds:nimbus-jose-jwt
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    03ff3a7 View commit details
    Browse the repository at this point in the history
  46. Bump flyway.version from 9.14.0 to 9.14.1

    Bumps `flyway.version` from 9.14.0 to 9.14.1.
    
    Updates `flyway-core` from 9.14.0 to 9.14.1
    - [Release notes](https://github.com/flyway/flyway/releases)
    - [Commits](flyway/flyway@flyway-9.14.0...flyway-9.14.1)
    
    Updates `flyway-sqlserver` from 9.14.0 to 9.14.1
    - [Release notes](https://github.com/flyway/flyway/releases)
    - [Commits](flyway/flyway@flyway-9.14.0...flyway-9.14.1)
    
    Updates `flyway-mysql` from 9.14.0 to 9.14.1
    - [Release notes](https://github.com/flyway/flyway/releases)
    - [Commits](flyway/flyway@flyway-9.14.0...flyway-9.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.flywaydb:flyway-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.flywaydb:flyway-sqlserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.flywaydb:flyway-mysql
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f849b48 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merge pull request quarkusio#30792 from ozangunalp/smallrye_rm_3.23.0

    Bump Reactive Messaging version to 3.23.0
    cescoffier authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    268130d View commit details
    Browse the repository at this point in the history
  2. Merge pull request quarkusio#30790 from rsvoboda/cli.clean.option

    Note about clean option for build and dev
    cescoffier authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9666d20 View commit details
    Browse the repository at this point in the history
  3. Remove okhttp related processing in KubernetesClientProcessor

    With quarkusio#30480, the k8s client no longer uses OkHttp
    geoand committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    258fa64 View commit details
    Browse the repository at this point in the history
  4. Merge pull request quarkusio#30666 from Ladicek/arc-fixes

    ArC fixes for spec compatibility, round 2
    Ladicek authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    2a5b547 View commit details
    Browse the repository at this point in the history
  5. Merge pull request quarkusio#30796 from quarkusio/dependabot/maven/fl…

    …yway.version-9.14.1
    
    Bump flyway.version from 9.14.0 to 9.14.1
    gsmet authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a324a07 View commit details
    Browse the repository at this point in the history
  6. Merge pull request quarkusio#30798 from geoand/okhttp-leftovers

    Remove okhttp leftovers
    gsmet authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fcb7e7b View commit details
    Browse the repository at this point in the history
  7. Change default reactive SQL pools max size

    Use the same value as JDBC pools by default
    tsegismont committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9b2b1b0 View commit details
    Browse the repository at this point in the history
  8. Refine how resource classes with same components are merged

    Resources classes where merged by using all components as map key. This leads to situations where the only differing property of a component may be its name. The name is for a DEFAULT_REGEX however not enough to be considered a different path itself.
    
    The merge is now based on a custom (String) key, build on properties which should enforce uniqueness when needed: type, literal, and pattern.
    Postremus authored and geoand committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    02b0a0a View commit details
    Browse the repository at this point in the history
  9. Apply some minor performance tweaks to MappersKey

    This all comes from the observations I did in HV:
    
    - Objects.hash() can be costly as it creates an array
    - no real need to compare the classes given we know this object will
      only be used in a map that is consistent
    
    Also:
    - we don't need to cache the hashCode as String.hashCode() has a cache
    - better use equals() than compareTo()
    gsmet authored and geoand committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    97ba0c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e828d27 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c19b82 View commit details
    Browse the repository at this point in the history
  12. Merge pull request quarkusio#30801 from tsegismont/reactive_pools_max…

    …_size
    
    Change default reactive SQL pools max size
    geoand authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    eab437b View commit details
    Browse the repository at this point in the history
  13. Merge pull request quarkusio#30795 from quarkusio/dependabot/maven/co…

    …m.nimbusds-nimbus-jose-jwt-9.30.1
    
    Bump nimbus-jose-jwt from 9.29 to 9.30.1
    sberyozkin authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    cd9c7d8 View commit details
    Browse the repository at this point in the history
  14. Merge pull request quarkusio#30803 from gastaldi/attach

    Support file and byte array attachments in `MailTemplateInstance`
    gastaldi authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3485b2e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fe95e5f View commit details
    Browse the repository at this point in the history
  16. Remove tika configuration from the bot

    This extension has long been moved to the Quarkiverse
    geoand committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e57cbb4 View commit details
    Browse the repository at this point in the history
  17. Merge pull request quarkusio#30808 from geoand/tika-bot

    Remove tika configuration from the bot
    gsmet authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    22d0448 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    376827b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6964567 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d767b10 View commit details
    Browse the repository at this point in the history
  21. Merge pull request quarkusio#25489 from Postremus/issues/25462

    Refine how resource classes with same components are merged
    geoand authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    a9070e8 View commit details
    Browse the repository at this point in the history
  22. Merge pull request quarkusio#30822 from gsmet/jakarta-improvements

    Some minor Jakarta refinements
    gsmet authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    33e786f View commit details
    Browse the repository at this point in the history
  23. Fix comment about Caffeine optimization

    Per Ben Manes request in quarkusio#30744
    gsmet committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    32da1f1 View commit details
    Browse the repository at this point in the history
  24. Merge pull request quarkusio#30825 from gsmet/fix-caffeine-comment

    Fix comment about Caffeine optimization
    gsmet authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7855dc9 View commit details
    Browse the repository at this point in the history
  25. Azure Functions Extension

    azure func docs
    
    qaf fixes
    
    doc fixes
    
    qaf rebase
    
    update codestart
    
    pom fix
    
    fix stuff
    
    azf cleanup
    
    fix integration tests for azf
    patriot1burke committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    49b8a10 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1501eb8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f2409d0 View commit details
    Browse the repository at this point in the history
  28. Merge pull request quarkusio#30815 from radcortez/srconfig-2.13.2

    Update SmallRye Config to 2.13.2
    gastaldi authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7fe17cc View commit details
    Browse the repository at this point in the history
  29. Merge pull request quarkusio#30828 from sberyozkin/oidc_session_cooki…

    …e_same_site_lax
    
    Make OIDC session cookie same site lax by default
    sberyozkin authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7814ea5 View commit details
    Browse the repository at this point in the history
  30. Merge pull request quarkusio#30518 from sheilamjones/QDOCS-109-RC-OID…

    …C-TUT
    
    Recompose security-openid-connect-web-authentication.adoc to Diataxis framework
    sberyozkin authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    32c93e6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f0d23b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    1e04f75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request quarkusio#30762 from patriot1burke/qaf-extension

    Azure Functions Extension
    patriot1burke authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c7d6ba2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6931c56 View commit details
    Browse the repository at this point in the history
  4. Merge pull request quarkusio#30823 from manofthepeace/docMicrometerFixup

    Change accept header to valid plain text in micrometer documentation
    geoand authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5e77b9a View commit details
    Browse the repository at this point in the history
  5. Merge pull request quarkusio#30807 from triceo/agent

    Fix automatic module name of the change agent
    geoand authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4f9396d View commit details
    Browse the repository at this point in the history
  6. Increase timeout of Data6 group of native tests

    Doing this in response to a timeout seen in quarkusio#30807
    geoand committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5e90afb View commit details
    Browse the repository at this point in the history
  7. QDOCS-93: Authentication mechanisms revamping

    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    
    Apply suggestions from code review
    
    Co-authored-by: sberyozkin <sberyozkin@gmail.com>
    
    Fixes
    
    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    
    Fixes
    
    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    
    Fixes
    
    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    
    Apply suggestions from code review
    
    Co-authored-by: jherrman <jherrman@redhat.com>
    
    Fixes from a peer review
    
    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    
    Fixes
    
    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    
    Fixes
    
    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    
    Fixes
    
    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    
    Fixes
    
    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    
    Fixes
    
    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    
    Fixes
    
    Signed-off-by: Michal Maléř <mmaler@redhat.com>
    MichalMaler committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    af69936 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    743d6d5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request quarkusio#30836 from geoand/data6-timeout

    Increase timeout of Data6 group of native tests
    gsmet authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    65b1bc5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request quarkusio#30833 from geoand/quarkusio#29605

    Update docs to show BuildProducer use as method parameter instead of field
    gsmet authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    6fa0826 View commit details
    Browse the repository at this point in the history
  11. Merge pull request quarkusio#30812 from sberyozkin/mime4j_0.8.9

    Manage the apache-mime4j dependency
    gsmet authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5205645 View commit details
    Browse the repository at this point in the history
  12. Bump checker-qual from 3.29.0 to 3.30.0

    Bumps [checker-qual](https://github.com/typetools/checker-framework) from 3.29.0 to 3.30.0.
    - [Release notes](https://github.com/typetools/checker-framework/releases)
    - [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
    - [Commits](typetools/checker-framework@checker-framework-3.29.0...checker-framework-3.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.checkerframework:checker-qual
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0ee1dfe View commit details
    Browse the repository at this point in the history
  13. Merge pull request quarkusio#30658 from MichalMaler/QDOCS-93-Authenti…

    …cation-mechanisms-revamping
    
    Enhancements for the Authentication mechanisms documentation
    sberyozkin authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    79d60e1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    df09f55 View commit details
    Browse the repository at this point in the history
  15. Merge pull request quarkusio#30844 from mskacelik/getting-started-guide

    Fixed greeting in getting started guide
    jmartisk authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    338a965 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f85d4e1 View commit details
    Browse the repository at this point in the history
  17. Disable OpenshiftWithDockerAndImageTest for now

    Related to quarkusio#30768
    I don't know why but it's failing systematically in the jakarta-rewrite
    branch and I don't want it to be in the way of the migration.
    gsmet committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e3ce53e View commit details
    Browse the repository at this point in the history
  18. fix: correct handling of Accept header in graphQL

    - Fix bug that */* is ignored if it is not listed
      as the first item in Accept header of graphQL http request
    Bazalii committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4c48dec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    927d1b5 View commit details
    Browse the repository at this point in the history
  20. Merge pull request quarkusio#30849 from gsmet/disable-failing-test

    Disable OpenshiftWithDockerAndImageTest for now
    gsmet authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4906e69 View commit details
    Browse the repository at this point in the history
  21. Merge pull request quarkusio#30848 from gsmet/drop-jakarta-from-version

    Remove version change for the Jakarta transformation
    gsmet authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ea3d95d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9616182 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Transform sources to Jakarta

    gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    ebee0a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5aad1d View commit details
    Browse the repository at this point in the history
  3. Adjust ArC code to CDI 4.0.1

    (cherry picked from commit c16cfd1)
    (cherry picked from commit 2bc4516)
    Ladicek authored and gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    ac64ef4 View commit details
    Browse the repository at this point in the history
  4. Add first implementations of new JAX-RS 3.1 APIs

    (cherry picked from commit 9134fa8)
    (cherry picked from commit 7bfb03f)
    (cherry picked from commit a4c161e)
    (cherry picked from commit 2694acf)
    geoand authored and gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8d79300 View commit details
    Browse the repository at this point in the history
  5. For metrics, count JAX-RS requests ending with 500 as unsuccessful (a…

    …ll other codes as successful)
    
    (cherry picked from commit e60f9ba)
    (cherry picked from commit bc853f3)
    (cherry picked from commit 4947419)
    (cherry picked from commit 600b9f1)
    jmartisk authored and gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    becd0f4 View commit details
    Browse the repository at this point in the history
  6. Provide a RESTEasy Classic ThresholdConverter

    (cherry picked from commit 55b7229)
    (cherry picked from commit 8181f17)
    (cherry picked from commit 5bfa542)
    gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    9d65df1 View commit details
    Browse the repository at this point in the history
  7. Re-apply (breaking) change to not load kotlin parent first

    (cherry picked from commit 9f77fa9)
    holly-cummins authored and gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    379e257 View commit details
    Browse the repository at this point in the history
  8. Move parent-first loading of Pact to the Pact extension (and it's mos…

    …tly not-needed, once Kotlin is not loaded parent first)
    
    (cherry picked from commit 23b12b6)
    holly-cummins authored and gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4e7ef67 View commit details
    Browse the repository at this point in the history
  9. Migration to Mutiny 2 and JDK Flow APIs on top of Jakarta migration

    Co-authored-by: Julien Ponge <jponge@redhat.com>
    Co-authored-by: Ozan Gunalp <ogunalp@redhat.com>
    (cherry picked from commit 328f53d)
    (cherry picked from commit a7d6c59)
    (cherry picked from commit 92bee31)
    (cherry picked from commit 3ebf6f4)
    jponge authored and gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    0ef9b18 View commit details
    Browse the repository at this point in the history
  10. Merge pull request quarkusio#30856 from gsmet/jakarta-10

    Upgrade Quarkus to Jakarta EE 10
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    3b133b2 View commit details
    Browse the repository at this point in the history
  11. Bump to Kotlin 1.8.10

    geoand authored and gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    5e07541 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    29318a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ddabe1 View commit details
    Browse the repository at this point in the history
  14. Elasticsearch Java Client

    loicmathieu authored and gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    d7f217b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e1110e9 View commit details
    Browse the repository at this point in the history
  16. Merge pull request quarkusio#30859 from gsmet/cleanup-workflows

    Clean up Jakarta-related workflows
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    b70457c View commit details
    Browse the repository at this point in the history
  17. Merge pull request quarkusio#30840 from quarkusio/dependabot/maven/or…

    …g.checkerframework-checker-qual-3.30.0
    
    Bump checker-qual from 3.29.0 to 3.30.0
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4df8461 View commit details
    Browse the repository at this point in the history
  18. Bump quarkus-http.version from 5.0.0.Alpha3 to 5.0.1.Final

    Bumps `quarkus-http.version` from 5.0.0.Alpha3 to 5.0.1.Final.
    
    Updates `quarkus-http-vertx-backend` from 5.0.0.Alpha3 to 5.0.1.Final
    
    Updates `quarkus-http-core` from 5.0.0.Alpha3 to 5.0.1.Final
    
    Updates `quarkus-http-http-core` from 5.0.0.Alpha3 to 5.0.1.Final
    
    Updates `quarkus-http-servlet` from 5.0.0.Alpha3 to 5.0.1.Final
    
    Updates `quarkus-http-websocket-vertx` from 5.0.0.Alpha3 to 5.0.1.Final
    
    Updates `quarkus-http-websocket-core` from 5.0.0.Alpha3 to 5.0.1.Final
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkus.http:quarkus-http-vertx-backend
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.quarkus.http:quarkus-http-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.quarkus.http:quarkus-http-http-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.quarkus.http:quarkus-http-servlet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.quarkus.http:quarkus-http-websocket-vertx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.quarkus.http:quarkus-http-websocket-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8568216 View commit details
    Browse the repository at this point in the history
  19. Merge pull request quarkusio#30851 from mskacelik/smallrye-graphql-guide

    Fixed return type typo in smallrye graphQL guide
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    c33c7bf View commit details
    Browse the repository at this point in the history
  20. Bump microprofile-fault-tolerance-tck from 4.0 to 4.0.2

    Bumps [microprofile-fault-tolerance-tck](https://github.com/eclipse/microprofile-fault-tolerance) from 4.0 to 4.0.2.
    - [Release notes](https://github.com/eclipse/microprofile-fault-tolerance/releases)
    - [Commits](eclipse/microprofile-fault-tolerance@4.0...4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f807bc3 View commit details
    Browse the repository at this point in the history
  21. Bump jakarta.activation-api from 2.1.0 to 2.1.1

    Bumps [jakarta.activation-api](https://github.com/jakartaee/jaf-api) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/jakartaee/jaf-api/releases)
    - [Commits](jakartaee/jaf-api@2.1.0...2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: jakarta.activation:jakarta.activation-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    71eb35d View commit details
    Browse the repository at this point in the history
  22. Merge pull request quarkusio#30839 from Bazalii/30806-fix-accept-head…

    …er-handling
    
    Fix handling of Accept header in graphQL
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    53087ff View commit details
    Browse the repository at this point in the history
  23. Remove kafka-avro from native-tests.json

    The module has been dropped.
    gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    1c361a3 View commit details
    Browse the repository at this point in the history
  24. Bump microprofile-health-tck from 4.0 to 4.0.1

    Bumps [microprofile-health-tck](https://github.com/eclipse/microprofile-health) from 4.0 to 4.0.1.
    - [Release notes](https://github.com/eclipse/microprofile-health/releases)
    - [Commits](eclipse/microprofile-health@4.0...4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.microprofile.health:microprofile-health-tck
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    993ebc3 View commit details
    Browse the repository at this point in the history
  25. Merge pull request quarkusio#30847 from geoand/metrics-bruno

    Add Bruno to the bot configuration for metrics
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8cf4775 View commit details
    Browse the repository at this point in the history
  26. Merge pull request quarkusio#30826 from gsmet/cache-metrics

    Caffeine - Automatically register metrics cache impls if Micrometer is around
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    46511e3 View commit details
    Browse the repository at this point in the history
  27. Bump javaparser-core from 3.24.2 to 3.25.0

    Bumps [javaparser-core](https://github.com/javaparser/javaparser) from 3.24.2 to 3.25.0.
    - [Release notes](https://github.com/javaparser/javaparser/releases)
    - [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
    - [Commits](javaparser/javaparser@javaparser-parent-3.24.2...javaparser-parent-3.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.javaparser:javaparser-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    c7a4d5c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d971af2 View commit details
    Browse the repository at this point in the history
  29. Simplify reactive pool size configuration

    Follow-up of quarkusio#30801
    gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    9be74d9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e2934d5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b2e1deb View commit details
    Browse the repository at this point in the history
  32. Merge pull request quarkusio#30864 from quarkusio/dependabot/maven/or…

    …g.eclipse.microprofile.health-microprofile-health-tck-4.0.1
    
    Bump microprofile-health-tck from 4.0 to 4.0.1
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    99cb88d View commit details
    Browse the repository at this point in the history
  33. Merge pull request quarkusio#30862 from quarkusio/dependabot/maven/or…

    …g.eclipse.microprofile.fault-tolerance-microprofile-fault-tolerance-tck-4.0.2
    
    Bump microprofile-fault-tolerance-tck from 4.0 to 4.0.2
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    d615982 View commit details
    Browse the repository at this point in the history
  34. Merge pull request quarkusio#30438 from yrodiere/fail-on-private-inte…

    …rcepted-method
    
    Fail by default when encountering interceptor annotations on private methods
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    99425da View commit details
    Browse the repository at this point in the history
  35. Bump microprofile-rest-client-tck from 3.0 to 3.0.1

    Bumps [microprofile-rest-client-tck](https://github.com/eclipse/microprofile-rest-client) from 3.0 to 3.0.1.
    - [Release notes](https://github.com/eclipse/microprofile-rest-client/releases)
    - [Commits](eclipse/microprofile-rest-client@3.0...3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.microprofile.rest.client:microprofile-rest-client-tck
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    90c129b View commit details
    Browse the repository at this point in the history
  36. Merge pull request quarkusio#30835 from geoand/kotlin-1.8.1

    Bump to Kotlin 1.8.10
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    6f81b8c View commit details
    Browse the repository at this point in the history
  37. Bump angus-activation from 1.0.0 to 2.0.0

    Bumps [angus-activation](https://github.com/eclipse-ee4j/angus-activation) from 1.0.0 to 2.0.0.
    - [Release notes](https://github.com/eclipse-ee4j/angus-activation/releases)
    - [Commits](eclipse-ee4j/angus-activation@1.0.0...2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.angus:angus-activation
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    478df07 View commit details
    Browse the repository at this point in the history
  38. Tweak some Dependabot rules

    Mostly make them more generic.
    gsmet committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    a1c783d View commit details
    Browse the repository at this point in the history
  39. Merge pull request quarkusio#30873 from gsmet/dependabot-update

    Tweak some Dependabot rules
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    aac64fe View commit details
    Browse the repository at this point in the history
  40. Merge pull request quarkusio#22622 from loicmathieu/elasticsearch-jav…

    …a-client
    
    Elasticsearch Java Client
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    eabef0f View commit details
    Browse the repository at this point in the history
  41. Merge pull request quarkusio#30870 from quarkusio/dependabot/maven/or…

    …g.eclipse.microprofile.rest.client-microprofile-rest-client-tck-3.0.1
    
    Bump microprofile-rest-client-tck from 3.0 to 3.0.1
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4d15bc1 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    fd7f41d View commit details
    Browse the repository at this point in the history
  43. Merge pull request quarkusio#30863 from quarkusio/dependabot/maven/ja…

    …karta.activation-jakarta.activation-api-2.1.1
    
    Bump jakarta.activation-api from 2.1.0 to 2.1.1
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    17df276 View commit details
    Browse the repository at this point in the history
  44. Merge pull request quarkusio#30861 from quarkusio/dependabot/maven/qu…

    …arkus-http.version-5.0.1.Final
    
    Bump quarkus-http.version from 5.0.0.Alpha3 to 5.0.1.Final
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    cfac520 View commit details
    Browse the repository at this point in the history
  45. Merge pull request quarkusio#30875 from gsmet/more-dependabot-tweaks

    Add Elasticsearch Java client to Dependabot
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    2f7e1c8 View commit details
    Browse the repository at this point in the history
  46. Bump artemis.version from 2.27.1 to 2.28.0

    Bumps `artemis.version` from 2.27.1 to 2.28.0.
    
    Updates `artemis-server` from 2.27.1 to 2.28.0
    - [Release notes](https://github.com/apache/activemq-artemis/releases)
    - [Commits](apache/activemq-artemis@2.27.1...2.28.0)
    
    Updates `artemis-amqp-protocol` from 2.27.1 to 2.28.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.activemq:artemis-server
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.activemq:artemis-amqp-protocol
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    0a2dc86 View commit details
    Browse the repository at this point in the history
  47. Bump microprofile-config-api from 3.0 to 3.0.2

    Bumps [microprofile-config-api](https://github.com/eclipse/microprofile-config) from 3.0 to 3.0.2.
    - [Release notes](https://github.com/eclipse/microprofile-config/releases)
    - [Commits](eclipse/microprofile-config@3.0...3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.microprofile.config:microprofile-config-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    12c7f7a View commit details
    Browse the repository at this point in the history
  48. Bump postgresql from 42.5.2 to 42.5.3

    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.2 to 42.5.3.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.5.3/CHANGELOG.md)
    - [Commits](pgjdbc/pgjdbc@REL42.5.2...REL42.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    bc271e2 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    3c27b41 View commit details
    Browse the repository at this point in the history
  50. Merge pull request quarkusio#30879 from gsmet/RELEASE_THE_DEPENDABOT

    Set Dependabot limit higher for the week-end
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    af4bb71 View commit details
    Browse the repository at this point in the history
  51. Bump microprofile-config-tck from 3.0.1 to 3.0.2

    Bumps [microprofile-config-tck](https://github.com/eclipse/microprofile-config) from 3.0.1 to 3.0.2.
    - [Release notes](https://github.com/eclipse/microprofile-config/releases)
    - [Commits](eclipse/microprofile-config@3.0.1...3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.microprofile.config:microprofile-config-tck
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    bd4f7dd View commit details
    Browse the repository at this point in the history
  52. Bump smallrye-open-api.version from 3.1.1 to 3.1.2

    Bumps `smallrye-open-api.version` from 3.1.1 to 3.1.2.
    
    Updates `smallrye-open-api-core` from 3.1.1 to 3.1.2
    - [Release notes](https://github.com/smallrye/smallrye-open-api/releases)
    - [Commits](smallrye/smallrye-open-api@3.1.1...3.1.2)
    
    Updates `smallrye-open-api-jaxrs` from 3.1.1 to 3.1.2
    
    Updates `smallrye-open-api-spring` from 3.1.1 to 3.1.2
    
    Updates `smallrye-open-api-vertx` from 3.1.1 to 3.1.2
    
    Updates `smallrye-open-api-ui` from 3.1.1 to 3.1.2
    
    ---
    updated-dependencies:
    - dependency-name: io.smallrye:smallrye-open-api-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.smallrye:smallrye-open-api-jaxrs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.smallrye:smallrye-open-api-spring
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.smallrye:smallrye-open-api-vertx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.smallrye:smallrye-open-api-ui
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    e315f37 View commit details
    Browse the repository at this point in the history
  53. Bump smallrye-mutiny-vertx-core from 3.0.0 to 3.2.0

    Bumps smallrye-mutiny-vertx-core from 3.0.0 to 3.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: io.smallrye.reactive:smallrye-mutiny-vertx-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    a557770 View commit details
    Browse the repository at this point in the history
  54. Bump microprofile-openapi-api from 3.0 to 3.1

    Bumps [microprofile-openapi-api](https://github.com/eclipse/microprofile-open-api) from 3.0 to 3.1.
    - [Release notes](https://github.com/eclipse/microprofile-open-api/releases)
    - [Commits](eclipse/microprofile-open-api@3.0...3.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.microprofile.openapi:microprofile-openapi-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    ddcf0cb View commit details
    Browse the repository at this point in the history
  55. Bump smallrye-opentracing.version from 3.0.0 to 3.0.3

    Bumps `smallrye-opentracing.version` from 3.0.0 to 3.0.3.
    
    Updates `smallrye-opentracing` from 3.0.0 to 3.0.3
    - [Release notes](https://github.com/smallrye/smallrye-opentracing/releases)
    - [Commits](smallrye/smallrye-opentracing@3.0.0...3.0.3)
    
    Updates `smallrye-opentracing-contrib` from 3.0.0 to 3.0.3
    - [Release notes](https://github.com/smallrye/smallrye-opentracing/releases)
    - [Commits](smallrye/smallrye-opentracing@3.0.0...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.smallrye:smallrye-opentracing
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.smallrye:smallrye-opentracing-contrib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    6ab5b75 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    0f48e9b View commit details
    Browse the repository at this point in the history
  57. Bump microprofile-rest-client-api from 3.0 to 3.0.1

    Bumps [microprofile-rest-client-api](https://github.com/eclipse/microprofile-rest-client) from 3.0 to 3.0.1.
    - [Release notes](https://github.com/eclipse/microprofile-rest-client/releases)
    - [Commits](eclipse/microprofile-rest-client@3.0...3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.microprofile.rest.client:microprofile-rest-client-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    1b0d9f1 View commit details
    Browse the repository at this point in the history
  58. Merge pull request quarkusio#30763 from quarkusio/dependabot/maven/co…

    …m.github.javaparser-javaparser-core-3.25.0
    
    Bump javaparser-core from 3.24.2 to 3.25.0
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    2ae4587 View commit details
    Browse the repository at this point in the history
  59. Merge pull request quarkusio#30872 from quarkusio/dependabot/maven/or…

    …g.eclipse.angus-angus-activation-2.0.0
    
    Bump angus-activation from 1.0.0 to 2.0.0
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    13616b3 View commit details
    Browse the repository at this point in the history
  60. Merge pull request quarkusio#30880 from quarkusio/dependabot/maven/or…

    …g.eclipse.microprofile.config-microprofile-config-tck-3.0.2
    
    Bump microprofile-config-tck from 3.0.1 to 3.0.2
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    ea0bde5 View commit details
    Browse the repository at this point in the history
  61. Merge pull request quarkusio#30775 from sberyozkin/smallrye_jwt_4.2.0

    Support for MP JWT 2.1 with smallrye-jwt 4.2.0
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8e5283e View commit details
    Browse the repository at this point in the history
  62. Bump org.eclipse.jgit from 6.3.0.202209071007-r to 6.4.0.202211300538-r

    Bumps org.eclipse.jgit from 6.3.0.202209071007-r to 6.4.0.202211300538-r.
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jgit:org.eclipse.jgit
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    6df81e0 View commit details
    Browse the repository at this point in the history
  63. Bump resteasy-spring-web from 3.0.0.Beta3 to 3.0.1.Final

    Bumps resteasy-spring-web from 3.0.0.Beta3 to 3.0.1.Final.
    
    ---
    updated-dependencies:
    - dependency-name: org.jboss.resteasy.spring:resteasy-spring-web
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    1caad4e View commit details
    Browse the repository at this point in the history
  64. Merge pull request quarkusio#30890 from quarkusio/dependabot/maven/or…

    …g.eclipse.jgit-org.eclipse.jgit-6.4.0.202211300538-r
    
    Bump org.eclipse.jgit from 6.3.0.202209071007-r to 6.4.0.202211300538-r
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    fc02952 View commit details
    Browse the repository at this point in the history
  65. Merge pull request quarkusio#30878 from quarkusio/dependabot/maven/or…

    …g.postgresql-postgresql-42.5.3
    
    Bump postgresql from 42.5.2 to 42.5.3
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    e74fd51 View commit details
    Browse the repository at this point in the history
  66. Merge pull request quarkusio#30877 from quarkusio/dependabot/maven/or…

    …g.eclipse.microprofile.config-microprofile-config-api-3.0.2
    
    Bump microprofile-config-api from 3.0 to 3.0.2
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8028dcb View commit details
    Browse the repository at this point in the history
  67. Merge pull request quarkusio#30876 from quarkusio/dependabot/maven/ar…

    …temis.version-2.28.0
    
    Bump artemis.version from 2.27.1 to 2.28.0
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8a6bd7a View commit details
    Browse the repository at this point in the history
  68. Merge pull request quarkusio#30882 from quarkusio/dependabot/maven/io…

    ….smallrye.reactive-smallrye-mutiny-vertx-core-3.2.0
    
    Bump smallrye-mutiny-vertx-core from 3.0.0 to 3.2.0
    gsmet authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    89fcdc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Merge pull request quarkusio#30892 from quarkusio/dependabot/maven/or…

    …g.jboss.resteasy.spring-resteasy-spring-web-3.0.1.Final
    
    Bump resteasy-spring-web from 3.0.0.Beta3 to 3.0.1.Final
    gsmet authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    4e8a2a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request quarkusio#30887 from quarkusio/dependabot/maven/or…

    …g.eclipse.microprofile.rest.client-microprofile-rest-client-api-3.0.1
    
    Bump microprofile-rest-client-api from 3.0 to 3.0.1
    gsmet authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    6536286 View commit details
    Browse the repository at this point in the history
  3. Merge pull request quarkusio#30884 from quarkusio/dependabot/maven/sm…

    …allrye-opentracing.version-3.0.3
    
    Bump smallrye-opentracing.version from 3.0.0 to 3.0.3
    gsmet authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    de4a8c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request quarkusio#30883 from quarkusio/dependabot/maven/or…

    …g.eclipse.microprofile.openapi-microprofile-openapi-api-3.1
    
    Bump microprofile-openapi-api from 3.0 to 3.1
    gsmet authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    1c5b26a View commit details
    Browse the repository at this point in the history
  5. Merge pull request quarkusio#30881 from quarkusio/dependabot/maven/sm…

    …allrye-open-api.version-3.1.2
    
    Bump smallrye-open-api.version from 3.1.1 to 3.1.2
    gsmet authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    b48acf8 View commit details
    Browse the repository at this point in the history
  6. Bump microprofile-jwt-auth-api from 2.0 to 2.1

    Bumps [microprofile-jwt-auth-api](https://github.com/eclipse/microprofile-jwt-auth) from 2.0 to 2.1.
    - [Release notes](https://github.com/eclipse/microprofile-jwt-auth/releases)
    - [Commits](eclipse/microprofile-jwt-auth@2.0...2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.microprofile.jwt:microprofile-jwt-auth-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    0f8a3c8 View commit details
    Browse the repository at this point in the history
  7. Bump eclipse-collections from 10.4.0 to 11.1.0

    Bumps [eclipse-collections](https://github.com/eclipse/eclipse-collections) from 10.4.0 to 11.1.0.
    - [Release notes](https://github.com/eclipse/eclipse-collections/releases)
    - [Changelog](https://github.com/eclipse/eclipse-collections/blob/master/RELEASE_NOTE_DRAFT.md)
    - [Commits](eclipse/eclipse-collections@10.4.0...11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.collections:eclipse-collections
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c288afd View commit details
    Browse the repository at this point in the history
  8. Merge pull request quarkusio#30898 from quarkusio/dependabot/maven/or…

    …g.eclipse.collections-eclipse-collections-11.1.0
    
    Bump eclipse-collections from 10.4.0 to 11.1.0
    gsmet authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    e1f0dca View commit details
    Browse the repository at this point in the history
  9. Bump microprofile-reactive-streams-operators.version from 1.0.1 to 3.0

    Bumps `microprofile-reactive-streams-operators.version` from 1.0.1 to 3.0.
    
    Updates `microprofile-reactive-streams-operators-api` from 1.0.1 to 3.0
    - [Release notes](https://github.com/eclipse/microprofile-reactive-streams-operators/releases)
    - [Commits](eclipse/microprofile-reactive-streams-operators@1.0.1...3.0)
    
    Updates `microprofile-reactive-streams-operators-core` from 1.0.1 to 3.0
    - [Release notes](https://github.com/eclipse/microprofile-reactive-streams-operators/releases)
    - [Commits](eclipse/microprofile-reactive-streams-operators@1.0.1...3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    7bc9b9a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c69d6dc View commit details
    Browse the repository at this point in the history
  11. Merge pull request quarkusio#30899 from gsmet/dependabot-tweaks

    Use wildcards for Quarkus and WildFly Dependabot rules
    gsmet authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    ef2e07a View commit details
    Browse the repository at this point in the history
  12. Bump quarkus-security from 2.0.0.Alpha2 to 2.0.1.Final

    Bumps [quarkus-security](https://github.com/quarkus/quarkus-security) from 2.0.0.Alpha2 to 2.0.1.Final.
    - [Release notes](https://github.com/quarkus/quarkus-security/releases)
    - [Commits](https://github.com/quarkus/quarkus-security/commits)
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkus.security:quarkus-security
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    52c897b View commit details
    Browse the repository at this point in the history
  13. Bump build-reporter-maven-extension from 2.2.0 to 2.3.1

    Bumps [build-reporter-maven-extension](https://github.com/quarkusio/build-reporter) from 2.2.0 to 2.3.1.
    - [Release notes](https://github.com/quarkusio/build-reporter/releases)
    - [Commits](quarkusio/build-reporter@2.2.0...2.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkus.bot:build-reporter-maven-extension
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    2846018 View commit details
    Browse the repository at this point in the history
  14. Bump quarkus-platform-bom-maven-plugin from 0.0.51 to 0.0.75

    Bumps [quarkus-platform-bom-maven-plugin](https://github.com/quarkusio/quarkus-platform-bom-generator) from 0.0.51 to 0.0.75.
    - [Release notes](https://github.com/quarkusio/quarkus-platform-bom-generator/releases)
    - [Commits](quarkusio/quarkus-platform-bom-generator@0.0.51...0.0.75)
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkus:quarkus-platform-bom-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    c762d3b View commit details
    Browse the repository at this point in the history
  15. Merge pull request quarkusio#30897 from quarkusio/dependabot/maven/or…

    …g.eclipse.microprofile.jwt-microprofile-jwt-auth-api-2.1
    
    Bump microprofile-jwt-auth-api from 2.0 to 2.1
    gsmet authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    3851228 View commit details
    Browse the repository at this point in the history
  16. Merge pull request quarkusio#30900 from quarkusio/dependabot/maven/io…

    ….quarkus.security-quarkus-security-2.0.1.Final
    
    Bump quarkus-security from 2.0.0.Alpha2 to 2.0.1.Final
    gsmet authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    a7b1f6c View commit details
    Browse the repository at this point in the history
  17. Merge pull request quarkusio#30901 from quarkusio/dependabot/maven/io…

    ….quarkus.bot-build-reporter-maven-extension-2.3.1
    
    Bump build-reporter-maven-extension from 2.2.0 to 2.3.1
    gsmet authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    85fd385 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    5691787 View commit details
    Browse the repository at this point in the history
  2. Polish JarResultBuildStep

    geoand committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a580de6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2bac8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87f8c99 View commit details
    Browse the repository at this point in the history
  5. ArC - reduce allocations for intercepted methods

    - forwarding lambdas are stateless and thus may become part of immutable InterceptedMethodMetadata
    - note that metadata are shared accross all invocations of an intercepted method
    mkouba committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0ed5b7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f94242 View commit details
    Browse the repository at this point in the history
  7. ArC intercepted subclasses - skip private methods

    - that are not observers/producers
    mkouba committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0d3d692 View commit details
    Browse the repository at this point in the history
  8. Merge pull request quarkusio#30885 from gastaldi/concurrency

    Add concurrency configuration to the GitHub Action workflows
    gsmet authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    117817b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb9770a View commit details
    Browse the repository at this point in the history
  10. Remove deprecated reactive datasource config properties

    - thread local pool
    - prepared statement caching at Pg and MySQL level
    tsegismont committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    116d5a6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request quarkusio#30913 from gsmet/normal-dependabot

    Go back to limit of 6 PRs for Dependabot
    gsmet authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d678a34 View commit details
    Browse the repository at this point in the history
  12. Hibernate reactive panache refactoring

    - do not store the current reactive session in the CDI request context
    but instead in the vertx duplicated context
    - do not offload execution of a panache entity method on the current
    vertx context but instead validate that the method is executed on the
    vetx duplicated context
    - introduce WithSession, WithSessionOnDemand and WithTransaction
    bindings and interceptors
    - deprecate ReactiveTransactional
    - ReactiveTransactionalInterceptor can only be used for methods that
    return Uni/Multi; this is validated at build time
    - if resteasy-reactive is present then automatically add WithSessionOnDemand binding to all resource methods on classes that use a panache entity
    - also remove the quarkus-integration-test-hibernate-reactive-panache-blocking module
    - quarkus-test-vertx - run the test method on a duplicated vertx context even if the RunOnVertxContext is not present but the TestReactiveTransaction is
    mkouba committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    47b10ae View commit details
    Browse the repository at this point in the history
  13. Hibernate reactive panache - remove all Multi<T> stream() methods

    - neither Hibernate Reactive nor reactive clients support streaming
    - furthermore, we're not able to provide a Panache#withTransaction()
    alternative for Multi without bypassing Hibernate Reactive API
    mkouba committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    99c4b70 View commit details
    Browse the repository at this point in the history
  14. Remove the Jakarta transformation infrastructure

    Doing it in a single commit so that we can easily find the relevant
    information in the future.
    gsmet committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    574d509 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3e418c2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cda8d9e View commit details
    Browse the repository at this point in the history
  17. Merge pull request quarkusio#30853 from geoand/quarkusio#30852

    Ensure that quarkus-application.dat is reproducible
    geoand authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    d1413f1 View commit details
    Browse the repository at this point in the history
  18. Merge pull request quarkusio#30909 from geoand/jar-polish

    Remove deprecated Fernflower configuration
    geoand authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    9797028 View commit details
    Browse the repository at this point in the history
  19. Update jakarta jms-api

    zhfeng committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7049748 View commit details
    Browse the repository at this point in the history
  20. Add AppCDS documentation

    The AppCDS generation feature has been part of Quarkus
    for many releases (and has been made more effective and more usable
    through various revisions), but until now was not documented.
    
    Closes: quarkusio#30821
    
    Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
    Co-authored-by: Foivos <foivos@zakkak.net>
    3 people committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c36d7ff View commit details
    Browse the repository at this point in the history
  21. Merge pull request quarkusio#30556 from tsegismont/remove_deprecation…

    …_reactive_sql
    
    Remove deprecated reactive datasource config properties
    gsmet authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5925a26 View commit details
    Browse the repository at this point in the history
  22. Merge pull request quarkusio#30916 from geoand/quarkusio#30821

    Add AppCDS documentation
    geoand authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ff1f101 View commit details
    Browse the repository at this point in the history
  23. Merge pull request quarkusio#29761 from mkouba/hibernate-reactive-pan…

    …ache-next
    
    Hibernate reactive panache refactoring
    mkouba authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bad55f4 View commit details
    Browse the repository at this point in the history
  24. Merge pull request quarkusio#30902 from quarkusio/dependabot/maven/io…

    ….quarkus-quarkus-platform-bom-maven-plugin-0.0.75
    
    Bump quarkus-platform-bom-maven-plugin from 0.0.51 to 0.0.75
    aloubyansky authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c939f03 View commit details
    Browse the repository at this point in the history
  25. Merge pull request quarkusio#30918 from gsmet/cleanup-jakarta

    Remove the Jakarta transformation infrastructure
    gsmet authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    688d579 View commit details
    Browse the repository at this point in the history
  26. Restore jakarta-renames.properties

    I will use it in the migration script to migrate the documentation.
    gsmet committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    daa8cfe View commit details
    Browse the repository at this point in the history
  27. Merge pull request quarkusio#30931 from gsmet/restore-jakarta-renames…

    ….properties
    
    Restore jakarta-renames.properties
    gsmet authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e0dc99b View commit details
    Browse the repository at this point in the history
  28. Merge pull request quarkusio#30925 from loicmathieu/enable-mongodb-te…

    …st-on-windows
    
    Enable MongoDB tests on Windows
    gsmet authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    0fefa86 View commit details
    Browse the repository at this point in the history
  29. Merge pull request quarkusio#30816 from mkouba/arc-ic-reduce-allocations

    ArC - reduce allocations for intercepted methods
    gsmet authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    25470b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Use SchemaType.ARRAY instead of "ARRAY" for native support

    While "ARRAY" works in JVM, it does not in Native.
    Fix quarkusio#30919
    Sgitario committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0bc09e7 View commit details
    Browse the repository at this point in the history
  2. SmallRye GraphQL 2.1.0

    jmartisk committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    1053989 View commit details
    Browse the repository at this point in the history
  3. Merge pull request quarkusio#30889 from quarkusio/dependabot/maven/mi…

    …croprofile-reactive-streams-operators.version-3.0
    
    Bump microprofile-reactive-streams-operators.version from 1.0.1 to 3.0
    cescoffier authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    fd4dc27 View commit details
    Browse the repository at this point in the history
  4. Merge pull request quarkusio#30940 from Sgitario/30919

    Use SchemaType.ARRAY instead of "ARRAY" for native support
    geoand authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d86608e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc4a8b7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request quarkusio#29753 from zhfeng/add_connection_factory…

    …_wrap
    
    Introduce ConnectionFactoryWrapperBuildItem
    gsmet authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    5928de0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request quarkusio#30867 from gsmet/remove-set-output

    CI - Remove deprecated set-output calls
    gsmet authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e6f3691 View commit details
    Browse the repository at this point in the history
  8. Merge pull request quarkusio#30865 from gsmet/improve-reactive-pool-size

    Simplify reactive pool size configuration
    gsmet authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    96605e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcf25a0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    528a312 View commit details
    Browse the repository at this point in the history
  11. Merge pull request quarkusio#30866 from gsmet/quickstart-only-for-main

    Only run the quickstart compilation for main
    gsmet authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    71c2b3e View commit details
    Browse the repository at this point in the history
  12. Merge pull request quarkusio#30944 from triceo/klass

    Fix automatic module name of the change agent
    geoand authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    67c66d3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5994001 View commit details
    Browse the repository at this point in the history
  14. Update revision of RR TCK

    This revision includes enabled StreamingOutput tests
    geoand committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    bbbd2da View commit details
    Browse the repository at this point in the history
  15. Ignore interface/class without default constructs fields in SB config

    This should behave similarly that when the setter is private. In this case, the field is ignored and we write a warning saying that a field is going to be ignored.
    
    Fix quarkusio#30896
    Sgitario committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    999289a View commit details
    Browse the repository at this point in the history
  16. Instruct GraalVM / Mandrel to keep more accurate debug information

    Instruct GraalVM / Mandrel to keep more accurate debug information about
    source locations when generating debug info for debugging and monitoring
    tools. This parameter may break compatibility with Truffle.  Affected
    users should explicitly pass `-H:-TrackNodeSourcePosition` through
    `quarkus.native.additional-build-args` to override it.
    
    Closes: quarkusio#30772
    zakkak committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f81045f View commit details
    Browse the repository at this point in the history
  17. Merge pull request quarkusio#30947 from Sgitario/30896

    Ignore interface/class without default constructs fields in SB config
    geoand authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7c77b28 View commit details
    Browse the repository at this point in the history
  18. Merge pull request quarkusio#30941 from jmartisk/srgql-2.1.0

    SmallRye GraphQL 2.1.0
    jmartisk authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    dce88e8 View commit details
    Browse the repository at this point in the history
  19. Merge pull request quarkusio#30945 from geoand/quarkusio#28385

    Add support for JAX-RS StreamingOutput in RESTEasy Reactive
    geoand authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    5b8475d View commit details
    Browse the repository at this point in the history
  20. Revert "CI - Remove deprecated set-output calls"

    This reverts commit b2e1deb.
    gsmet committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6c5a529 View commit details
    Browse the repository at this point in the history
  21. Upgrade to Hibernate ORM 5.6.15.Final

    yrodiere authored and gsmet committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c578479 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b189ead View commit details
    Browse the repository at this point in the history
  23. Merge pull request quarkusio#30949 from zakkak/2023-02-07-debug-accuracy

    Instruct GraalVM / Mandrel >= 23.0.0 to keep more accurate debug information
    geoand authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    97ca0fe View commit details
    Browse the repository at this point in the history
  24. Merge pull request quarkusio#30767 from Foobartender/quarkusio#30681.2

    Remove duplicate notification of SseBroadcaster's onErrorListeners
    geoand authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e664271 View commit details
    Browse the repository at this point in the history
  25. Merge pull request quarkusio#30923 from ia3andy/fix-base-codestarts

    Keep 2.x extensions codestarts embedded in tooling and mark them legacy
    aloubyansky authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e48aace View commit details
    Browse the repository at this point in the history
  26. Merge pull request quarkusio#30946 from yrodiere/orm5_6_15

    Upgrade to Hibernate ORM 5.6.15.Final
    gsmet authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    33bddf0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Bump azure-functions-java-library from 1.4.2 to 3.0.0

    Bumps [azure-functions-java-library](https://github.com/Azure/azure-functions-java-worker) from 1.4.2 to 3.0.0.
    - [Release notes](https://github.com/Azure/azure-functions-java-worker/releases)
    - [Commits](https://github.com/Azure/azure-functions-java-worker/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.microsoft.azure.functions:azure-functions-java-library
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    266c7ef View commit details
    Browse the repository at this point in the history