Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Annotation Interfaces
  • Methods
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.modulith.ApplicationModuleListener
    since, 1.1. Prefer org.springframework.modulith.events.ApplicationModuleListener in spring-modulith-events-api.
    org.springframework.modulith.core.ApplicationModules.getModulithSource()
    use ApplicationModules.getSource() instead
    org.springframework.modulith.core.ModulithMetadata.getModulithSource()
    use ModulithMetadata.getSource() instead.
    org.springframework.modulith.docs.Documenter.withOutputFolder(String)
    use Documenter(org.springframework.modulith.core.ApplicationModules,java.lang.String) directly.
    org.springframework.modulith.test.PublishedEvents.TypedPublishedEvents.matchingMapped(Function<T, S>, Predicate<? super S>)
    since 0.3, use PublishedEvents.TypedPublishedEvents.matching(Function, Predicate) instead.
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    org.springframework.modulith.ApplicationModuleListener
    since, 1.1. Prefer org.springframework.modulith.events.ApplicationModuleListener in spring-modulith-events-api.
  • Deprecated Methods
    Method
    Description
    org.springframework.modulith.core.ApplicationModules.getModulithSource()
    use ApplicationModules.getSource() instead
    org.springframework.modulith.core.ModulithMetadata.getModulithSource()
    use ModulithMetadata.getSource() instead.
    org.springframework.modulith.docs.Documenter.CanvasOptions.Grouping.of(String)
    no replacement as a name-only Documenter.CanvasOptions.Grouping doesn't make any sense in the first place.
    org.springframework.modulith.docs.Documenter.withOutputFolder(String)
    use Documenter(org.springframework.modulith.core.ApplicationModules,java.lang.String) directly.
    org.springframework.modulith.test.PublishedEvents.TypedPublishedEvents.matchingMapped(Function<T, S>, Predicate<? super S>)
    since 0.3, use PublishedEvents.TypedPublishedEvents.matching(Function, Predicate) instead.

Copyright © 2024 VMware Inc.. All rights reserved.