44 Commits

Author SHA1 Message Date
Chris Bono
e0be15a051 Polish "Reinstate changes from 'Improve Gradle instructions in README.md'"
Signed-off-by: Chris Bono <chris.bono@gmail.com>
2025-05-31 13:45:21 -05:00
Chris Bono
a37b188917 Reinstate changes from "Improve Gradle instructions in README.md"
The changes made in commit da5b55cbe3 were
implemented the auto-generated README rather than the adoc file that is
used to generate the README. This commit moves the changes into the
source adoc file.

Signed-off-by: Chris Bono <chris.bono@gmail.com>
2025-05-31 13:38:25 -05:00
Dave Syer
38eed22a0f Revert to src/main/proto for samples 2025-05-30 10:47:25 +01:00
Dave Syer
c2a43c2f87 Attempt to fix plugin mess 2025-05-28 12:52:19 +01:00
Chris Bono
09100d2c96 Polish "Improve Gradle instructions in README.md"
- Makes all Maven and Gradle commands use the wrappers
- Corrects the generated paths for Maven
- Moves note about package name up to admonition

Signed-off-by: Chris Bono <chris.bono@gmail.com>
2025-05-26 13:39:15 -05:00
Abhishek Singh
da5b55cbe3 Improve Gradle instructions in README.md
This improves the "Getting started" section of
README.md for Gradle users.

Signed-off-by: Abhishek Singh <tech.singh.abhishek@gmail.com>
2025-05-26 13:39:15 -05:00
Dave Syer
9151810532 Revert whitespace change in README 2025-05-16 11:58:08 +01:00
Thomas McKernan
bd70fcd69f add GrpcExceptionHandledServerCall to catch exceptions
Signed-off-by: Thomas McKernan <tmeaglei@gmail.com>
2025-05-15 17:08:16 +01:00
Yanming Zhou
93d42c2b08 Polish README.md
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-04-25 11:20:50 -05:00
Dave Syer
7911f3f57e Revert to snapshots 2025-04-25 15:55:29 +01:00
Dave Syer
5f7447c9db 0.8.0 release 2025-04-25 15:42:35 +01:00
Dave Syer
eb82d462e9 Rename explicit references to github org 2025-04-23 10:51:55 +01:00
Dave Syer
b507f29d41 Fix version in docs 2025-04-17 15:57:11 +01:00
Dave Syer
3176c7bc50 Revert to snapshots 2025-04-16 08:20:42 +01:00
Dave Syer
c357502aa4 Bump to 0.7.0 2025-04-16 07:39:50 +01:00
Dave Syer
61c16aadd8 Revert to snapshots 2025-04-05 10:06:52 +01:00
Dave Syer
fe2509d1ac Revert to snapshots 2025-03-10 10:25:10 +00:00
Dave Syer
630e776158 Bump to 0.5.0 2025-03-10 09:09:29 +00:00
Chris Bono
454f0b832d Extract Boot managed deps. from spring-grpc-dependencies
This extracts the Spring Boot managed dependencies from
the spring-grpc-dependencies BOM module into a new
module (`spring-grpc-build-dependencies`) that includes
the dependencies from the BOM as well as the Spring
Boot managed dependencies.

Resolves #118

Signed-off-by: Chris Bono <chris.bono@gmail.com>
2025-03-10 08:39:51 +00:00
Chris Bono
ba5ab90807 Add Spring Boot 3.5.x support to README
Resolves #121

Signed-off-by: Chris Bono <chris.bono@gmail.com>
2025-03-04 08:22:37 +00:00
Dave Syer
b423429b8f Revert to snapshot 2025-03-03 12:47:03 +00:00
Dave Syer
28a2c58f78 Bump to 0.4.0
There are some version management issues with 0.3.0 so we
need a release to catch up with changes in Boot.
2025-03-03 09:45:48 +00:00
Dave Syer
7003b13f23 Correct getting started guide 2025-01-31 11:10:16 +00:00
Chris Bono
495d14b48d Fix getting-started.adoc steps
Updates the fix-getting-started.adoc section of the reference
guide to remove the requirement of the "web" and "graalvm"
dependencies as the former requires other information besides
dependencies to work properly and the latter is just complication
that is not needed for a simple quick start.

See #97
2025-01-21 06:18:45 +00:00
Dave Syer
4efd23aa4e Revert to snapshots and add whats new 2025-01-15 09:07:25 +00:00
Dave Syer
406532e44e Bump to 0.3.0 for release 2025-01-15 08:46:48 +00:00
Chris Bono
fc1de937a8 Polish "Update broken code examples in docs"
This continues the effort of the previous commit to update
broken code examples.
2025-01-12 12:14:51 -06:00
Dave Syer
8b91ebd86a Tidy up README 2024-12-20 14:40:34 +00:00
Josh Long
780f8e61ea Add more detailed getting started to readme 2024-12-20 14:30:49 +00:00
Dave Syer
7f4cac0381 Back to snapshots 2024-11-28 15:37:42 +00:00
Dave Syer
b273d8e83a Bump to 0.2.0 2024-11-28 14:30:09 +00:00
Logan Kulinski
5ab408b626 chris.bono@gmail.com
Signed-off-by: Logan Kulinski <rashes_lineage02@icloud.com>
2024-10-27 12:10:51 -05:00
Dave Syer
8bab3cd081 Revert to snapshots 2024-10-25 12:35:52 +01:00
Dave Syer
2d2e0d8b8e Ready for 0.1.0 2024-10-25 12:20:47 +01:00
Dave Syer
42b54708aa Add sample with Shaded Netty 2024-10-25 12:10:57 +01:00
Dave Syer
3025853b31 Autogenerate README 2024-10-21 16:37:47 +01:00
varunu28
434e26dcec Rename bom to dependencies 2024-10-21 09:41:42 +01:00
Chris Bono
213d1f9bd8 Add spring-grpc-spring-boot-starter module
This commit does the following:

* Adds a `spring-grpc-spring-boot-starter` module

* Adjusts the scope of the dependencies in the`spring-grpc-spring-boot-autoconfigure`
  module to optional
2024-10-21 08:30:54 +01:00
Dave Syer
f0a84cec5d Sack the flatten plugin, at least till it works 2024-10-16 13:02:45 +01:00
Dave Syer
9b89bf2b21 Add basic getting started guide to README 2024-10-16 11:10:12 +01:00
Dave Syer
a430720dbf Fix link in README 2024-10-01 08:51:09 +01:00
fengli79
ceb9d0f2d8 Update the README.md with official name of gRPC. 2024-10-01 08:26:26 +01:00
Dave Syer
0535606a86 Fix link 2024-09-20 08:25:58 +01:00
Dave Syer
4995b57f1b Starting point 2024-09-04 14:16:35 +01:00