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

[pull] main from quarkusio:main #48

Merged
merged 6 commits into from
Nov 29, 2024
Merged

[pull] main from quarkusio:main #48

merged 6 commits into from
Nov 29, 2024

Commits on Nov 28, 2024

  1. Default to old console if user has not set it

    This is done because the new JLine console
    which is the default from JDK 23 (maybe even 22?)
    causes a large regression in startup time due to
    it loading a very large number of classes.
    
    If users really want to use the new console,
    they have to start the application with
    `-Djdk.console=jdk.internal.le`
    
    Fixes: #44471
    Fixes: #44653
    geoand committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    88a0dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    837a603 View commit details
    Browse the repository at this point in the history
  3. Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2

    Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.1 to 2.18.2.
    - [Commits](FasterXML/jackson-bom@jackson-bom-2.18.1...jackson-bom-2.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    101d353 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Merge pull request #44796 from geoand/#44471

    Default to old console if user has not set it
    geoand authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    9967650 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44820 from radcortez/npe-mapping-names

    Fix NPE caused by PropertyName map with Mappings names
    geoand authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6cf7ba2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #44822 from quarkusio/dependabot/maven/com.fasterx…

    …ml.jackson-jackson-bom-2.18.2
    
    Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2
    geoand authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3ac8d23 View commit details
    Browse the repository at this point in the history