Skip to content

Commit

Permalink
Fix links ("snapshot" -> "latest")
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Calvo authored and guillermocalvo committed Jul 14, 2023
1 parent c0282ff commit 3cd2ef8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/main/docs/guide/introduction/whatsNew.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Please read the https://micronaut.io/2022/12/27/micronaut-framework-3-8-0-releas

Several improvements:

- If you want complete control of where your application loads configuration from, for example, due to security restrictions, you can disable the default https://docs.micronaut.io/snapshot/guide/#propertySource[`PropertySourceLoader`] implementations by calling `ApplicationContextBuilder::enableDefaultPropertySources(false)` when starting your application.
- If you want complete control of where your application loads configuration from, for example, due to security restrictions, you can disable the default https://docs.micronaut.io/latest/guide/#propertySource[`PropertySourceLoader`] implementations by calling `ApplicationContextBuilder::enableDefaultPropertySources(false)` when starting your application.

- Better `java.time` conversion for YAML configuration

- Client SSL inner configuration is https://docs.micronaut.io/latest/guide/#bootstrap[Bootstrap] context compatible.

- https://docs.micronaut.io/snapshot/api/io/micronaut/http/uri/UriBuilder.html[`UriBuilder`] methods `queryParam` and `replaceQueryParam` ignore null values.
- https://docs.micronaut.io/latest/api/io/micronaut/http/uri/UriBuilder.html[`UriBuilder`] methods `queryParam` and `replaceQueryParam` ignore null values.

- It is possible to stop the Netty server without stopping the Application context.

Expand Down Expand Up @@ -74,7 +74,7 @@ public class AppHttpClientFilter implements HttpClientFilter {

=== Netty runtime

This version upgrades https://netty.io[Netty] from 4.1.77 to 4.1.79. Moreover, it contains improvements to the API to https://docs.micronaut.io/snapshot/guide/#nettyClientPipeline[configure the Netty Client Pipeline] and to https://docs.micronaut.io/snapshot/guide/#nettyServerPipeline[configure the Netty Server Pipeline].
This version upgrades https://netty.io[Netty] from 4.1.77 to 4.1.79. Moreover, it contains improvements to the API to https://docs.micronaut.io/latest/guide/#nettyClientPipeline[configure the Netty Client Pipeline] and to https://docs.micronaut.io/latest/guide/#nettyServerPipeline[configure the Netty Server Pipeline].

=== Improvements to HttpClientException

Expand Down Expand Up @@ -147,7 +147,7 @@ Micronaut Views adds https://micronaut-projects.github.io/micronaut-views/latest

=== New Module - Micronaut Microstream

https://micronaut-projects.github.io/micronaut-microstream/snapshot/guide/[Micronaut Microstream] eases working with https://microstream.one[MicroStream], a native Java object graph storage engine.
https://micronaut-projects.github.io/micronaut-microstream/latest/guide/[Micronaut Microstream] eases working with https://microstream.one[MicroStream], a native Java object graph storage engine.

=== @Scheduled with Time Zones

Expand Down
2 changes: 1 addition & 1 deletion src/main/docs/guide/serverlessFunctions/awsLambda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ unzip example.zip -d example

==== HTTP Functions with AWS Lambda

You can deploy regular Micronaut applications that use ann:http.annotation.Controller[], etc. using Micronaut's support for AWS API Gateway. See the documentation on https://micronaut-projects.github.io/micronaut-aws/snapshot/guide/#apiProxy[AWS API Gateway Support] for more information.
You can deploy regular Micronaut applications that use ann:http.annotation.Controller[], etc. using Micronaut's support for AWS API Gateway. See the documentation on https://micronaut-projects.github.io/micronaut-aws/latest/guide/#applicationtyperuntimedependencies[AWS Application Types, Lambda Runtimes, Dependencies] for more information.

[TIP]
.Using the CLI
Expand Down

0 comments on commit 3cd2ef8

Please sign in to comment.