Skip to content

Conversation

@SentryMan
Copy link
Collaborator

Now can directly register routes with SPI.

@ServiceProvider
public class SpiRoute implements HttpService {

  @Override
  public void add(Routing routing) {
    routing.get("/spi", ctx -> ctx.write("hello from spi"));
  }
}

Now can register routes with SPI
@SentryMan SentryMan requested a review from rbygrave August 30, 2025 04:08
@SentryMan SentryMan self-assigned this Aug 30, 2025
@SentryMan SentryMan added the enhancement New feature or request label Aug 30, 2025
@rbygrave rbygrave merged commit bbc4f1b into master Aug 30, 2025
11 checks passed
@rbygrave rbygrave deleted the spi-routes branch August 30, 2025 21:43
@SentryMan SentryMan added this to the 3.3 milestone Aug 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants