quarkus

Quarkus: Supersonic Subatomic Java.

APACHE-2.0 License

Stars
13K
Committers
1.1K

Bot releases are hidden (Show)

quarkus - 1.3.1.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #8207 - Upgrade RESTEasy to 4.5.3.Final
  • #8205 - Fix formatting of the recently added axle-amqp dependency
  • #8203 - Render non built-in database access configuration more explicit
  • #8200 - Show a warning when @ConfigProperty used inside class with @ConfigProperties
  • #8197 - Dependency manage axle-amqp to 0.0.13
  • #8196 - Upgrade RESTEasy to 4.5.3
  • #8191 - Remove private field injections from OptaPlanner docs
  • #8189 - Indexing null streams shows Stream closed errors in the logs
  • #8179 - Qute parser - fix handling of extra whitespaces before end delimiters
  • #8176 - Use proper substitutions for Netty ALPN in Java 8
  • #8172 - Remove unused classes
  • #8164 - Bump dekorate version to 0.11.4
  • #8159 - Make list-extensions work even if it's executed in a directory that doesn't have pom.xml
  • #8158 - Qute template extra whitespaces causes inconsistent behaviour
  • #8157 - 1.3.0.Final quarkus:list-extensions doesn't work in non-quarkus project directory
  • #8156 - Quarkus hello.world image build fails when using openjdk-8u252-jvmci-20.0-b03
  • #8155 - Ensure ordering of Config items when an extension contains multiple Config classes
  • #8154 - fix: Service type is no longer ignored
  • #8153 - Move 1.3 to Java 11 by default
  • #8149 - Make enum values generated for documentation consistent with converter
  • #8147 - https://quarkus.io/guides/all-config should be in order
  • #8146 - Apply HTTP port to probes
  • #8144 - Adjust Security guides titles
  • #8141 - Use proper adoc source in metrics doc
  • #8139 - Allow quarkus.container-image.group to be empty
  • #8138 - Exception for multiple HTTP authentication mechanisms is never thrown.
  • #8137 - Include ArC config reference in the CDI guide
  • #8132 - [docker][jib] Bump baseJvmImage from JRE8 to JRE11
  • #8131 - Don't record system props for JTA
  • #8130 - Sync mutiny used in qute to what's used in Quarkus
  • #8127 - Load Graal SDK Parent first
  • #8117 - quarkus.container-image.group could be blank
  • #8112 - Update to Keycloak 9.0.2
  • #8111 - Avoid using a null tenantId and enforce maps are initialized
  • #8109 - security documentation index is hard to understand
  • #8108 - Add build tool param to fix gradle adding extension bootstrap
  • #8106 - Ensure that generated Kotlin - Maven projects target Java 8
  • #8105 - Document how to enable DEBUG logging for @QuarkusTest
  • #8104 - vert.x-web kotlin application fails on intellij 2019.3 ad win 10 1909
  • #8102 - Follow up to #8100: log a warning when an extension dependency is excluded from dev mode
  • #8101 - Add support for multiple extension overrides
  • #8100 - Exclude deps of extensions as well
  • #8099 - Add guard against ServiceConfigurationError
  • #8096 - Add a missing space to a Kubernetes log message
  • #8093 - Generating a fieldRef env var with the Kubernetes Extension is not working
  • #8091 - quarkus.kubernetes.image-pull-policy ignored
  • #8090 - Generated kubernetes manifests contain wrong port in health probes
  • #8083 - Fix wrong entry for spring-data-jpa in deployment bom
  • #8082 - fix security checks to make @RolesAllowed("**") work
  • #8080 - Fix observer method generation for inherited observers, create automated test
  • #8073 - Document repository and entity inside package-info.java
  • #8070 - Very minor documentation adjustments
  • #8069 - Dev mode not working in 1.3.0
  • #8066 - Ensure that @QuarkusTest plays nicely with @testfactory
  • #8065 - fix(flyway): multiple datasource migration does not work on native
  • #8060 - Fixing anchors and links in documentation
  • #8057 - fix: Avoid logging a WARN message about having duplicates persistence-unit during testing
  • #8052 - Fix MySQL high availability not working in native mode
  • #8048 - Align Gradle dependencies with Quarkus
  • #8046 - docs: remove wrongly placed backticks
  • #8045 - Bump Jandex to 2.1.3.Final
  • #8044 - docs: fix some typo in the deploying-to-openshift doc
  • #8040 - Fix links following Kubernetes guide renaming
  • #8039 - doc: fix quarkus-container-image-docker extension name
  • #8036 - Put quarkus-extension.yaml in right place for OptaPlanner Jackson
  • #8035 - Quarkus 1.3.0.Final class loader can not load Graal's polyglot framework
  • #8030 - Testcontainers - FixedHostPortGenericContainer throws NullPointer on method getContainerIpAddress()
  • #8029 - Properly apply MongoClientConfig.socketTimeout
  • #8028 - Various Liquibase improvements
  • #8026 - MongoClientConfig socketTimeout don't actually set a socket timeout
  • #8020 - Regression: 1.3.0.Final @Inject mock service in QuarkusTest Caused by: java.lang.IllegalAccessError:
  • #8016 - fix CNFE in QuarkusTestExtension
  • #8015 - CNFE in QuarkusTestExtension when test method argument is primitive
  • #8013 - OpenShift guide - fix typo in link
  • #8010 - Don't expect a .exe suffix to the native image generated in a container
  • #8009 - Quarkus Kotlin extension not added in Bootstrap Kotlin+Gradle Project
  • #8007 - Allow the default charset to be set in Undertow
  • #8006 - Authentication fixes
  • #8005 - Don't let the thread interrupt state interfere with class loading
  • #8004 - Regression: @Inject mock service in QuarkusTest is null during JUnit @TestFactory execution in Quarkus 1.3.0.Final
  • #8003 - s2i binary build - tar filename too long
  • #8002 - Align quarkus-http version in tools-parent with Quarkus
  • #8000 - Fixed logging messages in the Gradle plugin
  • #7996 - Quarkus 1.3.0.Final gradle does not start with Undertow Servlet
  • #7995 - Fix registry setting in kubernetes doc
  • #7994 - @Authenticated works, but @RolesAllowed("*") doesn't
  • #7993 - Bump jib version
  • #7992 - Rename kubernetes doc to be more consistent
  • #7991 - Add note about class reading in class loading guide
  • #7990 - Native container-build on Windows10 fails (.exe)
  • #7989 - Fix #7879 and make sure everything works for jaxb, jsonb and jackson
  • #7983 - Remove now obsolete guide
  • #7975 - Fix Maven minimal version
  • #7973 - Some fixes in the OpenShift guide
  • #7969 - Fix request hang issue when challenge completes exceptionally
  • #7966 - Fix #7964 quarkus-jdbc-mysql-deployment missing the deployment BOM
  • #7965 - Exceptional CompletionStage in HttpAuthenticator#sendChallenge causes requests to hang
  • #7964 - quarkus-jdbc-mysql-deployment missing the deployment BOM
  • #7961 - fix: duplicate envFrom in k8s manifests
  • #7960 - fix NPE in QuarkusTestExtension
  • #7959 - Load wagon providers from the classloader that loaded the bootstrap classes
  • #7958 - NPE in QuarkusTestExtension when test method argument is null
  • #7957 - Upgrade Jandex to 2.1.3.Final
  • #7956 - Slow startup with liquibase extension
  • #7953 - Better error message if Quarkus version does not match
  • #7951 - Integrate vert.x routes with security
  • #7950 - Ignore subclasses if bean is ambiguous
  • #7948 - Throw exception if using blocking mailer from IO thread
  • #7944 - Bump to the latest dekorate version
  • #7943 - Remove Spring Data maven-invoker style tests
  • #7937 - Some proofreading of the recent additions to config.adoc
  • #7936 - [jdbc-mysql extension] MySQL high availability datasource health check not supported in native Quarkus
  • #7935 - Add SmallRye Metrics extension to Infinispan Embedded
  • #7933 - Fix interceptor resolution process for multiple bindings, add automated test
  • #7930 - Qute type-safe templates - fix inconsitency in "raw" validation
  • #7929 - Add section about how to configure the banner
  • #7925 - Add quarkus-test-amazon-lambda to BOM
  • #7923 - NullPointerException with HibernateValidator @Valid
  • #7922 - Bump rest-assured.version from 4.2.0 to 4.3.0
  • #7921 - Update Infinispan to 10.1.5.Final and update test classes
  • #7920 - Ensure that enums can be used in @ParameterizedTest in @QuarkusTest
  • #7918 - Qute type-safe templates - fix validation of java.lang.Object
  • #7917 - Qute type-safe templates - fix interfaces validation
  • #7916 - Error running @ParameterizedTest in Quarkus 1.3.0.Final
  • #7912 - Fix display name of gc.total base metric
  • #7911 - Undeploy verticles backed by contextual instances
  • #7910 - Infinispan can't be manually started with Quarkus 1.3.0
  • #7908 - Add doc about defaults Spring Boot naming strategies
  • #7907 - Wrong display name of gc.total base metric
  • #7906 - Make it possible to inject Instance<> into observers/disposers
  • #7905 - Update Mutiny to 0.4.2.
  • #7901 - Fix intermittent Kubernetes test failures on Windows
  • #7897 - Run QuarkusTestResource in the runtime ClassLoader
  • #7896 - Resolve test jars from the local project correctly
  • #7894 - Exclude org.checkerframework:checker-qual from runtime dependencies
  • #7890 - Changing remote debug connection string for JDK 9+
  • #7889 - Remote debug into dev mode doesn't work on JDK 9+
  • #7888 - ArC - it's not possible to inject Instance<> into an observer method parameter
  • #7887 - Classloading issue when @QuarkusTest inherits from class from another artifact (Maven module)
  • #7881 - Make @QuarkusTest play nicely with @ParameterizedTest
  • #7880 - QuarkusTestResourceLifecycleManager / injecting - getAnnotation stopped working in 1.3.0
  • #7879 - Panache adding @XmlTransient to fields breaks Jackson serialization in @QuarkusTest
  • #7877 - Unable to use @ParameterizedTest with test annotated by @QuarkusTest
  • #7872 - Make mockito parent first
  • #7871 - Add documentation for building native on Windows
  • #7864 - Avoid null check
  • #7863 - Use proper configuration for environment variables in JibConfig
  • #7861 - Allow configuration of max frame size
  • #7859 - Add a section in the documentation about placeholder usage
  • #7858 - Bump flyway-core from 6.3.0 to 6.3.1
  • #7855 - Use auto-generated flyway properties table in documentation
  • #7854 - ClassCastException running Mockito with Quarkus 1.3.0.Final
  • #7853 - Support adding Quarkus extension to a module in a multimodule Gradle project
  • #7851 - Do not print null in generated config
  • #7850 - Apply minor container / kubernetes fixes
  • #7848 - Document how placeholders in application.properties work
  • #7847 - Support Flyway placeholders
  • #7845 - Qute - declaring a parameter of type java.lang.Object causes NullPointerException
  • #7842 - Gradle: if a project does not contain sources, don't add it as a module to the devmode context
  • #7838 - Close local instance of KubernetesClient
  • #7834 - Fix gradle generateConfig task
  • #7832 - Failed to startup quarkusDev with gradle + kotlin with subprojects
  • #7830 - Add excluded artifacts for Spring
  • #7823 - Quarkus gradle generateConfig fails
  • #7768 - Enabling both basic auth and form auth in quarkus does not work
  • #7740 - Kubernetes extension generates environment variables twice
  • #7714 - Allow @QuarkusTest to use constructor injection
  • #7685 - Flyway multiple datasource migration does not work on native
  • #7248 - XSS vulnerability in NotFoundExceptionMapper
  • #7172 - Cannot configure Vertx Max Frame Size
  • #7091 - java.lang.IllegalArgumentException: UTF8 string too large when running a QuarkusTest
  • #6831 - Document how to enable DEBUG logging for @QuarkusTest
  • #6726 - Kubernetes: inconsistent handling of kubernetes.name/group/version properties
  • #5780 - Better multi-module support for gradle when adding extension
  • #5722 - Gradle plugin doesn't support multi module project well.
  • #5284 - Default realm is always returned with HTTP 401
  • #4544 - @RoleAllowed Issue with Reactive Routes
  • #3369 - Injected null in subclassed ContainerRequestFilter
  • #3223 - Unable to send email when consuming a kafka topic
quarkus - 1.3.0.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #7831 - Generate entities in correct class loader
  • #7826 - Hibernate ORM: further move some metadata validation and processing to Augmentation
  • #7825 - Reword external driver warning
  • #7822 - Make duration in Kubernetes extension config proper durations
  • #7820 - Gradle: check whether the project has already been evaluated before calling afterEvaluate(...)
  • #7819 - Fix a few things in the container-image documentation
  • #7818 - Gradle: only the first extension is recognized as an extension in module's dependency list
  • #7816 - Properly identify and exclude project's modules from the classpath for Gradle's dev mode
  • #7814 - refactor: fix typo in reactive datasource config
  • #7813 - Add note about different JDBC drivers x native
  • #7808 - Exclude protobuf-java from mysql-connector-jdbc
  • #7807 - Fix typos in newly added section of the Security guide
  • #7805 - Recognize the mp.health.disable-default-procedures property
  • #7804 - Add section on reactive security
  • #7801 - Use https:// for Maven xsd
  • #7800 - Minor doc clarification
  • #7799 - Fix intermittent windows failures
  • #7798 - Eagerly dispatch to blocking executor
  • #7797 - fix(docs): make sure that mapped properties are sorted properly
  • #7796 - Fix problems with assumptions in tests
  • #7794 - Gradle: init AppModel resolver with LaunchMode.DEVELOPMENT in QuarkusDev task
  • #7793 - portable banner
  • #7787 - Bump SmallRye Config to 1.7.0
  • #7786 - Fixes related to Maven projects using the 'revision' property as the project version
  • #7785 - Rework the datasource documentation
  • #7782 - Calling long-running JPA operation from non-reactive REST service causes exception
  • #7781 - Generated datasource configuration: incorrect order of properties
  • #7780 - Allow Hibernate ORM to boot even when entity models are marked as final
  • #7778 - Vert.x EventLoop Thread used on JAX-RS methods with Undertow
  • #7777 - fix: container-image integration with knative
  • #7776 - Qute - exclude the value resolver for RawString from validation
  • #7775 - Properly support dependency on a java-library module
  • #7771 - Qute 1.3.0.CR2 - property/method [raw] not found on class [java.lang.String]
  • #7765 - Caused by: java.lang.IllegalArgumentException: Cannot subclass primitive, array or final types
  • #7764 - Add the option to skip the build mojo from the command line
  • #7761 - Add Hibernate ORM hot reload test
  • #7760 - Undertow security tests and fixes
  • #7759 - Update to smallrye-jwt-2.1.1
  • #7758 - 1.3.0.CR2 Not finding jar from other subproject
  • #7756 - Set compiler encoding to UTF-8 in the generated build.gradle
  • #7755 - Add missing config item annotation in docker config
  • #7753 - Bump postgresql from 42.2.10 to 42.2.11
  • #7752 - Do not print the banner if the target charset does not like it
  • #7751 - User proper doc links for container-image.adoc
  • #7749 - fix(#7712): S2i build no longer renames artifacts
  • #7747 - "Maven CI Friendly Versions" are not (fully) supported, application is incomplete/broken
  • #7746 - Avoid including the deprecated configuration properties in the generated doc
  • #7744 - chore: use final versions
  • #7742 - Fix links to generated config in container-image.adoc
  • #7741 - Read quarkus-development-mode's version from its pom.properties
  • #7739 - Ensure that a .env file at the root of the project can be used in dev-mode
  • #7738 - update proton-j to 0.33.3
  • #7737 - Do not turn fields into accessors in Hibernate ORM entity constructors
  • #7736 - Generated resources for knative do not take quarkus.container-image.group into consideration
  • #7731 - QuarkusPlatformTask - addPlatform to builder
  • #7729 - Quarkus 1.3.0.CR2: Dependency of gradle library submodule not included
  • #7728 - Document MDC trace IDs
  • #7727 - Enhance slow lookup message to be explicit about macOS and to mention path for Windows
  • #7724 - fix how defaultMode in Kubernetes volumes is parsed
  • #7723 - Upgrade OptaPlanner from 7.33.0 to 7.34.0
  • #7722 - defaultMode of a ConfigMap volume is 600 (decimal!) by default
  • #7719 - Support metrics applied via CDI stereotypes
  • #7715 - Document which Gradle version to use
  • #7712 - presence of quarkus-container-image-s2i extension causes wrong java -jar argument in pod spec
  • #7704 - Update Gradle to 6.2.2
  • #7672 - Banner full of ??? when running tests against Windows native binary, using cmd
  • #7653 - Native run of hibernate with enum in entity throws "MappingException: Could not create DynamicParameterizedType for type: org.hibernate.type.EnumType"
  • #7650 - quarkus.{kubernetes,openshift}.expose=true doesn't work
  • #7643 - Transient dev mode error on Windows
  • #7641 - the container-image-s2i extension logs a warning when I change the base S2I image
  • #7633 - MacOS native terminal - banner looks odd - terminal width 80
  • #7618 - JWT groups as string causes 401
  • #7594 - Cannot override "quarkus.swagger-ui.always-include" property
  • #7579 - OptaPlanner extension guide
  • #7561 - NPE on OidcAuthenticationMechanism.isWebApp with elytron-security,keycloak-authorization extensions
  • #7556 - Generated pom.xml file should HTTPS instead of HTTP to fetch XSD
  • #7541 - Retrieving dependencies from CDI in tests that implement interface throws java.lang.IllegalStateException if code defined outside JUnit test
  • #7519 - .env file copy to target in dev mode
  • #7433 - With AdditionalJpaModelBuildItem created Entity not working in dev mode
  • #7330 - Metric annotations applied via CDI stereotypes don't work
  • #7304 - Quarkus Security: @RolesAllowed causes crash on class but works on method when using CompletionStage
  • #7152 - Classes with @ConstructorProperties for Reflection
  • #7123 - Classloader issue with CompletableFuture
  • #6860 - Quarkus is not following MP Health spec to disable vendor procedures
  • #6652 - Document/Fix QuarkusUnitTest's public method requirement
  • #5015 - Injecting from another module causes ClassCastException
quarkus - 1.3.0.CR2

Published by gsmet over 4 years ago

Major changes

  • #7518 - Support OIDC client_secret_post client authentication
  • #6334 - Liquibase extension
  • #4920 - read timeout for blocking http

