spring-modulith icon indicating copy to clipboard operation
spring-modulith copied to clipboard

Modular applications with Spring Boot

Results 109 spring-modulith issues
Sort by recently updated
recently updated
newest added
trafficstars

is there any way to create a diferent datasource per module (e.g. diferent driver, server, db...) and insolate that resources to avoid access from different modules. I could be very...

meta: waiting for feedback

Hi! First of all thank you for the great work you are doing :-) I have a Maven multi-module project with one Maven module for each application module plus a...

in: event publication registry
type: bug

ArchUnit released a new module architecture rule API that seems inspired by the conventions of Spring Modulith. We should investigate in how far it allows us to port some of...

### Use case In order to expose the types of a module and all of its sub packages, I'm implementing my own `ApplicationModuleDetectionStrategy` as described in the documentation, as well...

in: core
meta: waiting for feedback

Torn between a Discussion and an Issue on this, but it would change the Documentation, which is in the codebase, so I went with an Issue. Similar Topic to [this...

hi, I'm trying to create an integration test. My service uses Flyway and Postgres. The code looks like this: ``` @Testcontainers @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) @ApplicationModuleTest(mode = ApplicationModuleTest.BootstrapMode.ALL_DEPENDENCIES) public class ControllerIT...

in: test support
meta: waiting for feedback

Given the modules "order" and "inventory". The module order contains a package "internal" with a OrderRepository and has an interface OrderApi. The inventory module contains a service "OrderService" with a...

in: core
type: enhancement
meta: investigating

#251 pointed at the fact that the database access to mark event publications as completed suffers from the need to query for event payload and publication target identifier. This stems...

in: event publication registry
type: improvement

Not sure for JPA, but it would be nice to have reactive JDBC and Mongo starters.

in: event publication registry
type: enhancement

### Discussed in https://github.com/spring-projects/spring-modulith/discussions/201 Originally posted by **genuss** May 3, 2023 First of all, thank you for a great project. I just started to dig in and it looks very...

in: test support