Skip to content

Commit

Permalink
Add frontmatter marker to markdown to force rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Sep 3, 2024
1 parent b902de0 commit bdfa537
Show file tree
Hide file tree
Showing 30 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.10.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Hibernate ORM

* `quarkus.hibernate-orm.log.bind-param` is deprecated and has been renamed `quarkus.hibernate-orm.log.bind-parameters`. The former will be removed at a later stage.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.11.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Log min-level

If you are using TRACE (or DEBUG too if using 1.11.0.Final or 1.11.1.Final - changed in 1.11.2.Final) log level, we made an important change in our logging layer: a new build-time `min-level` configuration property was introduced that sets the minimum log level you will be able to use at runtime.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.12.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Fast-jar as default

Fast-jar is a new Quarkus application packaging format that is faster to boot, compared to our legacy jar packaging. It was introduced several versions ago and it brings many improvements that made us make it the new default.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.13.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Configuration

All `application.properties` files found in the classpath are loaded in the Quarkus configuration. Files in the current application will have priority and files in dependencies will use the classloader order. This means, that your Quarkus application may pick up additional configuration that was not picked up previously and possible change the behaviour of your application.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Hibernate ORM

In Quarkus, the bytecode enhancement of Hibernate ORM is always on.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Maven

You need to upgrade Maven to 3.6.2+ due to a bug in Maven resolver.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.4.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Multi-module projects

If your projects have multiple modules, for a number of extensions (Hibernate Validator for instance), we are not considering the combined index anymore (i.e. the one built of all the Jandex indexes present in your modules) but the bean archives index.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Qute

`io.quarkus.qute.api.VariantTemplate` was removed from the API. The functionality is now provided by an injected `io.quarkus.qute.Template`. Injected templates do not support the `getExpressions()`, `getGeneratedId()` and `getVariant()` methods.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.6.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Maximum size allowed for request body limited to 10 MB

The maximum size allowed for the request body used to be unlimited by default, it's now limited to a safer default value of 10 MB.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.7.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Infinispan Embedded

The Infinispan Embedded extension has been discontinued with no replacement.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.8.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Datasource configuration

This is the last call to migrate your deprecated datasource configuration to the new one before it gets removed in Quarkus 1.9 - the new datasource configuration was introduced in Quarkus 1.3.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-1.9.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Datasource Configuration

In 1.3, we introduced a new much more flexible datasource configuration supporting both JDBC and reactive datasources in a unified way.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## JDK 11

The minimal JDK version supported by Quarkus 2.0 is JDK 11.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Hibernate with Panache split packages

To avoid split packages:
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.10.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Keycloak Authorization and Keycloak 18.0.0

Keycloak version has been bumped to [18.0.0](https://www.keycloak.org/2022/04/keycloak-1800-released.html). It may affect `quarkus-keycloak-authorization` users who have authorization policies represented as `Java Script` and uploaded to Keycloak because the `upload-scripts` feature has been removed in Keycloak 18.0.0.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.11.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## GraphQL endpoints are singleton by default

Previously, the default scope attached to a `@GraphQLApi` endpoint was `@Dependent`. Now, unless you explicitly add a scope annotation to your endpoint, it will act as a `@Singleton` bean. This is thus aligned with the default behavior of JAX-RS endpoints.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.12.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## `quarkus.hibernate-search-orm.enabled` was renamed to `quarkus.hibernate-search-orm.active`

If you were previously using the configuration property `quarkus.hibernate-search-orm.enabled` to enable/disable Hibernate Search at runtime (by setting the config in deployment configuration files, environment variables or commandline parameters), then you should use the configuration property `quarkus.hibernate-search-orm.active` instead.
Expand Down
4 changes: 4 additions & 0 deletions _migrations/Migration-Guide-2.13.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---

---

## GraalVM CE / Mandrel migration from 22.2 to 22.3

Starting with 2.13.4.Final, Quarkus defaults to using GraalVM CE / Mandrel 22.3 for generating native executables.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.14.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## GraalVM CE / Mandrel migration from 22.2 to 22.3

Quarkus 2.14.0.Final still defaults to GraalVM CE / Mandrel 22.2 but, starting with 2.14.1.Final, Quarkus will default to using GraalVM CE / Mandrel 22.3 for generating native executables.
Expand Down
2 changes: 2 additions & 0 deletions _migrations/Migration-Guide-2.15.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

## Hibernate ORM - IN clause parameter padding

The Hibernate ORM extension now enables IN clause parameter padding by default, improving the caching of queries containing IN clauses.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.16.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Config

Configuration property names set in `.env` files are now converted to their expected name, following the Environment Variables naming rules detailed in https://quarkus.io/version/2.16/guides/config-reference#environment-variables.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.17.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---


## Keystore default password
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## SmallRye Config

SmallRye Config `@ConfigMapping` can now only be used on interfaces. Using it on classes results in a build-time exception.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Dev Mode Working Directory

The working directory for dev mode has been changed from the build directory (`target/`) to the root of the project.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.4.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## MicroProfile Config

Injection points targeting beans annotated with `org.eclipse.microprofile.config.inject.ConfigProperties`, require to be annotated with the `org.eclipse.microprofile.config.inject.ConfigProperties` qualifier as stated in the MicroProfile specification. Previous Quarkus versions were only requiring a single `@Inject`.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.5.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Flyway

We upgraded the Flyway dependency from 7.15 to version 8.0. Please refer to the [Flyway release notes](https://flywaydb.org/documentation/learnmore/releaseNotes#8.0.1) to see all the changes.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.6.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## Extensions moved to the Quarkiverse Hub

Once upon a time, Quarkus was a young project and we didn't have a lot of infrastructure around it to host extensions.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.7.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## JNDI disabled by default

Except if one of the extensions you are using in your application requires it, JNDI is now disabled by default.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.8.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## RESTEasy Reactive by default

RESTEasy Reactive is now our default REST layer.
Expand Down
1 change: 1 addition & 0 deletions _migrations/Migration-Guide-2.9.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
## H2 upgrade

H2 has been upgraded from 1.4.197 to 2.1.210.
Expand Down

0 comments on commit bdfa537

Please sign in to comment.