Complete changelog

  • #7709 - Updated the MicroProfile REST Client to 1.4.1
  • #7706 - Further improve the Kubernetes doc
  • #7697 - Add ability to pass custom repositories when resolving artifact descriptor in the bootstrap maven resolver
  • #7693 - Prevent BannerProcessor from failing when builds done in parallel
  • #7692 - Mention GraalVM 20.0.0 in the exception message of the version check
  • #7689 - FileSystemAlreadyExistsException when recordBanner is run in parallel
  • #7688 - Reactive MySQL Client - fix locale-specific assertions
  • #7687 - Quarkus 1.3.0.CR1: Cannot use @RestClient in constructor injection
  • #7682 - Disable banner in QuarkusDevModeTest
  • #7680 - Don't use locale specific strings for error checks in test
  • #7679 - Expand read timeout to cover Vert.x
  • #7677 - Also adjust tarLongFileMode for the PDF archive
  • #7674 - Fix potential hang if request is terminated prematurely
  • #7671 - Allow passing raw class names to JniRuntimeAccessBuildItem
  • #7669 - docs: use maven wrapper whenever possible
  • #7667 - Polish Kubernetes doc
  • #7666 - Polish container image extensions and doc
  • #7664 - changed tarLongFileMode to posix to mitigate problem with long group id
  • #7663 - Changes to get native build work on Windows with GraalVM Java 11
  • #7662 - Fix banner in native when building with docker
  • #7661 - make default banner max 80 chars wide
  • #7658 - fix: allow Flyway and Liquibase to play together by making JdbcDataSourceSchemaReadyBuildItem a multiple build item
  • #7656 - Add OIDC tenant-enabled property
  • #7652 - Support Kubernetes expose property via Quarkus configuration
  • #7646 - Quarkus hangs when clients disconnect after sending incomplete POST requests
  • #7645 - Provide a useful error message when native image fails with OOM
  • #7644 - remove useless warning in the Kubernetes extension
  • #7639 - Fix MP REST 1.4 TCK
  • #7638 - Gradle: don't rely on presence of the JavaPlugin.JAR_TASK_NAME
  • #7636 - Apply sun.nio.ch.Iocp substitutions only against Windows
  • #7634 - Avoid unresolved bean issue when retrieving the ShutdownReadinessCheck
  • #7632 - Bootstrap application - fail with 1.3.0.CR1 in native - substitution target for io.quarkus.vertx.core.runtime.graal.Target_sun_nio_ch_Iocp is not loaded
  • #7631 - Graceful shutdown failed with Quarkus 1.3.0.CR1 - No bean found for required type [ShutdownReadinessCheck] and qualifiers [Readiness]
  • #7630 - Show useful warning message when @ConfigProperty used in JAX-RS Provider
  • #7629 - Include the original cause in AppModelResolverException
  • #7628 - Prevent any side-effect NPE while closing a failed devmode launch
  • #7627 - Check timestamp for CP cache
  • #7626 - Caching of hardcoded paths can cause issues
  • #7624 - [1.3.0.CR1] Gradle build breaks with local non-jar project dependencies
  • #7623 - Don't run postgres tests by default
  • #7622 - Update to latest SmallRye Health
  • #7619 - Set a proper temp directory for Amazon Lambda
  • #7616 - fix sns event deserialize issue
  • #7614 - Support for recognizing multiple Quarkus platforms in a project
  • #7607 - @ConfigProperty not resolved in native mode
  • #7605 - Kotlin Amazon Lambda native image vertx tmp dir failure
  • #7564 - JDK language specific tests
  • #7518 - Support OIDC client_secret_post client authentication
  • #6942 - Fixing typo
  • #6906 - jacksonDeserilazationIgnoresPersitantAttribute is disabled on native, no link to an issue
  • #6747 - OIDC confidential clients can not authenticate with form params with Vertx 3.8.5
  • #6491 - AWS lambda could not deserialize SNS and SQS events
  • #6334 - Liquibase extension
  • #6084 - build native via docker could have more informative error messages
  • #4920 - read timeout for blocking http
  • #4455 - Read timeout for Servlet
quarkus - 1.3.0.CR1

Published by gsmet over 4 years ago

Major changes

  • #7379 - Upgrade to Hibernate Search 6.0.0.Beta5
  • #7109 - Add support for graceful shutdown
  • #7049 - OptaPlanner extension
  • #5496 - Add support for building and deploying container to Kubernetes
  • #4489 - Expose Hibernate ORM option to disable 2LC

Complete changelog

  • #7617 - Bump flyway-core from 6.2.4 to 6.3.0
  • #7615 - Logging guide: move reference to the end, start with howto's
  • #7613 - Generated Readme proposal improvements
  • #7611 - Improvement required to the generated README file
  • #7606 - fix: container-image-s2i runtime dependencies
  • #7604 - Usage statement added to Amazon Lambda archetype manage.sh script
  • #7603 - Update SmallRye Fault Tolerance to 4.1.1 to bring bugfixes
  • #7602 - Fix misleading Javadoc on NativeConfig
  • #7600 - Improvements around s2i and kubernetes deployment
  • #7599 - Prestart all core threads, otherwise quarkus.thread-pool.core-threads is ignored
  • #7598 - Config option quarkus.thread-pool.core-threads is ignored
  • #7597 - Homogeneize the Quarkus "powered by" mentions
  • #7596 - Simplify kubernetes tests
  • #7595 - Ensure that container image tests only run on linux when the docker flag is enabled
  • #7593 - Enforce dependencyConvergence in quarkus-bootstrap-core
  • #7590 - Updating package names in guides
  • #7588 - Add option to disable the http port when https is enabled
  • #7587 - Initialize sun.nio.ch.Iocp at runtime on Windows with JDK 11
  • #7586 - Upgrade to RESTEasy 4.5 to support async IO
  • #7585 - quarkus master build fails if no docker daemon is running
  • #7584 - Use launch mode as a prefix for the file used as the app model cache
  • #7583 - Unlist elytron extension as it's an internal one
  • #7582 - Bump quarkus-http-websockets-jsr from 3.0.2.Final to 3.0.3.Final
  • #7581 - Tests fail after quarkus:dev run
  • #7577 - NettyProcessor marks http2 related classes for runtime initialization even if they are not on the classpath
  • #7576 - NettyProcessor marks http2 related classes for runtime initialization even if they are not on the classpath
  • #7575 - Document the fact that Panache stream methods should be closed
  • #7573 - Fix ReactivePgReloadTest
  • #7571 - Output CloudWatch Logs for AWS Lambda invocation
  • #7569 - Fix wrong string constant name for inherit
  • #7567 - Unify extension definitions
  • #7566 - Improve the documentation on Kotlin data class
  • #7563 - Upgrade Quarkus HTTP to 3.0.3.Final
  • #7562 - devtools commands to accept platform descriptor as an argument
  • #7560 - Qute - loop section -support iterators and arrays
  • #7559 - bump jaxb-runtime
  • #7557 - Homogenise the extension descriptions
  • #7555 - Use actual bean type when generating Reactive Messaging Invoker
  • #7553 - Fix wrong KubernetesClientBuildConfig link
  • #7552 - Rest Client - support injection for providers used in @RegisterProvider
  • #7550 - Injecting CDI beans with array type should not result in warning
  • #7547 - Enhance NativeImageLauncher (test utility) to support Java 11+ runtimes
  • #7546 - Make DiagnosticPrinter compatible with Windows
  • #7542 - Register ServerEndpointConfig.Configurator
  • #7540 - refactor: do not use deprecated DefaultAnnotationScannerExtension class
  • #7539 - Write the getting started with reactive documentation
  • #7538 - Update the JMS guide to use the Qpid JMS extension
  • #7537 - Add some new ignores for ReflectiveHierarchyStep
  • #7535 - io.quarkus.test.common.NativeImageLauncher.guessPath() needs to support > Java 9
  • #7534 - Resolving enforcement mode from path configuration
  • #7533 - Fix #7532 Introduce NativeConfig.includeAllTimeZones
  • #7532 - Introduce NativeConfig.includeAllTimeZones
  • #7531 - Microprofile rest client - Can't inject config/beans to providers also in 1.2.1.Final
  • #7530 - Make sure that DotEnvConfigSource is used for runtime properties as well
  • #7529 - Fix @Fallback issues of smallrye-fault-tolerance for Quarkus
  • #7528 - JsonNode missing in Index
  • #7526 - Fix metrics of the default Agroal data source
  • #7525 - Metrics for default Agroal data source are broken
  • #7524 - Move Agroal metric classes into private API
  • #7523 - Load JSON parent first for logging
  • #7522 - Fix broken YAML for Boring Cyborg
  • #7520 - Fix some datasource config issues
  • #7517 - Fix Context propagation tutorial
  • #7515 - add short-name to reactive-messaging-amqp extension metadata
  • #7514 - Show better error when multiple container image extensions used with Kubernetes
  • #7513 - Fix Context Propagation compilation error snippet
  • #7511 - Allow ctor injection for RESTEasy Resources with Security annotations
  • #7509 - Undertow websockets extension does not register service provider for javax.websocket.server.ServerEndpointConfig.Configurator
  • #7508 - Ensure that Amazon Lambda uses the ObjectMapper bean when available
  • #7506 - Converge wagon-provider-api versions in quarkus-bootstrap-core #7505
  • #7505 - Enforce dependencyConvergence in quarkus-bootstrap-core
  • #7504 - Fix broken Hibernate Search Quickstart
  • #7501 - Quarkus recommended labels
  • #7497 - refactor: remove unused logger from vault extension
  • #7495 - Constructor Injection in secured JAX-RS resources leads to exception
  • #7494 - Reduce log level and use JBoss logger
  • #7492 - JDBC resources leaked when using PanacheQuery<Entity>.stream()
  • #7491 - Cannot disable Keycloak policy enforcement for root path
  • #7490 - Remove unneeded context propagation library
  • #7489 - Remove obsolete throws Exception from tests of quarkus-smallrye-jwt extension
  • #7484 - Conflicts when multiple container-image modules are present
  • #7482 - Use the recommended labels for generated kubernetes manifests
  • #7479 - Bug report template - add build tool bullet to the environment list
  • #7478 - Banner updates
  • #7477 - Banner is not subatomic
  • #7476 - Qute - add test for include section, a small fix for user tags
  • #7475 - Introduce awaitility to flaky ReactiveMongodbPanacheResourceTest
  • #7473 - Trying to stabilize CodeFlowTest
  • #7472 - Qute can not find included template without extension
  • #7471 - fix (#7460) Setup mock before creating the client
  • #7470 - feat: don't display registry warning for s2i
  • #7469 - quarkus-logging-json not working 1.3.0
  • #7468 - fix: docker login command
  • #7467 - Bump debezium-core from 1.0.0.Final to 1.0.2.Final
  • #7461 - Clarify that we need 1.5GB of heap for building Quarkus
  • #7460 - Fail to build Quarkus in master because of minikube dependency
  • #7459 - Upgrade Maven resolver related dependencies used by bootstrap
  • #7458 - Unable to build gradle project in Java 11 + smallrye amqp extension
  • #7457 - Qute - mention elvis and ternary operators in the docs
  • #7456 - fix: increase reactive test SSE wait time
  • #7454 - Failure to build container-image via s2i in some clusters
  • #7453 - Rework datasource configuration
  • #7452 - Make updating a built application to k8s a no-brainer
  • #7450 - Polish Kubernetes extension
  • #7449 - Apply minor cleanup to internal test extensions
  • #7448 - Fix a connection-delay processing
  • #7447 - OIDC Connection-Delay config parameter doesn't work
  • #7445 - Fix monitor state bug
  • #7444 - IllegalMonitorStateException in VertxBlockingOutput
  • #7441 - Gradle: prefer local deps as JARs when building runnable JARs
  • #7439 - Prevent cleaning up the build directory when QuarkusProdModeTest fails
  • #7438 - Avoid having to load ResteasyContextProvider class
  • #7437 - Fixed scope for quarkus-junit5-internal dep in qute-deployment
  • #7436 - Qute type-safe templates - validate virtual methods in expressions
  • #7435 - Fix requesting on MongoDB ObjectId fields
  • #7434 - MongoDB Panache: When using Kotlin data classes, the ID field is not populated after calling persist()
  • #7429 - Add code example for java 11 native dockerfile to native-and-ssl guide
  • #7425 - Load the Servlet API parent first
  • #7421 - Allow @Autowired on methods
  • #7420 - Spring DI - @Autowired annotation does not work for setters
  • #7418 - Prevent redirect loops and support a cookie path parameter
  • #7416 - Use BeanArchiveIndexBuildItem in hibernate-validator extension to allow working with generated beans
  • #7415 - MongoDB find by foreign objectId fails
  • #7413 - Fix missing IgnoreCase handling for some Spring Data JPA queries
  • #7412 - Spring Data JPA - ContainingIgnoreCase is not working
  • #7411 - Allow MetricBuildItem to declare the desired registry type
  • #7410 - enable support for AMQP in the quarkus-artemis-test module
  • #7407 - quarkus-logging-sentry and quarkus-undertow - java.lang.ClassCastException: io.sentry.servlet.SentryServletContainerInitializer cannot be cast to javax.servlet.ServletContainerInitializer
  • #7406 - Remove wrong and unused dependency from the bom
  • #7403 - CDI beans with array type result in warning.
  • #7402 - chore: update aws sdk version
  • #7400 - docs: fix broken links in kubernetes.adoc guide
  • #7399 - New connection pool initiator for Hibernate ORM
  • #7398 - Build step annotation enhancements
  • #7397 - Bump mockito-core from 3.2.4 to 3.3.0
  • #7396 - feat: group name version are inherited from container image.
  • #7395 - Update Swagger-ui to 3.25.0
  • #7394 - Resolve Gradle's project's classes dir in case the JAR isn't availablable
  • #7393 - fix: version conflict for http-nio.
  • #7392 - Broken enforcer rule on http-nio
  • #7391 - Upgrade Maven wrapper to 3.6.3 and enforce Maven 3.6.2
  • #7389 - Prevent NCDFE on thread pool shutdown when CL is closed early
  • #7388 - Update various guides to Mutiny
  • #7387 - Upgrade awssdk from 2.10.3 to >= 2.10.24
  • #7386 - Qute - mention elvis and ternary operators in the docs
  • #7385 - Fix broken MongoClientBuildItem support
  • #7384 - smallrye-config update, dependabot entry
  • #7383 - KubernetesDeploy - close client
  • #7382 - Fix documentation formatting issues
  • #7381 - Reactive Messaging - add @Dependent scope only if not JAX-RS construct
  • #7380 - Make quarkus.security.jdbc.principal-query.sql optional
  • #7379 - Upgrade to Hibernate Search 6.0.0.Beta5
  • #7378 - MongoClientBuildItem is never produced
  • #7377 - Qute type-safe templates - validate "virtual methods" in expressions
  • #7375 - Make some small adjustments to the container image doc
  • #7371 - quarkus.security.jdbc.principal-query.sql is required even if quarkus.security.jdbc.enabled is set to false
  • #7369 - S2i improvements
  • #7368 - Add SecurityIdentityAugmentor section
  • #7365 - Submodule not in classpath when running :app:quarkusBuild in a multi-module Gradle project
  • #7363 - refactor: KebernetesDeploy no longer uses kubectl.
  • #7361 - Document how to protect routes in Quarkus
  • #7357 - NPE in :quarkusTestConfig gradle task with 1.3.0.Alpha2
  • #7356 - Create openshift wrapper extension.
  • #7354 - CDI lifecycle behavior different when using reactive messaging and @Incoming and @StartupEvent
  • #7351 - Update JWT guide with the builder API intro and fix some typos
  • #7350 - Bump rxjava from 2.2.17 to 2.2.18
  • #7349 - Bump narayana to 5.10.1.Final and SQL Server JDBC driver to 7.2.2.jre8
  • #7348 - Hibernate ORM configuration option to disable 2LC
  • #7347 - Add some small polish to the Kubernetes deployment process
  • #7346 - Code polish - 2020-02-21
  • #7345 - Ensure that whitespaces don't break bean invocation in SpEL
  • #7344 - Add Spring autolabelling
  • #7343 - @PreAuthorize() does not support space before string expression
  • #7341 - Align naming in container-image & kubernetes extensions
  • #7340 - CodeFlowTest failing from time to time on CI
  • #7339 - refactor: Kubernetes extension now uses quarkus.
  • #7338 - Update the version of smallrye-open-api to 1.2.1
  • #7336 - Avoid annoying Warning logs when Sentry is disabled
  • #7335 - Partially revert "Fix issue getting config from fork join pool"
  • #7334 - Qute - add some javadoc to public API
  • #7332 - Reverse the dependency between context propagation and mutiny.
  • #7329 - Add support for registering classes for JNI runtime access
  • #7328 - bump netty to 4.1.45.Final
  • #7327 - Mongodb panache/mutiny
  • #7325 - Qute - add missing parts of javadoc to public API
  • #7323 - Fix quartz guide typo
  • #7319 - Bump flyway-core from 6.2.3 to 6.2.4
  • #7317 - Minor cleanup to log level configuration
  • #7315 - Update Keycloak docker image to 9.0.0
  • #7314 - Update Keycloak docker image to 9.0.0
  • #7313 - Extend types ignored for reflection
  • #7310 - Use Mutiny in the reactive section of the neo4j quickstart
  • #7307 - Enable missing build profiles for native integration tests
  • #7305 - use runtime classloader as TCCL during application close
  • #7303 - Implement Context Propagation support for Mutiny
  • #7302 - Show a proper error message when @Inject is used in NativeTest
  • #7300 - NativeImageTest that uses @Inject: better error message than NullPointerException
  • #7294 - Add Vault write and delete secret Fixes #7155
  • #7290 - Using an import.sql file doesn't seem to get loaded with H2 in tests
  • #7288 - Introduce built-in number operations in Qute extension
  • #7287 - Bootstrap/workspace discovery: check parent dir for pom.xml
  • #7285 - Add oidc-code-flow dev mode test
  • #7283 - qute: modulo operation in iterations
  • #7282 - Introduced quarkus-internal.maven-cmd-line-args system property
  • #7281 - Bump JGit to 5.6.1.202002131546-r
  • #7279 - Qute - fix built-in template extension method for Map
  • #7278 - Add hack to work around fork join pool problems
  • #7277 - Qute - ExtensionMethodGenerator now handles ClassCastException correctly
  • #7276 - 1.3.0.Alpha2: Kubernetes Client: Could not initialize class KubernetesDeserializer in dev mode
  • #7274 - Qute - ignore expressions/tags starting with invalid identifiers
  • #7273 - Add guide for Spring Cloud Config Client extension
  • #7271 - Fix flaky Kubernetes tests
  • #7270 - Transfer providers discovered at build-time to new ClientBuilder instances
  • #7268 - add mutiny deployment deps corresponding to runtime deps
  • #7266 - Update the Kafka Streams guide to use KafkaRecord instead of KafkaMessage
  • #7265 - Synchronize Execution#diagnostics list internally
  • #7264 - Remove redundant synchronized block
  • #7263 - Implement the Mutiny API for the MongoDB client
  • #7262 - enable autolabeller
  • #7261 - RootDefinition - trim RuntimeConfig and RuntimeConfiguration suffixes
  • #7260 - [fixes #6571] - Document OIDC Multi-Tenancy feature
  • #7258 - Be nice to people mentioning lower case log levels
  • #7257 - RootDefinition should also trim RuntimeConfig and RuntimeConfiguration suffixes
  • #7255 - Add support for configuring additional dependencies in @QuarkusProdModeTest
  • #7254 - Quartz - make it possible to access the underlying scheduler instance
  • #7253 - Use Maven 3.6.3 in new projects
  • #7252 - Update Gradle to 6.2
  • #7251 - Hot reload tests for Reactive SQL Clients
  • #7250 - Database config issue
  • #7249 - Gradle quarkusBuild fails with java.util.ServiceConfigurationError: org.eclipse.microprofile.config.spi.ConfigSourceProvider: io.quarkus.test.common.http.TestHTTPConfigSourceProvider not a subtype
  • #7246 - Quartz extension - make it possible to access the underlying Quartz scheduler instance
  • #7245 - Recreate all metric registries during reload
  • #7241 - Remove elytron-security GraalVM 19.3.0 workaround
  • #7240 - Improve Quarkus Keycloak Documentation
  • #7238 - Swagger-UI/Openapi-Link provides faulty schema-components for List/Set
  • #7237 - Ignore resolved dependencies that are not JARs or directories
  • #7234 - 1.3.0.Alpha2 Kotlin error Caused by: java.util.zip.ZipException: zip END header not found
  • #7231 - Add support for MutinyVerticle
  • #7230 - Bump kafka to 2.4.0
  • #7227 - Avoid overriding the default CONNECTION_HANDLING strategy in Hibernate ORM
  • #7226 - Introduce QuarkusProdModeTest
  • #7225 - Artifacts may not contain the version
  • #7223 - Add release-related metadata to ide-config pom.xml
  • #7219 - Fix: remove typo from CONTRIBUTING.md
  • #7217 - Quarkus gradle build fails with flatDir
  • #7216 - Update the reactive database client extensions to use Mutiny
  • #7214 - Change the way test failures are reported
  • #7211 - Implement Mutiny support for the mailer service
  • #7208 - Fixed support for Integrators and ServiceContributors in Hibernate ORM
  • #7204 - update to MicroProfile Fault Tolerance 2.1 and SmallRye Fault Tolerance 4.1.0
  • #7203 - Surefire 3.0.0-M4 passing even if a build step throws an exception
  • #7201 - Benefit from the static metadata for GraalVM to have been moved into …
  • #7195 - Multi-project @QuarkusTest in IDE to use compiled source
  • #7189 - Function integrate of custom hibernate integrator is not called
  • #7182 - Minor fixes for the create-extension mojo
  • #7181 - create-extension should generate application.properties for the integration test
  • #7180 - create-extension mojo should accept absolute paths for the templatesUriBase option
  • #7177 - Implement Resteasy Mutiny support
  • #7169 - feature: Spring API-only deps
  • #7161 - Running a shutdown task failed: Provider io.smallrye.faulttolerance.propagation.ContextPropagationExecutorFactory not a subtype
  • #7155 - Vault add writeSecret in VaultKVSecretEngine
  • #7153 - Registering classes with @ConstructorProperties for Reflection for #7152
  • #7144 - Qute Template Extension with multiple parameters: Resulting in endless wait without error
  • #7138 - Gather and expose information about all known scopes before transforming annotations
  • #7120 - Error in context propagation tutorial
  • #7119 - Fix "QuarkusUnitTest: assertException shadows out setExpectedException"
  • #7109 - Add support for graceful shutdown
  • #7101 - Integration of Qute and Mutiny
  • #7100 - guide updates for knative quick start update
  • #7099 - Add Mongo Connection Pool Metrics
  • #7086 - Add a composite OidcAuthenticationMechanism
  • #7076 - ArC - introduce a new build item that represents a scope of a custom context registered by an extension
  • #7066 - Native build of Kafka Streams fails at runtime with class RocksDBException not found
  • #7061 - Allow MetricBuildItem to declare the desired scope
  • #7059 - Update to SmallRye Reactive Messaging 1.1.0
  • #7054 - missing RESTeasy classes in native build of JAX-RS app
  • #7049 - OptaPlanner extension
  • #7023 - Changes for config cogs tweak
  • #7018 - Recreate all metric registries on startup?
  • #7013 - Optimize the use of TenantConfigResolver by making OidcTenantConfig a good map key
  • #7000 - QuarkusUnitTest: assertException shadows out setExpectedException
  • #6997 - Improve OIDC multi-tenancy and "web-app" configuration support
  • #6982 - Document how to create custom SecurityIdentityAugmentor
  • #6965 - Test that quarkus-oidc works in the dev mode
  • #6945 - Entity updates not persisted when using the repository pattern
  • #6923 - doc: active record and repository patterns
  • #6917 - Add hot reload tests for Reactive SQL Clients
  • #6870 - ClassCastException in Qute BuiltinTemplateExtensions.map on a TreeMap with {#for entry in map.entrySet}
  • #6802 - OIDC goes into a redirect loop if a token request with a code grant fails
  • #6770 - Invalid WARNING: Closing open connection prior to commit
  • #6744 - Upgrade to Infinispan 10.1.2.Final
  • #6670 - Add configuration for vert.x with native transport #6669
  • #6621 - Document how to use escaped {} in Qute
  • #6571 - Document OIDC Multi-Tenancy feature
  • #6291 - feat: log warning in case of finding spring.jpa properties configuration
  • #6179 - Remove the GraalVM workarounds that are no longer required with 19.3.1
  • #6135 - Explicitly document the different Panache ORM approaches
  • #6013 - Adds tests for quarkus.http.auth.form.new-cookie-interval
  • #6011 - quarkus-credential FORM auth cookie does not get renewed in the expected way
  • #6007 - Use jib to generate container images during build phase
  • #5496 - Add support for building and deploying container to Kubernetes
  • #5493 - Allow triggering container builds and deployments during the build.
  • #4489 - Expose Hibernate ORM option to disable 2LC
  • #3539 - QuarkusTestExtension does not support -ntp in Maven 3.6.1
quarkus - 1.2.1.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #7267 - Fix TIP formatting in deploying-to-openshift-s2i.adoc
  • #7247 - Fixed wording and typo in introduction
  • #7244 - Don't attempt to fetch() if we have eof
  • #7218 - Provide jpa metamodel for PanacheEntity class
  • #7202 - Remove test-related entries in maven-compiler-plugin
  • #7190 - Add yaml config examples
  • #7176 - fix: potential NPE in SchedulerProcessor#collectScheduledMethods
  • #7167 - POST with HTTP/2 fails with: java.lang.IllegalStateException: Request has already been read
  • #7146 - Add the no-arg compiler plugin to the documentation
  • #7142 - Ensure that user provided ObjectMapperCustomizer objects always have higher priority
  • #7136 - guides: fix native builder when deploying to OCP
  • #7131 - Add XMLOutputFactoryImpl for reflection in JAXB extension
  • #7114 - Update base image in multistage native doc
  • #7110 - Exclude jackson-module-scala
  • #7082 - Image tag is missing the -java8 suffix
  • #7064 - Dockerfile.native - run with non-root user 1001
  • #7051 - Add tooling guides tip about JDK 11 native image generation from Docker
  • #7021 - Update URL for Graal VM CE downloads
  • #7010 - Adjust the artifact name of the PDF documentation to avoid conflicts
  • #7001 - Add StreamingOutput to the reflection ignore list for RESTEasy
  • #6991 - Process @Consumes for ContextResolvers in RESTEasy
  • #6953 - Ensure that quarkus:dev works with yet to be compiled Kotlin project
  • #6952 - Add librocksdbjni-linux64.so to the build when only containerRuntime is set
  • #6946 - Fix Scheduling Quartz Tasks with MSSQL JDBC Store
  • #6920 - Upgrade Hibernate Validator to 6.1.2.Final
  • #6901 - Update Gizmo and Quarkus HTTP
  • #6894 - Reuse compiler configuration in quarkus:dev
  • #6874 - Fix duplicate dependencies issue in OpenTracing guide
  • #6865 - Fix incorrect Maven dependencies in Kafka Reactive Messaging tutorial
  • #6863 - Register remaining XML parsing infrastructure for quarkus-jaxb
  • #6856 - Rename application-data-caching.adoc to cache.adoc
  • #6818 - Properly pass JVM Target options to kotlin dev-mode
  • #6815 - Extensions/jdbc/mariadb: fix new Options class path registered for reflection
  • #6813 - Bump mariadb-java-client from 2.5.3 to 2.5.4
  • #6779 - Bump kubernetes-client-bom from 4.7.0 to 4.7.1
  • #6775 - Fix a missing closing tag in Qute documentation
  • #6769 - Add missing caffeine-deployment to hibernate-orm-deployment
quarkus - 1.3.0.Alpha2

Published by gsmet over 4 years ago

Major changes

  • #7196 - Upgrade to Hibernate ORM 5.4.12.Final
  • #7130 - Add first version of Spring Cloud Config Client extension
  • #7069 - Updated MP Config to 1.4 and SmallRye Config to 1.6.1
  • #6969 - Introduce Startup annotation

Complete changelog

  • #7219 - Fix: remove typo from CONTRIBUTING.md
  • #7207 - Updated MP OpenTracing to 1.3.3 and SmallRye OpenTracing to 1.3.4.
  • #7206 - Bump kubernetes-client-bom from 4.7.1 to 4.8.0
  • #7202 - Remove test-related entries in maven-compiler-plugin
  • #7200 - Don't presize an empty array passed to Collection#toArray
  • #7197 - chore: update kotlin version to 1.3.61
  • #7196 - Upgrade to Hibernate ORM 5.4.12.Final
  • #7192 - Bump flyway-core from 6.2.2 to 6.2.3
  • #7190 - Add yaml config examples
  • #7187 - exclude hikari from the quartz extension
  • #7186 - MicroProfile Metrics 2.3
  • #7184 - Bump JGit to 5.6.0.201912101111-r
  • #7178 - Fix critical issues detected with SonarCloud
  • #7176 - fix: potential NPE in SchedulerProcessor#collectScheduledMethods
  • #7174 - SchedulerProcessor method collectScheduledMethods recursion check
  • #7170 - Fix blocker issues detected with SonarCloud
  • #7168 - chore: align module naming.
  • #7165 - Support for AWS XRay
  • #7164 - Update to latest SmallRye OpenAPI
  • #7162 - Cleanup in the bootstrap code around maven resolver and workspace discovery
  • #7159 - Fix MongoDB date format issue
  • #7157 - Always register the class of Jackson's JsonDeserialize#using
  • #7154 - Bootstrap maven resolver profile interpolation
  • #7146 - Add the no-arg compiler plugin to the documentation
  • #7143 - Undertow: unused servlet initParams code, adds tests
  • #7142 - Ensure that user provided ObjectMapperCustomizer objects always have higher priority
  • #7139 - Enhance JsonDeserialize reflective class registration
  • #7136 - guides: fix native builder when deploying to OCP
  • #7135 - Improved contributing guide by adding instructions about the MicroProfile TCK
  • #7134 - Managed dependency versions of an app override its dependency versions specified explicitly
  • #7131 - Add XMLOutputFactoryImpl for reflection in JAXB extension
  • #7130 - Add first version of Spring Cloud Config Client extension
  • #7128 - Shutdown all resources on close
  • #7126 - Fix class loading performance problem
  • #7125 - Bump postgresql from 42.2.9 to 42.2.10
  • #7118 - Change DevModeMetricsTest so that it doesn't spew out a NPE into the log
  • #7117 - JWTAuthContextInfo - setSignerKey was deprecated
  • #7116 - Custom serializer in ObjectMapperCustomizer is loaded randomly
  • #7115 - Support Hibernate ORM's generation of Enhanced Proxies
  • #7114 - Update base image in multistage native doc
  • #7113 - Remove Caffeine ForkJoinPool#commonPool fix
  • #7112 - Resolve swallowed exceptions on Hibernate ORM loading of Integrator services
  • #7111 - Avoid logging a scary INFO about not having found the META-INF/persistence.xml
  • #7110 - Exclude jackson-module-scala
  • #7108 - Stop trying to index primitive types annotated with @Context
  • #7107 - Stop dealing with the SunEC library during the native image generation
  • #7106 - Reset the TCCL for each test
  • #7103 - doc: remove unused import of PathVariable
  • #7098 - Add support for Vert.x Mutiny
  • #7093 - Add banner extension module - default banner & option for custom banner for user
  • #7092 - Prevent generation of init group methods for build time config
  • #7089 - Force loading of JDBC drivers in runtime classloader
  • #7083 - Upgrade of Hibernate ORM to 5.4.11.Final
  • #7082 - Image tag is missing the -java8 suffix
  • #7081 - Hibernate ORM logging ServiceConfigurationError errors with full stacktraces
  • #7079 - 1.3.0Alpha1 cannot initially find JDBC Driver on Java8, but works on Java11
  • #7078 - Set the AppArtifact in the Gradle plugin
  • #7077 - Gradle buildNative is broken
  • #7073 - Handle MongoDB BsonDiscriminator
  • #7072 - Re-enable the code flow test
  • #7071 - QuarkusDev should be serializing the AppModel in the same manner as QuarkusTestConfig
  • #7070 - Move generation of GeneratedFileSystemResourceBuildItem out of jar
  • #7069 - Updated MP Config to 1.4 and SmallRye Config to 1.6.1
  • #7068 - Eliminate wildcard imports in QS guides
  • #7067 - Chunk of code polish commits
  • #7065 - Test application.properties are ignored in 1.3.0.Alpha1
  • #7064 - Dockerfile.native - run with non-root user 1001
  • #7063 - Make MongoClientBuildItem a MultiBuildItem
  • #7060 - Move the WildFly Elytron version to 1.11.2.Final
  • #7058 - Turn a class annotated with @Startup but no scope into a bean
  • #7053 - @BeforeAll invoked too many times
  • #7052 - Make sure that src/test/resources takes precidence for @QuarkusTest
  • #7051 - Add tooling guides tip about JDK 11 native image generation from Docker
  • #7048 - Allow the standalone use of @Startup
  • #7047 - Bump flyway-core from 6.2.1 to 6.2.2
  • #7045 - Disable the multitenancy related test
  • #7044 - OIDC code flow tests failing in native on CI
  • #7042 - Add a simple smallrye-jwt dev mode test
  • #7041 - Revert removal of a Netty GraalVM tweak
  • #7039 - NPE seen during quarkus-smallrye-metrics-deployment build
  • #7038 - Kotlin quarkus Dev recompiling with JVM target 1.6
  • #7035 - UnsupportedFeatureError: The offset of private final java.util.Set
  • #7032 - Revert "Make the Kafka health check configuration more future proof"
  • #7029 - Add back EnvConfigSource that was removed by accident
  • #7022 - Removed unused properties according to issue 4630
  • #7021 - Update URL for Graal VM CE downloads
  • #7016 - Register methods annotated with @Gauge for reflection
  • #7015 - make ide-config shareable
  • #7012 - Check to see if injection point is same as current thread local value
  • #7011 - Allow specifying quarkus.native.builder-image via gradle plugin parameter native-builder-image.
  • #7009 - Fix the native image path passed to NativeImageBuildItem
  • #7006 - Fixes callout and property value cache from doc
  • #7005 - Update to smallrye-jwt 2.0.13
  • #7003 - ArC- reduce overhead of metadata initialization in subclass constructors
  • #6999 - (#6998) Query sdk man to get latest java8 release for reporting in na…
  • #6994 - Remove Elasticsearch port bindings in the logging-gelf docker-compose
  • #6993 - SmallRye Metrics - @Gauge methods analyzed in MetricsInterceptor should be registered for reflection
  • #6989 - ArC - improve automatic registration for reflection
  • #6978 - java.lang.LinkageError from quarkus:dev, using entities from external jars
  • #6973 - Also ignore the upcoming Jakarta classes
  • #6970 - Run blocking when tenant config resolver exists
  • #6969 - Introduce Startup annotation
  • #6964 - Test that smallrye-jwt works in the dev mode
  • #6950 - OIDC now always delegates to a thread pool
  • #6939 - Stop dealing with the SunEC library during the native image generation
  • #6938 - Configure all Test tasks properly (#3552)
  • #6934 - Jandex WARNING using standard JAX-RS classes
  • #6933 - OpenApi NPE using default method with generic types
  • #6928 - Introduce support for .env
  • #6924 - Add OIDC token grace period, better support for namespace-qualified claim paths and redirects
  • #6914 - It should be possible to configure the builderImage via the gradle buildNative task
  • #6913 - Add first version of bootstrap config support
  • #6902 - JAXB Extension Project Issue
  • #6898 - Metrics extension causes issues with Resteasy in native runtime
  • #6862 - Introduce QuteContext synthetic bean
  • #6853 - OIDC relative redirect-path property should not be tied in to the current relative request path
  • #6849 - JAX-RS Resource with Kafka Topic injection - Message body writer not found
  • #6842 - OIDC and smallrye-jwt are unable to get groups from custom claims like "https://example.com/roles"
  • #6841 - Fix issue getting config from fork join pool
  • #6836 - Provide an OIDC token expiry grace period property
  • #6830 - Throw a DefinitionException when non-producer method is annotated with a stereotype
  • #6824 - Make Jaeger tracer reconfigurable
  • #6800 - Java 11 Target, Hibernate and JaCoCo not working
  • #6785 - --initialize-at-build-time appears to be ignored | AWS XRay SDK
  • #6742 - When using kotlin with mongo panache, the deserializer fails unless all the constructor parameters are declared as nullable or have a default value
  • #6680 - Reduce dead local store
  • #6584 - Add more information about yaml configuration
  • #6566 - PanacheMongoRepository does not deal well with instants
  • #6292 - Improve the usage of MongoDB @BsonDiscriminator
  • #6220 - REST metrics
  • #6063 - HibernateProxy at runtime is not allowed when the configured BytecodeProvider
  • #5955 - Allow the easy instantiation of CDI beans
  • #5819 - Could not find any META-INF/persistence.xml file in the classpath
  • #5756 - Hibernate ORM throws EnhancementException: Failed to enhance class
  • #5660 - Security JPA implementation
  • #5596 - Removes deprecated code
  • #5567 - Reactive MongoDB with Panache
  • #5446 - Reactive MongoDB with Panache
  • #5354 - java.lang.LinkageError from quarkus:dev but not from java -jar
  • #5267 - Offer a Quarkus asciiart banner
  • #5038 - Test scenario for expired bearer tokens
  • #4529 - 3343: add multi mongo db support
  • #4347 - Add a JPA Identity Extension
  • #4147 - Maven quarkus:dev does not recognise dependencies added through activated profile
  • #3670 - Quarkus dev Mode loading a Env file
  • #3343 - Quarkus MongoDB Client: Connect to multiple MongoDB clusters from the same app
quarkus - 1.3.0.Alpha1

Published by gsmet over 4 years ago

Major changes

  • #6735 - Micrometer compatibility mode for Metrics

Complete changelog

  • #7004 - Maven create extension test fixes
  • #7002 - Gradle test app model
  • #7001 - Add StreamingOutput to the reflection ignore list for RESTEasy
  • #6996 - fix (#6826): Upgrade to dekorate 0.10.9 which further improves handling
  • #6991 - Process @Consumes for ContextResolvers in RESTEasy
  • #6990 - ArC - improve performance of Reflections.findX() methods
  • #6987 - QuteProcessor - fix problem in param declaration validation
  • #6981 - Add warning for @SseElementType(MediaType.APPLICATION_JSON)
  • #6977 - fix (#6726): Bump dekorate to 0.10.8 and add integration test that
  • #6974 - NullPointerException with mixed media types
  • #6971 - Qute: Support iterating by number
  • #6963 - Qute iterating by number
  • #6962 - Exclude osgi.annotation.versioning dependency
  • #6961 - Component upgrades for JBoss Threads
  • #6959 - Improve io.quarkus.arc.impl.Reflections.findX() performance
  • #6958 - change resource name to PersonResource to align docs with Mongo Panache quickstarts
  • #6957 - Qute Error with for
  • #6956 - Upgrade netty to 4.1.44.Final to fix known vulnerabilities
  • #6955 - Make @MultipartConfig work in quarkus-undertow extension
  • #6953 - Ensure that quarkus:dev works with yet to be compiled Kotlin project
  • #6952 - Add librocksdbjni-linux64.so to the build when only containerRuntime is set
  • #6946 - Fix Scheduling Quartz Tasks with MSSQL JDBC Store
  • #6944 - MultipartConfig annotation is ignored at HttpServlet by quarkus-undertow
  • #6941 - Adjust the count down latch in the verticle IT
  • #6937 - Add links for disabled Vault tests
  • #6936 - CreateProjectMojo - validate className
  • #6932 - Extract common test code into utility method
  • #6931 - mvn clean quarkus:dev not working in mixed Kotlin project
  • #6930 - Replace hardcoded ASM version with Gizmo.ASM_API_VERSION
  • #6929 - Remove stacktrace logging when Maven's settings-security.xml could not be located
  • #6927 - Bump gizmo from 1.0.0.Final to 1.0.2.Final
  • #6926 - Bump quarkus-http-websockets-jsr from 3.0.0.Beta1 to 3.0.2.Final
  • #6920 - Upgrade Hibernate Validator to 6.1.2.Final
  • #6916 - Bump formatter-maven-plugin and impsort-maven-plugin
  • #6915 - BOMs from the same workspace are not interpolated in dev mode
  • #6912 - Move comment text to @Disabled annotation text
  • #6909 - @Disabled annotation is not relevant for FlywayExtensionConfigFixture
  • #6908 - Enhance command for tests run against existing native executable
  • #6907 - Use @Override instead of @DisabledOnNativeImage with new method in IT test
  • #6905 - Vault tests have @DisabledOnOs(OS.WINDOWS) without any link to the issue
  • #6901 - Update Gizmo and Quarkus HTTP
  • #6899 - Bump flyway-core from 6.2.0 to 6.2.1
  • #6897 - Show image pull output when using a builder image
  • #6895 - Don't close the EntityManager twice
  • #6894 - Reuse compiler configuration in quarkus:dev
  • #6893 - ArC and Qute apply the Maven impsort plugin unconditionally
  • #6892 - Using -Dquarkus.native.container-build to build container native build should display progress logs
  • #6890 - Add some tests to the reactive streams operators extension
  • #6889 - Add a JAX-RS test that consumes XML
  • #6888 - ArC - support synthetic observer methods added at build time
  • #6887 - MP Config support for injection of all primitive types
  • #6886 - Fix maxEntries and lifespan JavaDoc
  • #6883 - Replace "substrate" with "GraalVM".
  • #6882 - Add support for SockJS
  • #6881 - Compilation error on first run in dev mode
  • #6880 - Enable elementary quarkus-jaxb functionality even when no annotations and jaxb.index files are provided
  • #6879 - ArC - support synthetic observer methods added at build time
  • #6878 - Native build failing when using vertx SockJSHandler
  • #6877 - Add documentation for kotlin dataclass mongodb
  • #6876 - exclude shrinkwrap from openapi and bump vert.x in build-parent
  • #6874 - Fix duplicate dependencies issue in OpenTracing guide
  • #6871 - Bump assertj-core from 3.14.0 to 3.15.0
  • #6867 - Have the JSchTest open ports on localhost rather than try guessing the address
  • #6866 - JSch integration tests are failing on a vanilla Fedora installation
  • #6865 - Fix incorrect Maven dependencies in Kafka Reactive Messaging tutorial
  • #6863 - Register remaining XML parsing infrastructure for quarkus-jaxb
  • #6861 - JaCoCo update to 0.8.5
  • #6859 - exclude resteasy-cdi from quarkus rest client
  • #6856 - Rename application-data-caching.adoc to cache.adoc
  • #6854 - Remove unused DebugAnnProcessor
  • #6852 - BOMs from the same workspace are not interpolated in dev mode
  • #6851 - Provide the content of environment file for the Java s2i
  • #6850 - ArC bean generator - reduce some boilerplate code
  • #6845 - Add manifest info to the package
  • #6844 - Limit memory usage in tests
  • #6843 - Explicitly invoke the Process.destroy method
  • #6840 - Make sure TCCL is correct for outer test class
  • #6839 - Make tests more stable by using LinkedHashSet for deterministic iterations
  • #6838 - Add integration test verifying it's possible to override Kubernetes configuration via system properties
  • #6837 - Use quarkus.http.root-path when creating kubernetes health related build items
  • #6835 - KubernetesProcessor is now using OutputTargetBuildItem to determine jar name
  • #6833 - Kubernetes: liveness and readiness probes ignore the quarkus.http.root-path setting
  • #6829 - Make sure all Arc build items have at least some javadoc
  • #6828 - All Arc build items should have at least some javadoc
  • #6827 - Kubernetes: wrong .jar file name in JAVA_APP_JAR env var (for OpenShift)
  • #6825 - Test a JWT noarg sign() method
  • #6822 - Fix broken copy json resources
  • #6821 - Set up proper CI for Keycloak, MariaDB and SQL Server
  • #6820 - Try another fix to the Java 11 cron ci job
  • #6818 - Properly pass JVM Target options to kotlin dev-mode
  • #6817 - JVM target version mismatch in Kotlin DevMode
  • #6816 - Don't allow QuarkusUnitTest access to classes in the test directory that are not part of the deployment
  • #6815 - Extensions/jdbc/mariadb: fix new Options class path registered for reflection
  • #6813 - Bump mariadb-java-client from 2.5.3 to 2.5.4
  • #6812 - Do not duplicate methods in Panache Repositories and Entities
  • #6811 - Better support for reactive-messaging builds on Java11
  • #6808 - Re-enable TracingTest.testContextPropagationInFaultTolerance()
  • #6806 - Fix for Qute Quickstart in native image
  • #6803 - Revert "Work around an issue in vertx where getting remote/client SocketAddress of the request leads to a NPE"
  • #6792 - Drop GraalVM 19.2.1 support and deprecate enableJni option
  • #6791 - Flyway - Add an out-of-order configuration knob
  • #6790 - Expose Configuration for Out-of-Order Flyway Migrations
  • #6788 - Upgrade to ASM 7.3.1
  • #6787 - Overriding Panache methods leads to duplicated method error
  • #6784 - Send method is deprecated
  • #6783 - OpenID Connect Extension with PingFederate
  • #6782 - Allow multiple caching annotations on a single method
  • #6781 - Lacking support for "smallrye.jwt.sign.key-location" smallrye jwt private key location support.
  • #6779 - Bump kubernetes-client-bom from 4.7.0 to 4.7.1
  • #6775 - #issue-6774 fix for qute documentation
  • #6774 - Qute documentation : a closing tag for 'body' is missing
  • #6773 - Use simplified form of newArray
  • #6771 - Fix FaultTolerance perf issue related to the creation of FaultToleranceOperation
  • #6769 - Add missing caffeine-deployment to hibernate-orm-deployment
  • #6768 - Synchronize docs with changes in quickstarts
  • #6767 - Hibernate-orm depends on caffeine but hibernate-orm-deployment does not depend on caffeine-deployment
  • #6762 - Upgrade to Hibernate Search 6.0.0.Beta4
  • #6761 - QuarkusFaultToleranceOperationProvider should cache the FaultToleranceOperation
  • #6753 - Bump flyway-core from 6.1.4 to 6.2.0
  • #6752 - Generate Tika XML configuration during build time
  • #6750 - Allows empty Sort.by
  • #6749 - Update to Vert.x 3.8.5
  • #6748 - quarkus:create-extension fixes and enhancements
  • #6746 - Tika extension doesn't like the new class loading
  • #6741 - Fix GraalVM json resource handling and add infinispan-embedded to native CI
  • #6738 - Improve reporting in case JSON cannot be handled due to missing JSONB
  • #6735 - Micrometer compatibility mode for Metrics
  • #6734 - Handle multiple output directories in Kotlin projects
  • #6733 - Add support for proxy address forwarding
  • #6732 - Fix test exception handling
  • #6728 - Update wildfly-elytron version to 2.0.0.Alpha6
  • #6725 - SecDispatcherException: java.io.FileNotFoundException: $HOME/.m2/settings-security.xml
  • #6721 - Reimplement RuntimeBeanProcessor to register synthetic beans
  • #6709 - Drop the GraalVM 19.2.1 compatibility
  • #6705 - Bump httpclient from 4.5.10 to 4.5.11
  • #6704 - Bump rest-assured.version from 4.1.2 to 4.2.0
  • #6703 - Hibernate ORM should not resolve placeholders in configuration properties
  • #6702 - Set the Hibernate ORM CONNECTION_HANDLING strategy to DELAYED_ACQUISITION_AND_RELEASE_AFTER_TRANSACTION by default
  • #6694 - Add comment about the use of Config.ensureInitialized
  • #6691 - spring-data-jpa: support custom return type for @Query annotation
  • #6688 - awaitility and okhttp version update
  • #6686 - Vert.x Verticles support
  • #6682 - Allow multiple caching annotations on a single method
  • #6676 - Use network bridge for docker to avoid hostname can't be null fail
  • #6664 - Support for empty Sort object
  • #6663 - Bump junit-bom from 5.5.2 to 5.6.0
  • #6655 - Add various test to the SmallRye Reactive Messaging extensions
  • #6620 - Upgrade of kogito to 0.7.0 plus required adjustments
  • #6603 - OpenID Connect code flow problem with Microsoft Active Directory Federation Services (ADFS)
  • #6580 - Openshift and Knative properties are ignored
  • #6561 - QuarkusDev does not start with Kotlin subprojects
  • #6551 - Safe check to not walk on non-existent paths
  • #6544 - Micrometer compatibility mode for Metrics
  • #6530 - Optimize @BsonProperty replacement
  • #6526 - Update to Vertx 3.8.5
  • #6501 - Data source Connection Issue After Updating Quarkus (0.25.0 to 1.1.1.Final)
  • #6418 - Upgrade MongoDB dependencies to 3.12.0
  • #6411 - The big ClassLoader change
  • #6347 - Upgrade mongodb clients to the latest versions
  • #6287 - Keycloak/oidc integration tests are executed only in native mode, not with JDK 11/12
  • #6244 - Initial Support for Code coverage
  • #6205 - Quarkus spring data jpa does not support interface/class mapping for custom JPQL @Query in CrudRepository
  • #6101 - Deprecate enableJni option as GraalVM 19.3 requires JNI support
  • #6087 - Support application/jwk-set+json content type when processing responses from JWKS Endpoint
  • #5809 - Keycloak with Reactive Routes Error: Request has already been read
  • #5700 - TikaProcessorTest should use Quarkus test framework
  • #5686 - Clean NettyProcessor when netty.version is 4.1.43.Final or greater
  • #5277 - Sending clientId/clientSecret as form params during a code flow does not work with Okta
  • #3321 - create-extension Maven mojo should allow creating from scratch
  • #2187 - CI failure in TracingTest#testContextPropagationInFaultTolerance
  • #1724 - java.lang.IllegalStateException: This method is normally automatically..... in IT tests
  • #770 - ClassLoader and augmentation issues
quarkus - 1.2.0.Final

Published by gsmet over 4 years ago

Major changes

Complete changelog

  • #6731 - Fix a few links in the documentation
  • #6729 - Vault Transit Engine guide
  • #6727 - Make optional the oauth2 configuration when the extension is disabled
  • #6719 - Fix JaCoCo report
  • #6716 - Disable the DNS resolver when creating the options
  • #6715 - Add example of adding multiple classes to --initialize-at-run-time
  • #6714 - Fix bug in KubernetesClientProducer causing wrong config for kubernetes client
  • #6712 - Gizmo 1.0.1.Final
  • #6711 - RESTEasy standalone does not serve files if http-root is set
  • #6708 - doc: fix security-jwt.adoc according to quickstart project
  • #6699 - Enable JNI for logging-gelf
  • #6697 - Native build fails with "quarkus-logging-gelf" extension (Unsupported method sun.nio.ch.DatagramDispatcher.read0)
  • #6692 - Update JWT guide with a list of smallrye-jwt properties
  • #6689 - doc: improve the Kubernetes extension docs slightly
  • #6684 - -H:+AddAllCharsets passed to native-image even though no extension requested it
  • #6683 - -H:+AddAllCharsets passed to native-image even though no extension requested it
  • #6681 - Ensure that a missing user.country system property doesn't break the application
  • #6678 - Optimize Vert.x startup by avoiding DNS resolver initialization
  • #6675 - Qute - fix default template extensions for java.util.Map
  • #6674 - Thread safety issues
  • #6672 - Add support for .yml in addition to .yaml
  • #6671 - Fix restricting bean types via @Typed
  • #6668 - quarkus-config-yaml does not recognize "application.yml"
  • #6666 - Don't restart on web resource change
  • #6665 - Fix a problem where env vars do not have the right ordinal
  • #6636 - Document Vault Transit Engine
  • #6608 - OIDC test checking the custom principal name is unstable
  • #6519 - Qute - fix default template extensions for java.util.Map
  • #6417 - Dev mode not working anymore when META-INF/resources is generated
  • #6252 - fix: handling of arrays in kubernetes properties
  • #3655 - REST Client false exception mapping when using CompletionStage
  • #3394 - Introduce quarkus-cache extension
  • #2383 - Document how to use JWT default groups, custom headers, custom group and sub path/defaults, kid, whitelists, jwk rotation
quarkus - 1.2.0.CR1

Published by gsmet over 4 years ago

Major changes

  • #6581 - Introduce transactional observer support.
  • #6574 - Support both GraalVM 19.2.1 and 19.3.1
  • #6569 - Disable automatic association management in Hibernate ORM entities
  • #6559 - Expose metrics from Hibernate ORM
  • #6547 - Support configuring ImplicitNamingStrategy in Hibernate ORM
  • #6528 - Use UBI instead of Alpine for JVM container in the generated project
  • #6451 - Support configuring PhysicalNamingStrategy in Hibernate ORM
  • #6375 - Use mongodb-driver-sync instead of mongo-java-driver
  • #6361 - Improve Hibernate Validator localization support with RESTEasy
  • #6300 - SmallRye Fault Tolerance 4.x
  • #6233 - Mailer - support Qute templates
  • #6204 - Upgrade to Hibernate Search 6.0.0 beta3
  • #6174 - Add Support to Multiple Vault KV Paths
  • #6111 - Add LDAP authentication with Elytron LDAP realm
  • #5861 - Add possibility to override the logging configuration of each handler on category level
  • #5272 - Unified way for extensions to register metrics
  • #5147 - Add support for Vault Transit Secret Engine
  • #4387 - Add the hibernate globally-quoted-identifiers parameter

Complete changelog

  • #6662 - Add artemis-server to the BOM so that upgrades are consistent
  • #6660 - Fix Kafka Codec Registration
  • #6659 - Remove elytron-security-ldap
  • #6657 - Don't fire the startup event until the vert.x producer has been initialized
  • #6656 - Better utilization of Docker layer caching in native-and-ssl.adoc Dockerfile example
  • #6651 - Fix typos in writing-extensions.adoc
  • #6648 - Align jackson versions to 2.10.2
  • #6646 - ProtoStream update, solves #5554
  • #6643 - Remove synthetic flag for created acessor methods in Panache
  • #6642 - Bump MicroProfile OpenTracing to 1.3.2
  • #6641 - Panache entites are not marked as dirty after deserialization with Jackson
  • #6638 - Qute @TemplateData - rename ignoreSubclasses to ignoreSuperclasses
  • #6633 - Align Validation guide with quickstart
  • #6632 - Fix minor spelling mistakes in comments
  • #6629 - doc: fix compilation error
  • #6617 - Disable native tests execution for elytron-security-ldap
  • #6614 - Trim graalvm additional build arguments
  • #6613 - MongoDB with Panache : avoid to project on the class field
  • #6612 - Sometimes getting an NPE when using Startup event and vertx
  • #6611 - QuarkusUnitTest - detect usage of non-static fields and fail correctly
  • #6610 - Disable OIDC principal claim test
  • #6609 - Fix multidatasource example in Security JDBC
  • #6605 - Update config yaml guide
  • #6604 - Forbid native image generation from GraalVM 19.3.0.2
  • #6602 - Fix simple scheduler cron triggers in JDK9+
  • #6601 - Handle association manually as automatic association management was disabled
  • #6600 - Simple scheduler CRON triggers do not work correctly with JDK9+
  • #6599 - Make use of QuteConfig.suffixes when validating template injections
  • #6598 - Failed to augment application classes when using -H:ReflectionConfigurationFiles=
  • #6597 - Add Netty substitution that addresses Camel Quarkus issue
  • #6595 - RESTeasy standalone does not respect max request size
  • #6593 - Fix build hang on systems with low disk space
  • #6592 - Bump artemis.version from 2.10.1 to 2.11.0
  • #6590 - Resteasy Vert.x does not respect max body size
  • #6589 - Relax datePattern to pass on Windows with cmder
  • #6587 - Kafka codec are not registered for reflection
  • #6586 - Support OIDC token custom principal claims
  • #6585 - Disable failing OpenTracing TCK module
  • #6583 - Manage Instant as MongoDB ISODate
  • #6582 - Kubernetes Extension: Include openshift, knative and more in the list of supported prefixes
  • #6581 - Introduce transactional observer support.
  • #6578 - Fix GELF guide link
  • #6577 - GELF extension guide missing in "open guide" menu option
  • #6576 - OpenShift manifests now reference the correct artifact
  • #6575 - Qute value resolver generator - always skip static methods
  • #6574 - Support both GraalVM 19.2.1 and 19.3.1
  • #6573 - Update to smallrye-jwt 2.0.12
  • #6572 - Update to smallrye-jwt 2.0.12
  • #6570 - Qute "if" section - support multiple conditions
  • #6569 - Disable automatic association management in Hibernate ORM entities
  • #6567 - Fix spelling in docs
  • #6566 - PanacheMongoRepository does not deal well with instants
  • #6565 - Add 'org.eclipse:yasson' to dependabot config
  • #6560 - Some tiny English fixes from reading guides
  • #6559 - Expose metrics from Hibernate ORM
  • #6558 - Update Yasson to v1.0.6
  • #6557 - Support Hibernate ORM's map entity mode
  • #6556 - doc: use public inner class for reflection
  • #6555 - ObjectStoreEnvironmentBean.getObjectStore should not cache the user.home during build-time
  • #6553 - STM - File System Exception
  • #6552 - Restore the ability to use a system property for remote-dev
  • #6550 - :remote-dev mode stopped working with 1.1.0.Final
  • #6548 - Improving the mailer adoc by adding quarkus.mailer.mock=false in the initial set of properties.
  • #6547 - Support configuring ImplicitNamingStrategy in Hibernate ORM
  • #6546 - Hibernate ORM Implicit Naming Strategy Config
  • #6543 - Swallow exceptions thrown from Bean.destroy()
  • #6542 - Add RX Java 2 to the list of dependency maintained by Dependabot
  • #6541 - Upgrade mysql-connector-java from 8.0.18 to 8.0.19
  • #6535 - Bump httpcore from 4.4.12 to 4.4.13
  • #6533 - update and align RX Java 2 version to 2.2.17
  • #6532 - Update to logstash-gelf 1.14.0 and remove the substitution
  • #6529 - ArC - exception thrown in @PreDestroy callback of a application/singleton bean prevents container shutdown
  • #6528 - Use UBI instead of Alpine for JVM container in the generated project
  • #6525 - Use same JUnit version used in quarkus BOM
  • #6524 - Update Mockito in tools project
  • #6523 - Set higher timeouts for JVM CI jobs
  • #6518 - Enable SSL native support for quarkus-jsch
  • #6517 - Ensure that Java 12+ interfaces of java.lang.String are as CDI types
  • #6516 - Using TimeUnit.NANOSECONDS instead of NANOSECONDS
  • #6511 - Updated Mockito version
  • #6505 - Properly show configuration errors in the output
  • #6504 - Do not assume non-existent source dirs as working and source dir
  • #6493 - graalvmHome should be optional in gradle buildNative
  • #6489 - Update getting-started.adoc for windows
  • #6485 - Adding Groovy plugin to Gradle project fails quarkusDev
  • #6484 - Fix spelling in extension doc
  • #6483 - Double GraalVM compatibility effort
  • #6482 - Add ability to disable Swagger UI
  • #6480 - Generate PDFs for the documentation and build an assemble zip
  • #6475 - Fix a copy/paste error in writing-extensions.adoc
  • #6472 - Add support for kebab case in @ConfigProperties
  • #6468 - Fix GraalVM SDK version in documentation
  • #6467 - Qute parser - improve error messages
  • #6466 - Display proper error message when setting invalid configuration at runtime
  • #6465 - Bump kubernetes-client-bom from 4.6.4 to 4.7.0
  • #6461 - Native executable must be made executable in Dockerfile
  • #6457 - Provide option on the @ConfigProperties annotation to control the kebab-case naming of properties
  • #6456 - Remove useless version from the reactive * client poms
  • #6455 - Fix for #6442 quarkusDev not working in multi module projects
  • #6453 - Allow JAX-RS mapping in web.xml
  • #6451 - Support configuring PhysicalNamingStrategy in Hibernate ORM
  • #6449 - Remove unused Vert.x GraalVM substitution
  • #6448 - Bump mariadb-java-client from 2.5.2 to 2.5.3
  • #6447 - Docs typo fixes
  • #6446 - docs: fix link to native-and-ssl in mailer.adoc
  • #6445 - Arc should only emit once log msg per missing class in index.
  • #6444 - Qute - support @TemplateExtension declared on a class
  • #6443 - Extending smoke tests for SR context propagation integration.
  • #6442 - quarkusDev doesn't work in multi module gradle project
  • #6438 - Qute - support @TemplateExtension declared on a class
  • #6437 - Qute - more meaningful exception for missing parameter declaration class
  • #6434 - Centralized log management with graylog not working
  • #6432 - ArC - optimize CreationalContext
  • #6429 - Bump flyway-core from 6.1.3 to 6.1.4
  • #6426 - url-pattern not configured properly in Vertx
  • #6425 - Add ability to disable swagger ui
  • #6415 - Fix table structure and alignment in Kubernetes documentation
  • #6412 - Lots of logging if class is not in index
  • #6410 - Typo fixes
  • #6406 - Upgrade Jackson to 2.10.2
  • #6402 - add configuration option to include full MDC in logging-gelf extension
  • #6397 - Hibernate Validator dev mode tests added
  • #6396 - Native build failed due to UnresolvedElementException: Discovered unresolved method during parsing: io.quarkus.hibernate.orm.panache.PanacheEntityBase.count()
  • #6385 - ConfigProperty quarkus.profile always set to "prod"
  • #6384 - Properly initialize Maven profile options during bootstrap
  • #6383 - Using mvn package -Pnative instead of -Dnative, leads to CCE
  • #6380 - Upgrade Jackson to 2.10.1
  • #6379 - native image build fails on graal-ce-java11-19.3.0.2
  • #6378 - Add a quick workaround to get javadoc generation happy
  • #6375 - Use mongodb-driver-sync instead of mongo-java-driver
  • #6373 - Ensure that MySQL integration test works with Docker Maven plugin
  • #6372 - integration-tests/jpa-mysql test fails against docker instance
  • #6366 - Raise more meaningful exception when referencing non-existent type in Qute template
  • #6364 - Update GraalVM to 19.3.0.2
  • #6361 - Improve Hibernate Validator localization support with RESTEasy
  • #6359 - Using constants in Gradle tests
  • #6357 - Provides additional configuration options for logging-gelf
  • #6348 - [fixes #4448] - OIDC Multi-tenancy Support
  • #6346 - Add support for Hibernate ORM naming strategy
  • #6338 - added ssl port output at server start
  • #6336 - Add more config options for quarkus-logging-gelf
  • #6331 - SSL Port is not printed in startup
  • #6326 - Enlist repository parameterized types for reflection
  • #6324 - MongoDB with Panache didn't enlist for reflection Repository parameterized type
  • #6307 - feat(flyway): integrate flyway's validate functionality into quarkus
  • #6300 - SmallRye Fault Tolerance 4.x
  • #6298 - Bump flyway-core from 6.1.2 to 6.1.3
  • #6295 - Add README.md for the Gradle plugin
  • #6283 - Bump RESTEasy to 4.4.2.Final
  • #6281 - Prevent throwing NPE when recorded objects contain null collections
  • #6274 - Put trace context into MDC
  • #6272 - Reactive routes - detect unordered conflicting routes
  • #6269 - Spring Boot properties extension
  • #6258 - Bump debezium-core from 0.10.0.Final to 1.0.0.Final
  • #6255 - quarkus.application.version config property is unavailable
  • #6249 - Devmode test for Metrics
  • #6248 - Add a dev-mode test for the Spring Web module
  • #6247 - Add a dev-mode test for the Spring Security module
  • #6246 - Add websockets dev mode test
  • #6242 - Some housekeeping on our pom files
  • #6241 - Agroal dev mode test
  • #6240 - Push Flyway integration to the next level
  • #6239 - Include sun.security.util.Resources bundle in native image
  • #6236 - quarkus-integration-test-infinispan-embedded tests execution fails in native mode with JDK 11
  • #6233 - Mailer - support Qute templates
  • #6231 - Add a dev-mode test for the Spring Data JPA module
  • #6225 - ArC - activate request context for any observer notification
  • #6221 - ArC - activate request context for any observer notification (if not already active)
  • #6215 - [fixes #5926] - Attempt to make code flow test more stable
  • #6213 - Bump flyway-core from 6.1.1 to 6.1.2
  • #6207 - Transfer JAX-B annotations from fields to accessor
  • #6204 - Upgrade to Hibernate Search 6.0.0 beta3
  • #6193 - Expose metrics from Hibernate ORM extension
  • #6191 - Fix #5885: generics break panache repo enhancer
  • #6182 - Removed Quarkus bootstrap dependencies not used (directly) by bootstrap core
  • #6181 - Raise a few native tests timeout
  • #6178 - Initialize com.microsoft.sqlserver.jdbc.KerbAuthentication at run time
  • #6174 - Add Support to Multiple Vault KV Paths
  • #6169 - Substitute BootLoader.loadClassOrNull(name) to fix a NPE with JDK 11
  • #6165 - Reactive routes - log a warning if multiple routes match the same path and no order is declared
  • #6164 - Qute parser - show the template path and line number in error messages
  • #6161 - Introduce handling of more advanced generics cases in JandexUtil
  • #6159 - Qute - collect all possible template variants
  • #6158 - Support Qute templates in mailer extension
  • #6141 - Allow JAXB to be a runtime dependency of Hibernate ORM
  • #6127 - BootLoader.loadClassOrNull() NPE during native tests execution with JDK 11
  • #6120 - Introduce JSch extension
  • #6115 - Neo4j doesn't work in native mode anymore
  • #6111 - Add LDAP authentication with Elytron LDAP realm
  • #6110 - Move jsch bits out of quarkus-jgit
  • #6098 - ArC - introduce ObserverTransformer build extension
  • #6090 - Substitute BootLoader.hasClassPath() to work around a JDK 11 NPE
  • #6089 - BootLoader.hasClassPath() NPE during native image execution with JDK 11
  • #6085 - Bump flyway-core from 6.1.0 to 6.1.1
  • #6076 - Micro versions bump
  • #6074 - Vertx @ConsumeEvent methods have request context activated
  • #6073 - BulkheadException: when using @Retry with the rest-client
  • #6072 - Remove Kotlin from dependabot config
  • #6064 - Drop unused build item classes
  • #6059 - @ConsumeEvent() method has no request context
  • #6054 - Update Kafka to 2.3.1 and Debezium to 0.10.0
  • #6048 - Bump assertj-core from 3.12.2 to 3.14.0
  • #6047 - Bump postgresql from 42.2.8 to 42.2.9
  • #6046 - Bump test-containers.version from 1.12.3 to 1.12.4
  • #6045 - Bump cron-utils from 9.0.1 to 9.0.2
  • #6040 - Experiment with more Dependabot-managed dependencies
  • #6024 - quarkus-integration-test-main build fails in native mode with JDK 11
  • #6021 - JAXB annotations on a Panache entity causes REST call to fail
  • #6020 - quarkus-integration-test-jpa-mssql build fails in native mode with JDK 11
  • #5992 - ArcProcessor - ApplicationClassPredicate only considers the root application archive
  • #5990 - Log a warning if Arc finds observer for @Initialized(ApplicationScope…
  • #5946 - Log a big warning if an application bean observes @Initialized(ApplicationScoped.class)
  • #5926 - OIDC integration-tests/oidc-code-flow is unstable
  • #5908 - Improve Hibernate Validator localization support with RESTEasy
  • #5885 - Abstraction layer over PanacheRepositoryBase
  • #5861 - Add possibility to override the logging configuration of each handler on category level
  • #5804 - Instructions to test gradle plugin
  • #5791 - NPE is thrown with a Spring Web Controller contains a @PostConstruct annotation
  • #5752 - Microprofile rest client - Can't inject config/beans to providers
  • #5638 - [Vault]: Add Support to Multiple Vault KV Paths
  • #5554 - integration-tests/infinispan-client fails to compile with Java 13
  • #5464 - Maven plugin's devmode doesn't take into account versions overridden through system properties or profiles
  • #5358 - Upgrade GraalVM to 19.3.0
  • #5341 - quarkus-smallrye-jwt should provide JWT creation API
  • #5281 - ArC - optimize CreationalContext
  • #5272 - Unified way for extensions to register metrics
  • #5147 - Add support for Vault Transit Secret Engine
  • #5062 - Building a Quarkus application with Java 12+ can result in failure to start it in Java 8 runtime
  • #4888 - Add support for Vault Transit Engine
  • #4387 - Add the hibernate globally-quoted-identifiers parameter
  • #4289 - Maven plugin's devmode doesn't take into account versions overridden through system properties or profiles
  • #4218 - Upgrade to GraalVM 19.3.0 / Java 8 edition
  • #4202 - Add query projection for MongoDB with Panache
  • #3538 - quarkus-resteasy-jsonb Marshaling Generic Type results in WARNINGS on each request
  • #2224 - Add support for transactional observer event
