Skip to content

Commit

Permalink
Add some missing readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Feb 11, 2021
1 parent f81ecea commit 4cf8a4c
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 1 deletion.
4 changes: 4 additions & 0 deletions aop/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Micronaut AOP

This module provides support for [Aspect-Oriented Programming in Micronaut](https://docs.micronaut.io/latest/guide/index.html#aop).

4 changes: 4 additions & 0 deletions bom-check/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Micronaut BOM Check

This validates the Micronaut Bill of Materials (BOM). New Entries can be added in the root `build.gradle`.

4 changes: 4 additions & 0 deletions bom/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Micronaut BOM

This module produces the Micronaut Bill of Materials (BOM). New Entries can be added in the root `build.gradle`.

4 changes: 4 additions & 0 deletions buffer-netty/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Micronaut Buffer Netty

This module provides an implementation of the `ByteBuffer` abstraction over Netty.

8 changes: 8 additions & 0 deletions context/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Micronaut Context

This module extends the `micronaut-inject` module with addition bean container services such as:

* Job Scheduling with `@Scheduled`
* Event Listeners with `@EventListener`
* Immutable Configuration Properties

4 changes: 4 additions & 0 deletions core-reactive/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Micronaut Core Reactive

This module provides core integration with Reactive Streams.

4 changes: 4 additions & 0 deletions function-client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Micronaut Function Client

This module provides abstractions over invoking Serverless Functions.

4 changes: 4 additions & 0 deletions function/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Micronaut Function

This module provides abstractions of Serverless functions.

4 changes: 4 additions & 0 deletions graal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Micronaut GraalVM

This module provides additional code generation facilities for producing GraalVM configuration.

4 changes: 4 additions & 0 deletions http-client-core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Micronaut HTTP Client

This module provides a Reactive HTTP client based on the Micronaut and Reactive streams APIs.

2 changes: 1 addition & 1 deletion http-client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Micronaut HTTP Client

This module provides a Reactive HTTP client based on the Micronaut and Reactive streams APIs.
This module provides an implementation of the Micronaut HTTP Client interfaces for RxJava 2.

0 comments on commit 4cf8a4c

Please sign in to comment.