Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-projects/spring-modulith
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.4
Choose a base ref
...
head repository: spring-projects/spring-modulith
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.5
Choose a head ref
  • 17 commits
  • 55 files changed
  • 3 contributors

Commits on Mar 21, 2025

  1. Configuration menu
    Copy the full SHA
    502262a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. GH-1136 - Add debug log describing selected externalized events.

    Original pull request: GH-1135
    Signed-off-by: 조상준 <juncho12011201@gmail.com>
    sangjun121 authored and odrotbohm committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    fb21c72 View commit details
    Browse the repository at this point in the history
  2. GH-1136 - Polishing.

    Simplify output to one line. Formatting, authorship.
    odrotbohm committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    eb5cfbe View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. GH-1140 - Fix Kotlin examples for module and named interfaces declara…

    …tions and dependencies.
    
    Signed-off-by: daniil.tsaryov@jetbrains.com
    dtsaryov authored and odrotbohm committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    bf495be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d1db81 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. Configuration menu
    Copy the full SHA
    a1e2e6b View commit details
    Browse the repository at this point in the history
  2. GH-1160 - Add microbenchmarks.

    odrotbohm committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    cb8e82a View commit details
    Browse the repository at this point in the history
  3. GH-1160 - Improve lookup of event publications in progress.

    Instead of iterating over all publications currently in progress we now use a map to look them up by key.
    
    Baseline
    --------
    Benchmark                        Mode  Cnt        Score      Error  Units
    ….inProgressPublicationsAccess  thrpt   50      312,155 ±    7,428  ops/s
    
    Fixed
    -----
    Benchmark                        Mode  Cnt        Score      Error  Units
    ….inProgressPublicationsAccess  thrpt   50  2328732,504 ± 7809,092  ops/s
    odrotbohm committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    c8cdb02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bf6f26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    080cfdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4857816 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13ad4b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    fd2e218 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Configuration menu
    Copy the full SHA
    efd2be4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4c2a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4722806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65acef6 View commit details
    Browse the repository at this point in the history
Loading