quarkus - 1.1.1.Final

Published by gsmet almost 5 years ago

Major changes

Complete changelog

  • #6435 - Fix Logger.getLogger example parameter
  • #6430 - Check that there is a pluginOptions child before iterating on it
  • #6428 - NPE launching in dev mode with Kotlin and version 1.1.0.Final
  • #6422 - Make quarkus.log.sentry.dsn required only when sentry is enabled
  • #6413 - Fix Kubernetes manifest port handling
  • #6409 - Improve the Neo4j guide
  • #6408 - Container Port is 0 in Manifests generated by Kubernetes Extension
  • #6407 - Take into account the web.xml MIME mappings in the Undertow extension
  • #6403 - Typo fix in Neo4j guide
  • #6399 - Mime mappings in web.xml are ignored by undertow extension
  • #6398 - Improvements to STM text
  • #6393 - Document how to retrieve the active profile
  • #6388 - Create BuildTimeRunTimeDefaultValuesConfigSource only once
  • #6387 - Add JSON-B and Jackson serialization to the Kafka guide
  • #6386 - enable hot reload on application.yaml
  • #6381 - Add Emitter usage to reactive messaging guides
  • #6371 - fix project name in the link to legumes.html
  • #6370 - docs: fix project artifact id for jackson
  • #6368 - docs(qute): add link to Qute reference guide in the Qute templating engine guide
  • #6367 - Document Qute template expression language
  • #6362 - Update docs with import for RegisterForReflection
  • #6358 - Fix elytron properties perf issues
  • #6351 - fix typo in quarkus-amazon-lambda extension's maven archetype resources
  • #6343 - spring-di: Handle javax.inject.Named on implict singleton bean
  • #6342 - spring-di: @Named should be a bean defining annotation
  • #6333 - Fixes spaces to be double spaces in all the examples
  • #6330 - Documentation improvements
  • #6328 - Fix extension descriptions
  • #6325 - Ensure that Kotlin Data classes with default values work in native with JAX-RS
  • #6317 - Fixes Gradle build in Scala projects
  • #6316 - A generated Scala project with Gradle doesn't build
  • #6312 - Added back methods mistakenly considered unused in QuarkusPluginExtension
  • #6311 - A generated Kotlin project with Gradle doesn't build
  • #6310 - Ensure that the Kotlin compiler adds method param names to bytecode
  • #6309 - Use same all-open configuration for generated Kotlin Maven projects as Gradle
  • #6305 - Only have one warning about the non-open source Sentry license
  • #6302 - sentry.io is not opensource
  • #6301 - Introduce a deterministic ordering, between extensions, for database schema updates
  • #6290 - QuarkusDevModeTest - Address Class-Path parsing issues with Java 11 and Windows
  • #6284 - Add note about Sentry re-licensing to BSL
  • #6282 - Fix package name of Neo4j health check
  • #6280 - HotReload (extensions\vertx-http\deployment) tests fails on Windows with Java 11
  • #6279 - Fix a typo in writing-extensions.adoc
  • #6278 - Prevent UnsupportedOperationException in addSourcePaths
  • #6277 - Mention possibility to disable JSON for non prod
  • #6275 - UnsupportedOperationException when trying to run dev mode on a multi-module project.
  • #6273 - Fix table design on safari and mobiles
  • #6264 - Cannot @Inject MongoClient using Kotlin
  • #6263 - Make application version and name available as (fixed) runtime properties
  • #6257 - Fix broken call-out
  • #6254 - auth-mechanism property does not exist
  • #6245 - Minor cleanup in Gradle plugin
  • #6235 - Fix file system path for overriding application.properties when using dev-mode with Gradle
  • #6224 - Fix a small documentation error
  • #6154 - Provided ManagedExecutor and ThreadContext beans should be default so that users can override them easily
  • #6148 - Creation of custom MP Context Propagation objects fails
  • #6041 - Kotlin data class not work without annotation
  • #5942 - Flyway is not executed before Hiberrnate inside a docker container
  • #3954 - Using Jackson support for Kotlin fails in native mode.
quarkus - 1.1.0.Final

Published by gsmet almost 5 years ago

Major changes

Complete changelog

  • #6218 - Allow multiple headers with same name
  • #6217 - Run standalone RESTeasy in main thread pool
  • #6216 - Move Spring Data JPA classes to panache to avoid dev-mode CL issue
  • #6214 - Spring Data JPA custom query with countQuery breaks in dev mode
  • #6201 - Use the bean index to scan subresources, check parameters and look for @Context
  • #6194 - Qute - escape expressions in HTML by default
  • #6188 - Fix erroneous Kubernetes file name in docs
  • #6187 - Kubernetes Guide says "kubernetes.yaml" instead of "kubernetes.yml"
  • #6186 - Move Launching JVM log to debug level
  • #6185 - Improve error message if config properties conflict
  • #6183 - New "Launching JVM" log line appearing in quarkus:dev
  • #6180 - Add quarkus-kafka-streams-deployment to bom/deployment
  • #6167 - Let the delegate handlers decide to autoflush
  • #6160 - Move Elytron substitutions to specific extension
  • #6155 - Handle escaping in Qute
  • #6152 - Add a doc note about YAML config prefix ambiguity
  • #6143 - Revert "Upgrade GraalVM to 19.3.0"
  • #6140 - only base64 encode binary types
  • #6139 - Fixed annotation name in writing extensions documentation
  • #6138 - Make config-yaml a full extension
  • #6129 - Use the DeploymentClassLoader to transform classes
  • #6126 - Use generated doc for JSON logging and fix a couple of documentation generation issues
  • #6125 - Make JSON logging default to enabled
  • #6124 - Update to Neo4j 4.0.0 driver, add more information to health check.
  • #6119 - Upgrade SmallRye Config to 1.5.1
  • #6116 - Added Documentation for YAML configuration
  • #6107 - Infinispan has an Elytron security dependency but the WildFly security substitutions are not included
  • #6106 - Document the usage to application.yaml
  • #6104 - Ignore empty lines in jaxb.index file
  • #6099 - Controller advice exception content type
  • #6093 - The quarkus.index-dependency..classifier property should be optional
  • #6091 - mvn quarkus:dev freezes in a project with bidirectional JPA relationships
  • #6086 - Documentation for Flyway support for multiple datasources #3449
  • #6082 - revert change to run()
  • #6081 - Bump tika-parsers from 1.21 to 1.22 in /bom/runtime
  • #6078 - Add proper artifact names for Qute
  • #6077 - Fix an artemis-commons dependency convergence issue
  • #6070 - JAXB extension cannot handle empty lines in jaxb.index
  • #6058 - StandardCharsets.UTF_8 usage
  • #6057 - Show command line in 'gradle quarkusDev' in one line
  • #6053 - Update KC authorization test to return the data only if 'from-body' key exists
  • #6037 - keycloak-authorization - ProtectedResource - if-check in bodyClaim
  • #5921 - Database connections are leaked in AWS Lambda
  • #5816 - Take controller method into account for setting content-type in @RestControllerAdvice
  • #4360 - Support for the parser configuration in the properties
quarkus - 1.1.0.CR1

Published by gsmet almost 5 years ago

Major changes

  • #5985 - Running gradle build no longer triggers a native build
  • #5973 - Introduce YAML configuration extension
  • #5960 - Document new requirements to build on Fedora
  • #5934 - Upgrade of kogito to 0.6.0 and updated jandex proto gener…
  • #5881 - Support logging to Sentry
  • #5868 - Add support for Keycloak 8
  • #5837 - Support GraalVM 19.3 with JDK 8
  • #5793 - Introduce Qute templating extensions
  • #5787 - Introduce support for the most common features of Spring Security's @PreAuthorize
  • #5761 - Improvements to Gradle plugin build and enable gradle testing again
  • #5697 - New flyway start property: quarkus.flyway.clean-at-start
  • #5616 - Provides Optional support inside Hibernate with Panache and MongoDB with Panache
  • #5606 - Reactive routes - usability improvements
  • #5585 - Introduce logging extensibility, JSON formatter extension
  • #5583 - Provides lock support for Hibernate with Panache
  • #5570 - update amazon-lambda-archetype to provide SAM templates
  • #5529 - Add support for Quartz clustered jobs
  • #5387 - Introduce new configuration framework and update SmallRye Config version
  • #5358 - Upgrade GraalVM to 19.3.0
  • #5350 - Add ADOPTERS.md
  • #5225 - Add support for Spring Security's @Secured
  • #5222 - Add health checks for Mongodb, Kafka and Neo4j
  • #5203 - Configuration structure improvements in the Hibernate Search extension
  • #5037 - Amazon Lambda SAM CLI integration
  • #4987 - Remove metrics dependency from fault-tolerance extension
  • #4974 - Add support for generating knative manifests using the kubernetes extension.
  • #4793 - Support Health Check for Kafka Streams extension
  • #2409 - Support custom logging handlers

