Broadleaf Microservices
  • v1.0.0-latest-prod

Release Notes for 2.0.1

Table of Contents

Features/Notable Changes

  • Includes all changes from 1.4.12-GA.

  • Added newly introduced BulkOperations services to the Admin gateway.

    • New Properties:

      spring:
        cloud:
          gateway:
            routes:
              - id: bulkoperations
                uri: ${broadleaf.gateway.proxyurls.bulkoperations}
                predicates:
                  - Path=${broadleaf.gateway.predicates.bulkoperations}
                filters:
                  - RewritePath=${broadleaf.gateway.filters.bulkoperations}
      broadleaf:
        gateway:
          proxyurls:
            # granular
            bulkoperations: https://localhost:8483
            # mono/one
            # bulkoperations: https://localhost:8447
            # balanced-processing
            # bulkoperations: https://localhost:9461
          predicates:
            bulkoperations: /api/bulk-operations/**
          filters:
            bulkoperations: /api/bulk-operations/?(?<segment>.*), /$\{segment}