Complete changelog

  • #6071 - Add Qute experimental status and fix metadata
  • #6069 - Add Nexus Maven plugin version to Qute
  • #6068 - Property handle pagination in Spring Data JPA custom queries
  • #6066 - Temp workaround: use a single thread to generate native image
  • #6061 - Externalize preview status doc in guides
  • #6060 - Make recently added integration tests pom consistent with the rest
  • #6052 - Prevent possible NPE in KotlinCompilationProvider
  • #6042 - Add extension status to guides
  • #6036 - Close connection in flyway tests
  • #6032 - Don't fire onStart event till migrations have happened
  • #6031 - Read from the process before waiting for exit
  • #6030 - Properly pass Kotlin compiler plugin options to dev-mode
  • #6029 - Disable HTMLUnit cache
  • #6023 - Initialize ClassFieldAccessorFactory at run time
  • #6022 - Improve the datasource health check feedback
  • #6017 - quarkus-integration-test-kogito build fails in native mode with JDK 11
  • #6016 - Remove a duplicated space from project creation error message
  • #6012 - Fix org.apache.kafka.common.utils.Crc32C substitution with JDK 11
  • #6009 - quarkus-integration-test-kafka build fails in native mode with JDK 11
  • #6008 - Add version check of graalvm / javavm's into build tasks
  • #6005 - Allow anonymous roots and provide config classes for all quarkus. config
  • #6002 - #5950 Pulling up user creation in Dockerfile for layer caching
  • #6000 - Fix Jackson integration test imports
  • #5999 - Remove Override annotation from generated bytecode
  • #5997 - Fix jackson integration test
  • #5995 - Get correct map key for config maps of maps, with tests
  • #5993 - integration-tests/jackson fails in native mode
  • #5991 - Use getHandler helper method in logging tests
  • #5989 - Allow anonymous config roots
  • #5988 - Fix "Class-Path" parsing issues in -dev.jar generated by Gradle
  • #5987 - BOM - exclude jakarta.ejb-api in the jakarta.interceptor-api dependency
  • #5986 - Avoid using MAVEN_OPTS as a command line argument
  • #5985 - Running gradle build no longer triggers a native build
  • #5984 - Fixed Gradle config instructions
  • #5983 - Add missing Spring Controller templates for Kotlin and Scala
  • #5982 - Map config item with the map values gets the wrong keys
  • #5981 - [fixes #5959] - Error when processing request body from policy enforcer
  • #5980 - Quarkus shows warning messages for properties that are actually used but not part of config classes
  • #5979 - Fix minor formatting issue in building-native-image guide
  • #5977 - update directory for kotlin guide maven archetype
  • #5975 - Upgrade to Hibernate ORM 5.4.10.Final
  • #5973 - Introduce YAML configuration extension
  • #5972 - Improve GraalVM detection by asking the version to native-image
  • #5961 - Sentry tests - getSentryHandler method to reduce duplicated code
  • #5960 - Document new requirements to build on Fedora
  • #5959 - Keycloak Claim Information Point - NPE when trying to read body
  • #5954 - CDI ref guide - document eager instantiation of beans
  • #5953 - Docs: Add extension block
  • #5952 - Quarkus Security 1.0.1.Final
  • #5950 - Pull up adduser in Dockerfile.jvm
  • #5949 - Fix XML content handling in Spring Web Controller
  • #5945 - Added some documentation about jax-rs applications and @OpenAPIDefinition
  • #5944 - Initial token validation support for the issuer and audience claims
  • #5943 - Spring Web JAX-B provider NullPointerException
  • #5941 - Use ApplicationScoped for Artemis ServerLocator and ConnectionFactory
  • #5937 - Move to RUNTIME_INIT all security related build items
  • #5934 - Upgrade of kogito to 0.6.0 and updated jandex proto gener…
  • #5932 - MainClassBuildStep - log error when app fails to start
  • #5930 - First version of Qute Reference Guide
  • #5929 - Make Lambda register shutdown hook
  • #5928 - Increase mongo timeout
  • #5927 - Make it easier to debug recorder issues
  • #5926 - OIDC integration-tests/oidc-code-flow is unstable
  • #5925 - Fix minor formatting issue in Qute documentation
  • #5923 - Ensure that Transformations always happen in a safe CL
  • #5922 - Some misc. cleanups
  • #5919 - Update keycloak-authorization and oidc pom descriptions
  • #5915 - Add documentation for Spring Security's @PreAuthorize
  • #5914 - Do not use latest in the Dockerfile.jvm
  • #5913 - Make hot deployment work reliably for newly added resources in QuarkusDevModeTest
  • #5912 - Vertx Graphql test enhancement for websocket based connections
  • #5911 - Ensure that type of annotation is a Class when resolving custom stereotypes usage
  • #5910 - Spring-DI-extension fails when using custom stereotype in Spring @Configuration class
  • #5904 - Clean the keycloak authorization extension description
  • #5900 - Feature/create artemis test module
  • #5898 - refactor: remove unused constants from ExtensionLoader
  • #5895 - java.library.path should be configurable when launching the application's native image
  • #5894 - Remove the unused property minLevel from CategoryConfig
  • #5888 - Deprecated isEmptyString replacement
  • #5887 - Update Dockerfile config for minimal-quarkus-quickstart-native
  • #5886 - Generalize registration of jackson modules
  • #5881 - Support logging to Sentry
  • #5880 - java.library.path is computed at build time
  • #5878 - Test instantiation exception with multicatch
  • #5873 - Add hint support for Hibernate with Panache
  • #5868 - Add support for Keycloak 8
  • #5866 - Disable DEBUG logging in elytron-security-properties-file tests
  • #5863 - Update Vert.x version to 3.8.4
  • #5858 - Vert.x is resumed when using non-default paths
  • #5857 - Arc should use Jandex 2.1.2.Final
  • #5856 - Fix exception mapper when root path is set
  • #5854 - Remove GraalVM internal class usage for JDK11 compatibility
  • #5853 - Check if the user ran compile and otherwise run it for them
  • #5852 - Adjust swagger-ui path if HTTP root is set
  • #5851 - Fixes Idea modules issue while importing the project.
  • #5850 - Fix compilation error
  • #5848 - JVM based containers lack SSL support
  • #5839 - Bump mariadb-java-client from 2.4.4 to 2.5.2
  • #5837 - Support GraalVM 19.3 with JDK 8
  • #5834 - Set current/explicit Keycloak version in docs examples
  • #5831 - Micro versions bumps
  • #5830 - ArC - introduce BeanStream
  • #5829 - Quarkus OIDC does not work with Auth0
  • #5826 - Make sure the causes of the security exceptions are included
  • #5823 - Property handle pagination in Spring Data JPA custom queries
  • #5822 - Update keycloak version to 8.0.1
  • #5821 - RuntimeClassLoader.findApplicationResource() does not handle the path name correctly
  • #5818 - with quarkus.http.root-path set to abc the swagger-ui is not available
  • #5817 - Internal server error when selecting certain extensions
  • #5815 - Throwing ForbiddenException if OidcUtils.findRoles throws an exception
  • #5808 - Use "file" scheme absolute URIs for "Class-Path" entries we create in our -dev.jar
  • #5801 - Launching command line should be copy/paste friendly
  • #5800 - Cannot override OAuth URL at run time
  • #5797 - Fix a few minor low hanging fruits of the config PR
  • #5793 - Introduce Qute templating extensions
  • #5792 - doc: add spring security guide
  • #5790 - NullPointerException if quarkus.http.ssl.cipher-suites is missing
  • #5788 - Remove the nimbus test dependency
  • #5787 - Introduce support for the most common features of Spring Security's @PreAuthorize
  • #5782 - Support for the fixed redirect URI
  • #5779 - Bump flyway-core from 6.0.8 to 6.1.0
  • #5778 - Set dependabot directory config to root
  • #5773 - Bump docker-maven-plugin from 0.29.0 to 0.31.0
  • #5771 - Bump slf4j.version from 1.7.25 to 1.7.29
  • #5768 - Fix HTTPS issue on native for OAuth2
  • #5767 - Mark the scheduler extension as stable - Fixes #5765
  • #5765 - Mark the scheduler extension as stable
  • #5761 - Improvements to Gradle plugin build and enable gradle testing again
  • #5758 - Fixes #4516
  • #5753 - PanacheEntityBase update entities method
  • #5750 - quarkus-oidc throws an OIDCException when a token does not contain the role-claim-path
  • #5749 - Ensure that NoopMetricRegistry is available at runtime
  • #5748 - MicroProfile Health quickstart is failing
  • #5745 - MP Rest Client - workaround for CustomInvokeWithJsonPProviderTest
  • #5742 - Update MP-Metrics to 2.2.1, enable GlogalTagsTest
  • #5739 - resteasy-jsonb and artemis-jms don't work together
  • #5738 - fix: add spring-security extension metadata
  • #5734 - [Doc] Add link to GraalVM requirements in contributing guide
  • #5733 - OIDC Redirect URL should be static absolute URL
  • #5731 - How to set correctly ssl certificate oauth2
  • #5729 - Implements proposal 5728, adds quarkus.http.auth.form.redirect-after-login
  • #5728 - Proposal: vertx.http.security FORM auth: Make redirect to fixed landing page after login optional
  • #5727 - Revert "Allow multiple source directories for Gradle."
  • #5726 - Document property indirection for passwords coming from Vault - Fixes #3279
  • #5724 - Filter WARN message from Netty when it can't parse the /etc/hosts file
  • #5721 - Disable the unnecessary JVM debug launch of integration tests
  • #5719 - Config documentation generation fixes for #5144 and #5703
  • #5718 - Upgrade httpclient and httpcore
  • #5715 - MP Rest Client TCK test InvokeWithJsonPProviderTest failing
  • #5713 - Kogito quickstart Person example fails with list of objects
  • #5710 - Refactoring of project-related commands
  • #5703 - Consider Optional Config Group and Sets in config doc generation
  • #5699 - Mongo client config host list should have explicit default
  • #5698 - Elasticsearch hosts list should be non-optional
  • #5697 - New flyway start property: quarkus.flyway.clean-at-start
  • #5696 - Reactive routes - usability improvements
  • #5695 - Tools: common Quarkus project command API
  • #5694 - New extension: GELF logging support
  • #5688 - Add .dependabot/config.yml
  • #5685 - Bump Flyway to 6.0.8
  • #5676 - Fix resource registration in native-image for 19.3 of Graal
  • #5670 - Add more GizmoAdaptor stuff
  • #5661 - chore: update quartz version to 2.3.2
  • #5655 - Change of logGuessedPath to split message to 2 lines and have fixed label length
  • #5654 - Document BuildStep.loadsApplicationClasses()
  • #5653 - ArC build-time metadata - make it possible to query the registered beans
  • #5650 - Remove unused parameter in the Metrics processor
  • #5647 - Error message on start (/etc/hosts permissions)
  • #5646 - Use GizmoAdaptor where possible
  • #5645 - refactor(core): remove trailing Quarkus main class launcher
  • #5644 - build(BOM): Upgrade Kubernetes client from 4.6.3 to 4.6.4
  • #5643 - Make some micro-optimizations to @RolesAllowed CDI handling
  • #5642 - Add debug logging when indexing files
  • #5641 - chore: add guide in extensions metadata
  • #5632 - Replace TCCL with CL from DeploymentClassLoaderBuildItem in deployment modules
  • #5631 - Remove the workaround for ForkJoin to spin up threads
  • #5628 - RegisterRestclient configkey: improve error message and add documentation
  • #5625 - Jetty removal, leftover from Camel extensions
  • #5624 - chore: add missing MongoDB guide in mongo extension descriptor yaml file
  • #5621 - fix: timezone mappings missing for Mysql JDBC driver in native mode
  • #5620 - Avoid creating redundant instances of SecurityCheck implementations
  • #5619 - Unable to use @RegisterRestClient(configKey = "some.config.key")
  • #5618 - Reactive routes - declarative way of defining Filter
  • #5616 - Provides Optional support inside Hibernate with Panache and MongoDB with Panache
  • #5615 - add mappedBy to remove build warning in Spring Data JPA ITs
  • #5613 - Provides query cache support for Hibernate with Panache
  • #5611 - Add more tests for Spring Data JPA
  • #5609 - Allow testing of an existing executable
  • #5606 - Reactive routes - usability improvements
  • #5591 - Reactive routes - declarative way of defining Filter
  • #5590 - Fixes DisabledOnNativeImage behavior
  • #5587 - chore: Option -DskipTests also covers maven invoker tests.
  • #5586 - @DisabledOnNativeImage is not working on class level
  • #5585 - Introduce logging extensibility, JSON formatter extension
  • #5583 - Provides lock support for Hibernate with Panache
  • #5580 - Docs Reactive Routes - minor updates/fixes
  • #5577 - Updates of rest-assured, assertj
  • #5570 - update amazon-lambda-archetype to provide SAM templates
  • #5563 - Add @Cache and @NoCache tests
  • #5561 - docs: mention the quarkus.scheduler.cron-type property
  • #5560 - Add some standards to the README
  • #5543 - mongodb-client: Make it possible to override default providers
  • #5532 - refactor(LogConfig): Remove optional @DefaultConverter
  • #5530 - refactor: rename META_INF_SERVICES to META_INF_RESOURCES in ResteasyHotReplacementSetup
  • #5529 - Add support for Quartz clustered jobs
  • #5520 - Remove Quarkus artifacts before caching the repository on Azure
  • #5516 - Arc - support static producer methods.
  • #5513 - ArC - support static producers
  • #5500 - Introduce UnsafeAccessedFieldBuildItem
  • #5499 - Add the ability to control the target dir via config
  • #5487 - Show process exit value on error
  • #5484 - OIDC does not support environment variables
  • #5483 - Make build registration of security interceptors more flexible
  • #5481 - Consolidate scheduler extension - part 1
  • #5475 - Make sure system properties dominate the properties defined in pom.xml
  • #5470 - Add quarkus-jackson to quarkus-oidc
  • #5462 - Make sure the logs generated in integration-tests/maven are easily accessible
  • #5459 - Change the container build detection for Kafka Streams
  • #5458 - Translate Windows-Style path in volume mounting
  • #5456 - [fixes #5323] - Only SERVICE type applications are supported
  • #5450 - Use same ResumingRouter in CDI as in Observes events.
  • #5447 - Add Vodafone Greece to ADOPTERS.md
  • #5445 - Fix a race condition on Kafka Streams hot reload
  • #5425 - Disable sporadically failing dev mode test
  • #5424 - NotFoundExceptionMapperTestCase fails on some environments
  • #5423 - build(MongoDB): Remove transitive dependencies
  • #5421 - Persistent attributes of a Panache entity should not be generated when using Jackson
  • #5410 - Fix failing tests in master
  • #5402 - Remove unused Main-Class parameter from Gradle plugin
  • #5398 - refactor(spring-web): remove validate method after actual validation were removed
  • #5389 - Fix GraphQL dependencies
  • #5387 - Introduce new configuration framework and update SmallRye Config version
  • #5386 - Fix CI timeout by splitting up native job
  • #5383 - editorial clean up
  • #5377 - Add SAM CLI local testing to the Amazon Lambda docs
  • #5372 - Remove unused gradle build parameters
  • #5367 - Create and use a view role binding when the kubernetes-client extension is used.
  • #5366 - Log the dev mode JVM startup command at INFO level
  • #5364 - fix: use unique key name when generating config section anchor
  • #5360 - Fail to build native function with -Dnative-image.docker-build
  • #5359 - Simplest generated project fails with quarkus:dev with JDK 13 on Windows 10
  • #5358 - Upgrade GraalVM to 19.3.0
  • #5357 - Update postgresql-jdbc to 42.2.8
  • #5356 - Update kubernetes-client to 4.6.3
  • #5353 - Lazily recompute Inet4Address, Inet6Address and CidrAddress fields at runtime
  • #5352 - remove unused portProducer parameter and use runtime httpConfiguration in runtime recording
  • #5351 - Fix issues identified with static code analysis
  • #5350 - Add ADOPTERS.md
  • #5349 - ci: use the recommended way to build native image in CI
  • #5342 - quarkus-oidc does not work in the native mode without quarkus-jackson
  • #5336 - Use separate URLClassPath targets depending on the JDK version #5335
  • #5335 - URLClassPath substitutions not working with Java 11
  • #5334 - Make Infinispan embedded cache manager a singleton scoped to an appli…
  • #5323 - Quarkus tries to use client_credentials grant type when calling for JWT token to Keycloak, while it should use authorization_code.
  • #5319 - Fixes #5286 - DynamoDB: split config into build & runtime configs.
  • #5313 - Provide a way to set the TCCL in @BuildStep
  • #5312 - Remove the README.md in integration-tests
  • #5308 - hibernate validator: Remember annotated interface methods
  • #5306 - style(*): Propagate Jboss Logmanager
  • #5301 - JsonWebToken raw_token claim is not set in the OIDC flows
  • #5293 - NPE while :quarkusBuild gradle task when @ServletSecurity annotation not present on servlet
  • #5286 - DynamoDB processor accesses run time config
  • #5278 - Remove the lambda use in RESTEasy's VertxRequestHandler
  • #5271 - Fix CI
  • #5269 - Timezone mappings missing for MySQL JDBC driver in native mode
  • #5264 - Update to smallrye-jwt-2.0.10
  • #5260 - Update okhttp to 3.12.6
  • #5253 - Make the vertx-graphql extension work in native mode
  • #5249 - Gradle kotlin project missing all-open plugin
  • #5248 - vertx-graphql fails in native mode - GraphQLInputDeserializer has no default (no arg) constructor
  • #5246 - remove unused CombinedIndexBuildItem parameter and move the feature label constants to FeatureBuildItem labels blocks
  • #5242 - Upgrade to Neo4j driver 4.0.0-beta03.
  • #5235 - feat: list openapi, swaggerui, metrics and health endpoints in not found page
  • #5230 - make sure that cachedOpenApiPath is always resolved against http rootpath
  • #5225 - Add support for Spring Security's @Secured
  • #5222 - Add health checks for Mongodb, Kafka and Neo4j
  • #5220 - RESTEasy http performance
  • #5217 - fix: Dev mode - 404 Page - Live reloaded list of static files
  • #5215 - Kafka native ITs are unstable
  • #5212 - Testcontainers bump to 1.12.3
  • #5205 - Upgrade Gradle wrapper version to 5.6.4
  • #5203 - Configuration structure improvements in the Hibernate Search extension
  • #5201 - Dev mode - 404 - List of static files not reloaded
  • #5195 - Deprecate providesCapabilities and applicationArchiveMarkers
  • #5194 - Deprecated @BuildStep#providesCapabilities
  • #5193 - Fix potential NPEs and add missing hashCode() methods
  • #5192 - Unable to get the quarkus.http.port from environment variable
  • #5188 - Fix conditions that always evaluate to false
  • #5185 - Introduce the ability to configure Agroal validation query
  • #5168 - Use %n for new line in case of String.format
  • #5166 - Removal of unused appModel - minor fix
  • #5164 - Reorganize the imports of UnauthorizedExceptionMapper
  • #5163 - NoSuchFileException in logs and improper caching in devmode after removing a html file
  • #5157 - Remove deprecated @Template
  • #5155 - Make LaunchMode injectable
  • #5150 - /swagger-ui does not show up in not found exception page
  • #5146 - Remove Arc dead code
  • #5144 - generate a documentation file for each config root and general config items (non config group config items)
  • #5142 - Add resteasy capability
  • #5139 - Improve ignore rules in reflection hierarchy registration
  • #5138 - prefix "classpath:" does not work for "quarkus.flyway.locations " in native mode
  • #5125 - Add readiness health check for Kafka Streams
  • #5116 - Trailing whitespace after quarkus.jaeger.sampler-param=1 fails to build
  • #5106 - Load transformed bean in correct CL
  • #5104 - Ensure that final methods don't prevent CDI interceptors from being applied
  • #5100 - #5023 Add additional metadata to MANIFEST.MF
  • #5079 - UnauthorizedExceptionMapper.toResponse - dead local store removal
  • #5075 - Add OIDC connection-delay property
  • #5073 - Provides extension HealthCheck for MongoDB, Neo4j and Kafka
  • #5052 - Add health check to Artemis extension
  • #5051 - Quarkus 0.27 - JWT role validation does not work
  • #5042 - Updating to quarkus-vertx-core and other dep optimizations
  • #5040 - quarkus-oidc can depend on vertx-core and vertx-http as opposed to the full vertx stack
  • #5037 - Amazon Lambda SAM CLI integration
  • #5033 - Bump Arquillian to 1.5.0.Final
  • #5023 - Add additional metadata to MANIFEST.MF
  • #5020 - Scheduler - make the thread pool configurable and/or reuse ExecutorBuildItem
  • #4987 - Remove metrics dependency from fault-tolerance extension
  • #4974 - Add support for generating knative manifests using the kubernetes extension.
  • #4963 - Idle timeout for blocking http
  • #4953 - Generate a README.md with instructions on how to build the project
  • #4908 - Graylog log management
  • #4869 - Document how to access the config programmatically
  • #4857 - quarkus-smallrye-fault-tolerance extension should not have a hard dependency to quarkus-smallrye-metrics
  • #4793 - Support Health Check for Kafka Streams extension
  • #4791 - The Software Transactional Memory extension should not start the TransactionStatusManager during native build
  • #4666 - Add tests for json and custom logging
  • #4663 - Add mutual SSL properties
  • #4619 - Quarkus OIDC shouldn't fail, when Auth Server is not up
  • #4608 - Generate a README.md with instructions on how to build the project in CreateProject
  • #4518 - MP Metrics TCK - Fix excluded tests
  • #4516 - MP Config TCK - Fix excluded tests
  • #4512 - Mismatch in ConfigProviderResolver instances after boot
  • #4268 - Support WebSocket sub-protocols
  • #4218 - Upgrade to GraalVM 19.3.0 / Java 8 edition
  • #4172 - quarkus.swagger-ui.path doesn't accept environment variables as its value
  • #4123 - MP-Configuration: Environment variables not resolved in prod mode
  • #4121 - [WIP] Introduce logging extensibility, JSON formatter extension
  • #4119 - ENV Variable not substituted
  • #4082 - Add datasource configurations for initSQL and validationQuery
  • #4077 - Opentracing extension: java.lang.reflect.InvocationTargetException: Illegal character in authority
  • #3985 - Create quarkus-sentry Extension
  • #3937 - Support the configuration property indirection with custom ConfigSource
  • #3904 - Add support for YAML configuration files
  • #3888 - Injecting @ConfigProperty(name="quarkus.servlet.context-path") does not work in native mode
  • #3833 - ArtemisTestResource available
  • #3792 - Added Access Log Configuration sample documentation for RESTEasy + Servlet
  • #3702 - QuarkusTest does not take into consideration dependencies defined in the maven profile
  • #3637 - Env Variable not recognized using MicroProfile Restclient and Quarkus dev mode
  • #3521 - Add Flyway support for multiple datasources
  • #3520 - Make Quartz Extension configurable for clustered scheduler engine
  • #3516 - ENV Variables doesn't work anymore with Quarkus 0.20.0
  • #3498 - Provider io.quarkus.runtime.configuration.TemporaryConfigSourceProvider not found
  • #3482 - Query hint support for Panache
  • #3458 - ReflectiveHierarchyStep warning - unable to properly register for reflection
  • #3279 - Document how to use Vault to encrypt password for quarkus.mailer.password
  • #3174 - Reintroduce Gradle ITs in main tree
  • #3089 - Test - stale config values
  • #3030 - Apply default values during property expansion
  • #2816 - Variable replacement does not work for quarkus-smallrye-rest-client /mp-rest/url
  • #2767 - Compilation fails with quarkus-gradle-plugin while using Hibernate bytecode enhancement
  • #2760 - Set datasource password via environment variable (Postgres)
  • #2744 - LockModeType support with Panache
  • #2409 - Support custom logging handlers
  • #2404 - We call our "standards compliant" but don't actually mention any standards
  • #1989 - Two conflicting default values for quarkus.log.console.darken
  • #1888 - Quarkus cannot use the hibernate-validator constraints in the inherited class/interface
  • #1887 - Logging configuration ignores environment variables
  • #1847 - Add JsonFormatter support for the log
  • #1368 - Returning Optional for single result find Panache operations
  • #1289 - integration-tests/README.md refers to non-existent GraalTest
  • #891 - Improve error reporting of missing default config values
  • #734 - Config Converter for Class objects
  • #589 - The infamous DEV mode
  • #390 - Extension configuration should support all primitive types
quarkus - 1.0.1.Final

Published by gsmet almost 5 years ago

Major changes

  • #5813 - Fix security issue related to the inclusion of annotations on secured method parameters

Complete changelog

  • #5813 - Fix security issue related to the inclusion of annotations on secured method parameters
  • #5805 - Fixes the extension author guide WRT the new quarkus-extension.yaml
  • #5803 - Fix various usability issues in Spring @RestControllerAdvice handling
  • #5796 - @RestControllerAdvice that returns an object but handles errors from a void controller method does not return json
  • #5786 - Upgrade jandex-maven-plugin to 1.0.7
  • #5777 - Fix AnalysisConfigurer example in Hibernate Search documentation
  • #5763 - @Valid and @RolesAllowed conflict since 1.0.0.CR2
  • #5759 - Bump Jandex to 2.1.2.Final
  • #5746 - Various minor adjustments to the HTTP reference documentation
  • #5737 - Fix typo in REST Client guide
  • #5736 - doc: document how to use 999-SNAPSHOT of quarkus
  • #5687 - document how to use 999-SNAPSHOT of quarkus with a universe-platform based project
  • #5512 - Add more tests for ResponseEntity handling
  • #5329 - fixed typo
quarkus - 1.0.0.Final

Published by gsmet almost 5 years ago

Major changes

Complete changelog

  • #5725 - Added decision table section into kogito guide
  • #5723 - Remove unused "libDir" param
  • #5717 - Vault Extension Serialization Error in Native Mode at Runtime Fixes #5636
  • #5714 - Kogito with Decision table NullPointerException
  • #5690 - Add FormAuth smoke test to Elytron package and Vert.x http package
  • #5689 - quarkus.http.auth.form.cookie-name is actually not configurable
  • #5684 - Create parent dir(s) explicitly while creating a new zip file using ZipFileSystem
  • #5683 - quarkus-maven-plugin libDir configuration entry is being ignored
  • #5680 - Exception when directory doesn't exist with quarkus-maven-plugin
  • #5679 - Include the reason compilation failed for Kotlin
  • #5674 - Fix writing-native-applications-tips guide typos
  • #5673 - writing-native-applications-tips including-resources filename in snippet wrong
  • #5672 - Add a preview note in the guides of preview extensions
  • #5669 - Fixes list and add extensions commands
  • #5664 - Fix for bootstrap resolver building the classpath for augmentation from the platform deps
  • #5658 - Indicate in the guides the extensions that are preview
  • #5652 - Take into account repeated constraint annotations
  • #5648 - quarkus-maven-plugin pulls bad -deployment dependencies
  • #5636 - Vault Extension Serialization Error in Native Mode at Runtime
  • #5629 - Agroal is missing essential metadata labels
  • #5623 - fix(vertx): do not log a warning about missing json support when vertx extension is present
  • #5617 - Added BeanArchiveIndexBuildItem to be used for searching for secured classes
  • #5614 - Vert.x also provides a JSON implementation so no warning should be emitted
  • #5612 - Update SmallRye Metrics to 2.3.1
  • #5598 - Fix PanacheQuery.firstResult()
  • #5589 - PanacheQueryImpl.firstResult() retrieves more than one item from the database
  • #5549 - Repeated constraints are not supported
  • #5071 - Private injection on smallrye-metrics
quarkus - 1.0.0.CR2

Published by gsmet almost 5 years ago

Major changes

Complete changelog

  • #5607 - Check MAVEN_HOME env var instead of M2_HOME in bootstrap
  • #5605 - Set the lower boundary of the default range for Quarkus platforms to 1.0.0.CR2
  • #5582 - Second batch of modifications for #2299
  • #5581 - Document replacement for HttpServletRequest
  • #5573 - Terminate request scope before sending JAX-RS response
  • #5571 - Update to SmallRye OpenAPI 1.1.20
  • #5569 - MicroProfile TCK OpenTracing failures
  • #5568 - Fix various JAXB issues
  • #5566 - Place json configuration files next to thin jar when building
  • #5564 - Replacing quarkus.properties with quarkus.platform.version
  • #5559 - Document lifecycle of JAX-RS resources
  • #5558 - ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory when using jaxb for native image
  • #5557 - Add the Jackson exception to the Writing native applications tips guide
  • #5553 - Change compile quarkus:dev to just quarkus:dev in Maven plugin's output
  • #5547 - Specify keycloak version in tests
  • #5545 - doc(*): Clean loggers
  • #5536 - BearerTokenAuthorizationTest is failing
  • #5535 - close handlers and free all associated resources.
  • #5533 - fix: remove build warning by making injected spring data jpa fragments protected in a generated repository
  • #5524 - build(BOM): Upgrade Swagger UI to 3.24.3
  • #5522 - LogManager GENERIC_FAILURE on Windows 10
  • #5519 - refactor: remove trailing usage of @SubstrateTest
  • #5518 - Explicitly disable the clustering on the web Vert.x instance.
  • #5517 - Allow falling back to the bundled platform in case quarkus-platform-descriptor-json:jar couldn't be resolved
  • #5515 - add hibernate-jpamodelgen to bom
  • #5510 - Show more robust gradle graal configuration in docs
  • #5509 - Ensure resolver tests runs unaffected by local ~/.m2 repo
  • #5507 - Quarkus HTTP 3.0.0.Final
  • #5506 - Quarkus Security 1.0.0.Final
  • #5505 - Opentracing without Servlet
  • #5504 - Remove Servlet specific auth from JAX-RS
  • #5503 - Gizmo 1.0.0.Final
  • #5502 - Platform resolver to fallback to the bundled platform if the artifact metadata is there but not the artifacts themselves
  • #5501 - Platform resolver fails in offline mode when the local repo contains metadata but not the artifacts
  • #5495 - Upgrade to Hibernate ORM 5.4.9.Final
  • #5490 - Support MappedSuperclass in our Spring Data JPA compatibility layer
  • #5486 - [fixes #5397] - Updating guide to include path permissions
  • #5482 - Upgrade to RESTEasy 4.4.1.Final
  • #5477 - Fix #2299: mention service files in extension guide
  • #5476 - Remove duplicate dependency from integration test module
  • #5473 - Add oidc to OpenID Connect keywords
  • #5472 - OpenId connect extension should be associated with the OIDC tag
  • #5469 - issue 5463 - Clarify Hibernate ORM property setting in prod
  • #5468 - docs: change servlet to route in swagger-ui path documentation since the endpoint is not served by servlets anymore
  • #5467 - Fix various typos recently introduced in the Transaction guide
  • #5466 - ArC - fix resolution if the required type is wildcard
  • #5465 - Fix for #1942
  • #5463 - Make an explicit section on Hibernate ORM in production with the different defaults
  • #5451 - Register response.closeHandler() in VertxBlockingOutput and test for clients closing connections
  • #5443 - Thread locked after stress test
  • #5442 - Issue 5440 - Link to Infinispan Query DSL is broken on the documentation
  • #5440 - Link to Infinispan Query DSL is broken on the documentation
  • #5437 - Add conversions table between Spring annotations and Quarkus ones
  • #5431 - Prevent @Bean annotated methods from producing a bean if class doesn't use @Configuration
  • #5427 - Updated mailer docs with option for google password auth , issue #4510
  • #5419 - smallrye-jwt can not be used with JAX-RS and smallrye-open-tracing
  • #5418 - Avoid the re-creation of the event loops
  • #5415 - Take Spring Data Pageable's Sort into account
  • #5414 - Fix the application-type property in the oidc web authentication guide
  • #5409 - Ensure that the manifest of the generated jar is the first entry
  • #5407 - removing reference to the authorization part
  • #5406 - Spring data Jpa extension : sort with Pageable does not work
  • #5399 - java.util.jar.JarInputStream.getManifest() returns null for quarkus-runner.jar
  • #5397 - security-openid-connect-web-authentication.adoc is out of sync with current code base and related quickstart
  • #5396 - Interceptor resolution - fix handling of default values of bindings
  • #5395 - Make @ResponseStatus on a void controller advice method optional
  • #5393 - Follow the Spring ComponentScan rule to create beans
  • #5392 - void return type in Spring @ExceptionHandler should work without a @ResponseStatus annotation
  • #5391 - Add exception handler description in Spring web docs
  • #5390 - Adding a reflection configuration file fails when building native using Docker
  • #5385 - Use Class.forName to prevent IllegalAccessError
  • #5376 - Build fails with OpenAPI and Optional QueryParam
  • #5374 - ClassCastException in Spring Web when both a controller method and an advice method return ResponseEntity
  • #5373 - @InterceptorBinding no longer recognized/fired when they have additional fields
  • #5370 - Support spring-web wildcard syntax in @RequestMapping
  • #5369 - ci: activate CI for jpa-without-entity integrations native test
  • #5368 - Run native-image tests for quarkus-integration-test-jpa-without-entity on CI
  • #5365 - Generated Gradle code should use the build/ directory
  • #5347 - Ensure that the name of the generated Spring data repositories is unique
  • #5346 - ZipResourceLoader fix to compile with Java 13
  • #5344 - Include the original exception that caused classloading to fail
  • #5343 - Entity-less native compilation failures
  • #5331 - Restore one of RT classes, produce all token credentials
  • #5328 - Properly match paths ending with /*
  • #5327 - fix: remove unsupported native-image flags
  • #5326 - IllegalAccessError trying to run UberJar when public class C extends public class B extends package class A
  • #5325 - 4088- CodeSource#location always null inside when running in dev mode
  • #5324 - quarkus.native.enable-code-size-reporting not work in GraalVM 19.2.1
  • #5321 - Ensure that array config values are properly validated at startup
  • #5318 - Unexpected behavior of path matching for configuration-based security policies
  • #5317 - Exception when using a custom interface in Spring Data JPA
  • #5316 - Fix NPE when processing a @WebServlet which has additional annotations other than @ServletSecurity
  • #5315 - Fix OIDC flow issue
  • #5311 - Update Kotlin and Scala gradle templates to match Java template
  • #5309 - Fixed issue where app class couldn't be loaded in dev mode
  • #5307 - Exempt MicroProfile Health paths from security authorization
  • #5303 - Support the injection of AccessTokenCredential and IdTokenCredential
  • #5302 - Link RT with AT, moving ID and AT token credentials out of 'runtime' subpackage
  • #5297 - Unable to load the config property type: [Ljava.lang.String through native image
  • #5295 - Update Infinispan to 10.0.0.Final
  • #5294 - Fix delegation usage in ResumingRouter
  • #5292 - issue 4791 Do not open ports at build time (disable TSM)
  • #5287 - Add docs for fixing read only file system deployments
  • #5285 - Updated Kogito extension description and labels
  • #5280 - Fix for #5115 - Do not fire DynamoDB recorder if no DynamoDB clients used
  • #5279 - Arc context propagation - revert to sharing who concurrent map, add automated test
  • #5276 - Fix for 5274
  • #5274 - Bug in PanacheJpaRepositoryEnhancer
  • #5273 - Support repeatable QuarkusTestResource annotation
  • #5270 - Remove augmentation messages from test and dev mode
  • #5268 - Make the tooling resolve the latest version of the universe
  • #5266 - Unused imports removal
  • #5265 - Update to smallrye-jwt-2.0.10
  • #5263 - Trivial: fix a link anchor name
  • #5262 - Problem creating native image (CR1) Error: Unsupported features in 3 methods
  • #5261 - Entities hierarchy are not supported by Spring JPA repositories in Quarkus
  • #5258 - Switch all the cross-guides links to use the canonical website url
  • #5256 - Support repeatable QuarkusTestResource
  • #5252 - Multiple QuarkusTestResource annotations in Test are ignored
  • #5251 - Gradle created project duplicates dependencies section when Kotlin is selected
  • #5250 - Work around an issue in vertx where getting remote/client SocketAddress of the request leads to a NPE
  • #5247 - 0.28.1 -> amazon-lamda-http not working
  • #5245 - Fix Kafka test to handle empty consumer records on poll
  • #5240 - Vertx with clustered manager startup failed
  • #5239 - Drop 'classpath:' protocol prefix for Flyway migration locations
  • #5238 - Fix incorrect GraalVM option and use correct build path for Gradle resource config file
  • #5237 - Complete the Hibernate ORM guide, clarify the limitations
  • #5233 - Images through imageoptiom
  • #5232 - Mailer: Handles Reply-To correctly
  • #5231 - Mailer extension replyTo doesn't work
  • #5228 - Gradle addExtension now handles comma-separated values
  • #5227 - Fix the Infinispan Embedded guide: it breaks the website build
  • #5224 - Cannot add extensions to Gradle project with comma-separated extensions list
  • #5218 - Fix for #5214
  • #5216 - Replace gradle-tooling-api with gradleApi()
  • #5214 - All configuration options guide - no RESTEasy config options
  • #5210 - Include exception in pom reload failure message
  • #5208 - Remove usage of java.util.logging.Logger
  • #5202 - Documentation cleanup for the Hibernate Search extension
  • #5184 - Use ThreadLocal to store the global value only for gradle add and list
  • #5167 - Docs - CDI guide - introduce the "Non-standard Features" section
  • #5160 - Should JWT @Claim require @Inject too
  • #5115 - quarkus-amazon-dynamodb and quarkus-smallrye-fault-tolerance combination causes CNFE
  • #5074 - CDI security determined at build time
  • #5032 - Kotlin requires all-open plugin for templated Gradle build script
  • #4992 - CDI security: Unannotated inherited methods may be restricted when they should not
  • #4826 - @RequestScoped doesn't work with fault tolerance @Retry
  • #4806 - [#4765] fix node name to be harmonized with xa node name
  • #4774 - Fault Tolerant retries and async
  • #4765 - narayana-jta extension: harmonise the node name and the xa node name to a single value
  • #4744 - Generated maven project should have a property for quarkus platform and version
  • #4560 - Adjust memory and startup time numbers for 1.0 on website and presentations
  • #4510 - Mail sending (Gmail) doesn't work
  • #4493 - jwt.verify.publickey.location property should support HTTP
  • #4377 - Hibernate - @ManyToOne strange behavior
  • #4298 - Openapi and extended classes
  • #4125 - Provide a replacement for injecting HttpServletRequest
  • #4088 - CodeSource#location always null inside when running in dev mode
  • #4059 - access-log - custom category doesn't work
  • #3890 - Offer a conversion table between Spring Boot annotations and Quarkus annotations
  • #3721 - Unable to Run tests with non-standard maven settings
  • #3311 - ArC removes indirect referenced beans
  • #2482 - quarkus-hibernate-orm extension is breaking native-image generation
  • #2299 - Extension author guide: explain how to deal with META-INF/services files
  • #1942 - Guides about JSON support misleading
  • #1371 - Resources defaulting to ApplicationScoped
  • #699 - Replace usage of java.util.logging by JBoss logging
quarkus - 1.0.0.CR1

Published by gsmet almost 5 years ago

Major changes

Complete changelog

  • #5199 - Fix instructions in Dockerfile.native
  • #5198 - Fix instructions for using docker to build native image
  • #5191 - fix command line that scaffold gradle project
  • #5189 - Update to GraalVM SDK 19.2.1
  • #5187 - Move port check back to correct place
  • #5186 - Unable to change debug port in dev mode
  • #5182 - fixes: NoSuchFileException in logs and improper caching in devmode after removing a html file
quarkus - 0.28.1

Published by gsmet almost 5 years ago

Major changes

Complete changelog

  • #5181 - fix (#5174): Add sundrio exclusion in kubernetes extension.
  • #5180 - Add missing types supported by our configuration in writing-extensions.adoc
  • #5179 - Allow configuring the worker thread pool checker.
  • #5177 - New pictures for the new theme on the web site.
  • #5176 - quarkus.vertx.max-worker-execute-time not picking up
  • #5174 - Incorrect error page in dev mode when quarkus-kubernetes is in the classpath
  • #5173 - Fixes overriding of extensions
  • #5169 - Fix documentation: PT is prepended to duration values, not appended
  • #5161 - Always use the hosted pool for JDK runs
  • #5072 - Documentation gap fo extension authors guide: Configuration Value Types lacks java.time.*
  • #4715 - fix(docs): propose a mapKey for generated config docs of a Map config item only for config group
  • #4700 - Doc generation - issue with passthrough maps
quarkus - 0.28.0

Published by gsmet almost 5 years ago

Major changes

  • #5092 - Unify the guide URLs for better consistency

Complete changelog

  • #5162 - Also configure the Surefire plugin in the Maven IT
  • #5159 - Null check for multi value headers
  • #5156 - Fix a few quickstarts broken links
  • #5154 - Update CI to support overflow into an expansion pool
  • #5151 - Don't log IOException at ERROR
  • #5149 - Add a few reflection registration for Narayana
  • #5148 - Use Files.walk() within a try-with-resources statement
  • #5145 - narayana native mode ObjectStoreEnvironmentBean no-parameter constructor
  • #5141 - Ensure kubernetes.group and kubernetes.registry are used
  • #5140 - Add a JBoss API spec exclusion that is somehow missed by the enforcer
  • #5137 - Reorder JWT guide to be more consistent with others
  • #5136 - Still seeing channel closed on Firefox and 0.27
  • #5135 - Quarkus Kubernetes Dekorate kubernetes.group partially applied
  • #5132 - Fix unclosed InputStreams
  • #5131 - Remove quarkus-caffeine ReflectiveClassBuildItem duplicate
  • #5130 - Fix native image doc inconsistency
  • #5127 - Add configurable cron expression example in scheduler guide
  • #5126 - Document how to make Scheduler cron configurable via config
  • #5124 - Fix: rest-client-multipart guide
  • #5122 - Ensure @ConfigProperties validation works in native mode
  • #5121 - Fix MP Config TCKs to only exclude two failing tests
  • #5120 - Cleanup platformBomXXX and templates
  • #5119 - Rename amazon-lambda-http-it to amazon-lambda-http for consistency
  • #5117 - Restore the Maven cache for TCK runs
  • #5114 - Avoid null in list-extensions output
  • #5112 - Properly check empty native image options for Maven and Gradle
  • #5111 - Inconsistent guides for native image
  • #5110 - Native build fails when additionalBuildArg is commented out
  • #5108 - Bean that has a bound interceptor must not declare final methods
  • #5107 - Update Health guide to utilize MP Health 2.1 features
  • #5102 - Add gradle warning to fix #5081
  • #5099 - keycloak-authorization feature item and minor improvements to guide
  • #5097 - Generated docs are sometimes overridden when running full build
  • #5096 - issue #5095: Resteasy Standalone + Virtual HTTP (azure/aws) NPE
  • #5095 - Resteasy Standalone NPE with Virtual Http
  • #5092 - Unify the guide URLs for better consistency
  • #5090 - issue #4771 - Update extension metadata
  • #5088 - Adjust the tone of the Panache/Repository guide for JPA and Mongo
  • #5087 - Fixes #5080
  • #5086 - StandardCharsets.UTF_8 usage
  • #5085 - Set a higher timeout for MicroProfile TCK runs
  • #5084 - Use platform for project create
  • #5081 - Mark gradle support as preview until we fix the last hiccups in the next few weeks
  • #5080 - MP Fault Tolerance TCK - Fix excluded tests
  • #5078 - Fix of hasNonArquillianDataProvider which resolves always to true
  • #5077 - ComponentsProviderGenerator - break getComponents into multiple methods
  • #5076 - Fix Category.getDescription() and adjust setDescription
  • #5070 - Fix the reactive route guide
  • #5069 - issue #5067 - Fix link to quarkus-realm
  • #5068 - Explicitly add the cd command to navigate into the generated directory
  • #5067 - 404 in oidc web app guide
  • #5066 - Remove private field injection from within our own extensions.
  • #5065 - fix: remove warning sentence about smallrye issue
  • #5064 - Creation extension command needs artifactIdPrefix
  • #5063 - ComponentsProviderGenerator - break the generated getComponents() method for large deployments into multiple methods
  • #5061 - Include the original exception that caused Quarkus startup to fail
  • #5060 - Make application class name stable
  • #5059 - java.lang.NoSuchFieldError: SERVER_SENT_EVENTS_TYPE when building with gradle
  • #5058 - Include Throwable in startup error log message
  • #5057 - Tweak Agroal configuration reference documentation
  • #5056 - CORS headers may not be sent on 403
  • #5055 - docs: Updating command to generate native in Docker
  • #5054 - Fixes related to resolving Quarkus platform descriptor versions
  • #5053 - Make @Claim injection work when using OIDC
  • #5050 - Fix MP Config TCK tests as part of #4516
  • #5049 - Minor OIDC guide update add version to keycloak
  • #5048 - Minor JWT guide updates
  • #5047 - Update guides following quickstarts renaming
  • #5045 - Fix Security extension metadata
  • #5044 - Generate documentation file for config group
  • #5043 - quarkus-security extension has incorrect quarkus-extension.yaml
  • #5041 - Fix gradle quarkusBuild command
  • #5039 - Unlist unlisted in list-extensions
  • #5036 - Gradle plugin Uber-jar to use application.property quarkus.package.uber-jar=true like Maven
  • #5035 - Documentation : Jackson Java 8 modules and a small correction
  • #5034 - Fixes #5018 and enables last MP REST TCK test
  • #5031 - Polish the Datasource configuration and explain the JDBC driver limits
  • #5029 - Typo corrections
  • #5028 - Remove deprecated smallrye-open-api method overrides
  • #5026 - Re-enable MpMetricTest
  • #5025 - Re-apply docs change for Kotlin
  • #5024 - Suppress misleading jandex registration warnings for Spring Web
  • #5022 - Use a boolean for unlisted in Jaeger metadata
  • #5021 - Add the zlib1g-dev package to the list of required package
  • #5019 - OIDC Error Handling for invalid & expired tokens
  • #5018 - ScopeInfo should have a public constructor
  • #5014 - Re-enable org.eclipse.microprofile.metrics.test.MpMetricTest
  • #5012 - Changed Gradle project templates to use the platform BOM properties, …
  • #4990 - Update to MP Metrics 2.2
  • #4967 - Need pinned defined for categories
  • #4966 - Move to MP Metrics 2.2
  • #4958 - Upgrade to Kogito 0.5.1
  • #4939 - Remove the warning about not having undertow
  • #4771 - Define a notion of a beta/experimental extension in the tooling
  • #4767 - Java 11/Gradle - NullPointerException on build Reactive Messaging
  • #4651 - Duplicate metrics HELP line
  • #4318 - Setup CI job to test latest core with latest platform before release
  • #4316 - Curate extensions in core
quarkus - 0.27.0

Published by gsmet almost 5 years ago

Major changes

  • #5007 - Rename @SubstrateTest to @NativeImageTest
  • #4951 - AWS Lambda - fix native, more docs
  • #4912 - Remove war-launcher
  • #4907 - Upgrade to Hibernate Validator 6.1.0.Final, RESTEasy 4.4.0.CR1 and move to Jakarta artifacts
  • #4906 - Support generating OpenShift manifests
  • #4871 - Detect pom changes when in quarkus:dev mode
  • #4780 - Change to only allow a single output type
  • #4777 - Native support for Amazon Lambda
  • #4722 - Rename Substrate* build items to NativeImage*
  • #4653 - Update to GraalVM 19.2.1
  • #4624 - Provide Amazon SAM integration for jaxrs based applications
  • #4308 - Customize Kubernetes manifests via application.properties

Complete changelog

  • #5013 - Align bootstrap versions with main bom
  • #5011 - Add support for legacy .json/yaml in extensions.json generation
  • #5010 - Upgrade to RESTEasy 4.4.0.Final
  • #5007 - Rename @SubstrateTest to @NativeImageTest
  • #5005 - Fix broken native build of generated projects
  • #5004 - Fixes #5002
  • #5002 - Incorrect extension metadata for Jaeger
  • #4999 - Batch PR of 0.27.0 updates
  • #4998 - Bump Vert.x Web to 3.8.3-01
  • #4994 - Tip fix - additionalBuildArgs
  • #4993 - MP OpenAPI TCK - fix excluded tests
  • #4989 - Rename @SubstrateTest to @NativeImageTest
  • #4988 - Delete doubled up config
  • #4986 - Make RESTEasy standalone use correct TCCL in dev mode
  • #4985 - Make const public in descriptor and add new consts
  • #4984 - Make rest-client aware of deployment profiles
  • #4983 - rest-client doesn't take deployment profile when reading config
  • #4980 - issue 4977 - Move short-name under metadata
  • #4978 - Adapt the Maven project creation logic to always create a sub-directory
  • #4977 - short-name is defined in extension descriptor root but read from metadata
  • #4976 - 4967 Add pinned info and description for categories
  • #4973 - Bump AWS SDK - to leverage netty bumped to 4.1.42
  • #4972 - Fix missing descriptions
  • #4971 - Platform Descriptor: load resources from a classloader instead of FileSystem
  • #4970 - Add jackson jdk8 modules
  • #4969 - Augment timeout for Vault CI native tests
  • #4965 - Replace instructions for generating a gradle project with :create com…
  • #4964 - Descriptions are missing from json QuarkusPlatformDescriptor
  • #4962 - Ensure JDK 8 is used with Gradle
  • #4959 - Make CreateProject work in native mode
  • #4957 - Application fails after reload in development mode if there is a NamedQuery present in the codebase
  • #4956 - HTTP Permissions Refactor
  • #4955 - Avoid using deprecated File.toURL
  • #4954 - Fixes #4520
  • #4952 - Reduce CI load on failing PR
  • #4951 - AWS Lambda - fix native, more docs
  • #4950 - After failed start make sure to read the HTTP config with the correct TCCL
  • #4949 - Try to find a better balance in the native builds on CI
  • #4948 - Use Maven settings with Google mirror for all CI steps
  • #4943 - Upgrade to Hibernate ORM 5.4.8.Final
  • #4942 - Prevent some Maven related headaches
  • #4941 - Make new platform resolver code work in native app
  • #4940 - Added anchors to configuration keys and sections
  • #4937 - Fix broken quarkusBuild task
  • #4936 - Add categories binding to extension json descriptors
  • #4935 - Move from quarkus-extension.json to .yaml
  • #4934 - Make sure hot deployment works after a failed server start in an application with non-default http port
  • #4933 - Only execute Vault ITs if -Dtest-vault is specified
  • #4932 - Support outputDirectory in CreateProjectMojo
  • #4931 - Add FeatureBuildItem for Amazon Lambda to be displayed upon startup
  • #4930 - Update Netty to 4.1.42.Final
  • #4925 - quarkus-integration-test-vault-app is requiring Docker to build
  • #4924 - Ensure that vert.x is closed after Arc
  • #4923 - Improves Agroal messages
  • #4921 - Upgrade to Hibernate Search 6.0.0.Beta2
  • #4917 - If start fails make sure to shutdown server
  • #4916 - Introduce a ResumingRouter
  • #4915 - Add missing module to CI native runs
  • #4914 - Attempt to resolve users and roles externally
  • #4912 - Remove war-launcher
  • #4910 - Azure pipelines cover only subset of modules (43/60) for native runs
  • #4909 - changed 'ipso facto' (by that very fact) to 'de facto' in docs
  • #4907 - Upgrade to Hibernate Validator 6.1.0.Final, RESTEasy 4.4.0.CR1 and move to Jakarta artifacts
  • #4906 - Support generating OpenShift manifests
  • #4904 - issue-4099 Introduce the ability to show root-cause first in exception stacktraces on error pages
  • #4903 - Minor text edit - add space after text "single" and Lambda ResourceHander (..single[ ]com.amazonaws...)
  • #4902 - fix: add a NPE check for overridable description files
  • #4899 - Distinguish between Maven and Gradle for hint-text
  • #4898 - add initial categories into extension overrides
  • #4897 - Don't add the "--rm" option to "docker run" command, of native-image, too early
  • #4896 - Restart app on pom.xml change
  • #4893 - Small fix
  • #4892 - Set default encoding as UTF-8 for static resources
  • #4891 - The character set encoding of static HTML file is changed
  • #4889 - Decouple Spring Web from quarkus-undertow
  • #4885 - Redo #4856 Platform descriptor should only be downloaded when targeting a different version
  • #4884 - [fixes #4480] - Initial Code Flow Support
  • #4883 - Remove unnecessary application dependency resolutions
  • #4880 - Support for groups, KC and custom role claims
  • #4878 - Documentation: fix extension debugging advices
  • #4877 - Docs fixes
  • #4876 - Kotlin docs - minor fix
  • #4875 - CDI guide: add method removal documentation
  • #4874 - infinispan-embedded - Don't let org.jgroups.protocols.DISCARD use Java Swing or AWT classes in native mode
  • #4873 - MP FT TCK integration
  • #4871 - Detect pom changes when in quarkus:dev mode
  • #4870 - Fixes native build on Docker in the Gradle plugin
  • #4868 - Move to jsonb and jackson dependencies for mongodb with panache
  • #4867 - Document how to configure JSON from an extension
  • #4866 - Remove unnecessary type from TransactionalContextState.
  • #4865 - Ensure that subsequent uberJar creations doesn't fail
  • #4864 - Added pointer to guide for reactive clients
  • #4863 - Adjust ArC package name for Naryana
  • #4861 - Adds the possibility to override values while generating the extension.json as described by issue #4320
  • #4860 - Provides Jackson Java 8 modules with quarkus-jackson
  • #4859 - Updated info about JDK version
  • #4858 - uberjar: second build fails
  • #4856 - Platform descriptor should only be downloaded when targeting a different version
  • #4854 - quarkusBuild doen't work well since 0.26.0
  • #4853 - Template deprecation warnings suppression
  • #4852 - Vert.x route handler not completing/resuming when handling requests
  • #4851 - Move to kebab case and add categories in model
  • #4850 - Must be install dir, not GRAALVM_HOME
  • #4849 - cleanup quarkus-extension and extensions.json formats
  • #4845 - prepend the slash automatically if not present
  • #4844 - Updates of commons-xyz dependencies
  • #4843 - integration-tests - Use the right version of quarkus-maven-plugin in the native profile
  • #4840 - HttpAuthenticationMechanism - return true on challenge sent
  • #4838 - HttpAuthenticationMechanism.ChallengeSender.apply - return true instead of null
  • #4836 - vault-app tests fail to build native image
  • #4835 - Prepend a slash to a io.quarkus.vertx.web.Route.path if not present
  • #4834 - Tests are hanging when using a Kafka consumer and the mailer.
  • #4833 - Adding a more informative error message
  • #4830 - infinispan-embedded - fail to build native image
  • #4829 - VertxHttpRecorder - Router event should be fired only once
  • #4828 - All to disable the oidc extension
  • #4827 - Arc - split runtime classes/interfaces into API and internal impl pac…
  • #4825 - VertxHttpRecorder - Router event is fired twice
  • #4824 - Cannot use runtime quarkus.security.users.file.* config
  • #4823 - Gradle doesn't work if using JDK 11
  • #4822 - Using tooling, platform descriptor should only be downloaded when targeting a different version
  • #4821 - Add form based authentication
  • #4819 - Replace mvn with ./mvnw whenever possible
  • #4818 - Fix elytron properties help
  • #4816 - Rename Postgres to PostgreSQL
  • #4815 - No hot reload on bad configuration wich block the quarkus startup and when http.port is overridden
  • #4814 - RESTEasy standalone - handle @ApplicationPath value correctly
  • #4813 - Add a featurebuilditem to Hibernate with Panache
  • #4812 - Hibernate ORM with Panache not shown as installed features
  • #4811 - Assorted OIDC changes
  • #4810 - Add a name for quarkus-amazon-lambda-http-maven artifact
  • #4808 - Agroal to not log warnings for default configuration
  • #4807 - Fix broken gradle buildNative
  • #4805 - Fix broken Kubernetes extension
  • #4801 - Work around JDK bug to produce JAR files with proper CRC32 entries
  • #4800 - Fixed minor typo in kubernetes-client guide
  • #4799 - Hard disable the Narayana TSM
  • #4798 - Remove reference to deleted artifactId quarkus-undertow-common-substitutions
  • #4796 - Documentation for quarkus.security.file / embedded not present in any guide
  • #4795 - Move to use metadata section in extensions manifest
  • #4794 - Clarify preparation for build native
  • #4790 - Upgrade to jackson-databind 2.9.10.1 to fix CVE
  • #4787 - RESTEasy standalone - @ApplicationPath not honored if it does not start with a slash
  • #4786 - Formatting fix to pass master build.
  • #4785 - Correct InterceptorBindingRegistrarTest
  • #4784 - Remove not used extension registry plugins
  • #4782 - Quarkus produces JAR that fails CRC32 checks
  • #4781 - Arc should use the same Gizmo version as Quarkus
  • #4780 - Change to only allow a single output type
  • #4778 - gradle listExtensions displays mvn instructions
  • #4777 - Native support for Amazon Lambda
  • #4776 - [fixes #4495] - Quarkus Keycloak Authorization Extension
  • #4775 - Change Kafka Stream config topics type from String to List
  • #4768 - Document the amazon-lambda-http extension ...
  • #4761 - Add a test for InterceptorBindingRegistrarBuildItem
  • #4760 - Security guides tweaks
  • #4759 - ensure keycloak are ready/aware of platform changes
  • #4758 - ensure kogito quarkus extension have what they need to integrate with platform
  • #4757 - Make Jackson + JSON-B @JsonSerializer/Deserializer for fields work in native
  • #4756 - Arc - log a warning when we detect wildcard as a bean type.
  • #4754 - Add logging to the connection pool
  • #4751 - chore: update kubernetes-client to 4.6.1
  • #4750 - Ignore META-INF/quarkus-extension.json when building uberjars
  • #4749 - Bootstrap maven repo initializer should take into account maven.repo.local property
  • #4748 - Pass on the relevant config to control whether the Narayana TSM starts (even for native mode)
  • #4747 - Apply minor cleanup to PackageIT
  • #4746 - Use the correct default executor to fire async CDI events
  • #4745 - gradle wrapper not created when creating projects on windows
  • #4742 - gradle templates are not taking platform version into account
  • #4740 - Only install identity providers if they are required
  • #4739 - Tighten integration between Kafka client and jsonb - Add Jackson support
  • #4735 - Make KubernetesClientConfig values Optional
  • #4727 - Include i.q.k.c.s.JsonbSerializer and i.q.k.c.s.JsonbDeserializer in native image
  • #4724 - Fix extension descriptions in the generated JSON
  • #4722 - Rename Substrate* build items to NativeImage*
  • #4721 - docs: merge config doc sections if they have same title
  • #4720 - Restarts in DevMode generate a warning about multiple Vertx instance
  • #4719 - Quarkus Rest Client - com.fasterxml.jackson.databind.JsonMappingException Class has no default constructor
  • #4718 - JdbcRecorder.registerPrincipalQuery() should never initialize ArC
  • #4709 - Updated guides with new resteasy params
  • #4707 - Kubernetes Client - Config - Some properties should be optional
  • #4706 - Kafka Streams - Config - Topics should be a list
  • #4704 - Rename Substrate build items
  • #4702 - Ensure Spring RestControllers paths show up in dev-mode 404
  • #4701 - Use the correct default executor to fire async CDI events
  • #4699 - Doc generation - issue with doc sections in runtime/build time
  • #4691 - Allow Spring controllers to not require @RequestMapping
  • #4683 - Class io.quarkus.kafka.client.serialization.JsonbSerializer not included in native image
  • #4682 - Check ConfigProperties missing config values
  • #4679 - Testcase to verify that the StaticHandler can handle requests with If-Modified-Since header without running into thread safety issues
  • #4664 - Unclear stacktrace on server startup
  • #4662 - [#3878] adding transaction scope into JTA extension
  • #4660 - Keycloak tokens are rejected with 401 if @RolesAllowed is used
  • #4653 - Update to GraalVM 19.2.1
  • #4637 - Spring Controller's don't show up in quarkus:dev 404 page
  • #4635 - Incorrect debugging advice in extension authors guide
  • #4627 - Spontaneous error on accessing swagger
  • #4624 - Provide Amazon SAM integration for jaxrs based applications
  • #4613 - Route conflict if Swagger and OpenAPI have a common path prefix
  • #4604 - DeploymentException not thrown when using @ConfigProperties
  • #4576 - Create a test for InterceptorBindingRegistrarBuildItem
  • #4520 - MP REST Client TCK - Fix excluded tests
  • #4517 - MP Context Propagation - Fix excluded Tests
  • #4503 - Agroal: failure to connect on boot is swallowed
  • #4495 - OIDC adapter has to provide HttpPermissionChecker
  • #4474 - test: add spring-web integration test with @PathVariable without configuration
  • #4471 - Dynamodb - URL connection http client support
  • #4439 - Test case for issues #3284 and #2556
  • #4413 - Security annotations for cdi
  • #4406 - Dynamodb: Add support for Jdk buitin HttpClient - UrlConnectionHttpClient
  • #4349 - Add HTTP Permission Layer
  • #4348 - Implement Vert.x based FORM auth in the new security layer
  • #4344 - Handle non-binding fields for interceptor bindings from non-binding annotations
  • #4339 - Document how an extension can customize JSON handling
  • #4334 - CDI security interceptor for @RolesAllowed, etc
  • #4320 - Generation of extension.json should allow for overrides
  • #4315 - create tooling SPI to allow platform separation
  • #4308 - Customize Kubernetes manifests via application.properties
  • #4292 - Arc - parameterized type that contains a wildcard type parameter is not a legal bean type
  • #4099 - Write down exception stack in reverse order in 500 error page
  • #4048 - Document how to properly override the RESTEasy Jsonb instance
  • #3981 - Report boot time and RSS measures for REST and RESTCRUD on master
  • #3962 - Add Apache Camel extension available in project creation tooling
  • #3878 - Add support for @TransactionalScoped into narayana extension
  • #3643 - QuarkusTestExtension fails to instantiate test class: java.lang.VerifyError in enhanced Entity class
  • #3329 - Quarkus Platform Repository
  • #3312 - CORS with Ajax is not working well.
  • #3284 - Hibernate validator and annotated static method on enum
  • #3087 - Shared Vert.x instance producer
  • #3082 - Netty/Vert.x - Reuse the same event loop group
  • #3051 - Add support for the new Vert.x SQL Client in Quarkus
  • #3036 - Improve Vert.x instance configuration
  • #2556 - Adding javax.validation @Valid in JAX-RS resource method which override an interface break HibernateValidatorTemplate
  • #2241 - PrintAnalysisCallTree cause a lot of heap allocation during native image build
  • #348 - Run MicroProfile TCKs
quarkus - 0.26.1

Published by gsmet almost 5 years ago

Major changes

Complete changelog

  • #4783 - Fix minor typos in configuration guide example
  • #4779 - Fixes bug in Axle example
  • #4770 - Add descriptions to the extensions
  • #4769 - Gradle templates are not taking platform version into account
  • #4764 - filter out multiple vertx instances warning in development
  • #4763 - Fix various issues in Native image generation configuration
  • #4762 - Quarkus 0.26.0 native-image fail with additionalBuildArgs
  • #4753 - Gradle wrapper not created on windows
  • #4752 - Bootstrap maven repo initializer should take into account maven.repo.local
  • #4734 - Disable native image PrintAnalysisCallTree by default, change semantics to 'enabledReports=true'
  • #4692 - More all config layout changes
Package Rankings
Top 1.3% on Repo1.maven.org
Badges
Extracted from project README
Quarkus Quarkus Version GitHub Actions Status Commits License Project Chat Gitpod Ready-to-Code Supported JVM Versions Develocity GitHub Repo stars