WireBox : Dependency Injection & AOP
7.x
7.x
  • Introduction
    • Contributing Guide
    • Release History
      • What's New With 7.2.0
      • What's New With 7.1.0
      • What's New With 7.0.0
    • Upgrading to WireBox 7
    • About This Book
      • Author
  • Getting Started
    • Overview
    • Installing WireBox
    • Getting Jiggy Wit It!
      • Instance Creations
      • Binder Introduction
      • Scoping
      • Eager Init
      • How WireBox Resolves Dependencies
    • Migrating From ColdSpring
  • Configuration
    • Configuring WireBox
      • Binder Configuration Properties
      • Binder Environment Properties
      • ColdBox Enhanced Binder
      • Types & Scopes
      • Data Configuration Settings
      • Programmatic Configuration
    • Mapping DSL
      • Mapping Initiators
      • Mapping Destinations
      • MapDirectory() Influence & Filters
      • Persistence DSL
      • Dependencies DSL
        • Mapping Extra Attributes
      • Mapping DSL Examples
      • Influence Instances at Runtime
      • Processing Mappings
    • Component Annotations
      • Persistence Annotations
      • CacheBox Annotations
    • Parent Object Definitions
  • Usage
    • WireBox Injector
      • Injector Constructor Arguments
      • Injection Idioms
      • Common Methods
    • Injection DSL
      • ColdBox Namespace
      • CacheBox Namespace
      • EntityService Namespace
      • Executor Namespace
      • Java Namespace
      • LogBox Namespace
      • Models Namespace
      • Provider Namespace
      • WireBox Namespace
    • WireBox Delegators
    • WireBox Event Model
      • WireBox Events
      • WireBox Listeners
        • ColdBox Mode Listener
        • Standalone Mode Listener
  • Advanced Topics
    • Child Injectors
    • Lazy Properties
    • Object Persistence & Thread Safety
    • ORM Entity Injection
    • Providers
      • Custom Providers
      • toProvider() closures
      • Virtual Provider Injection DSL
      • Virtual Provider Mapping
      • Virtual Provider Lookup Methods
      • Provider onMissingMethod Proxy
      • Scope Widening Injection
    • Property Observers
    • Runtime Mixins()
    • WireBox Object Populator
      • populateFromXML
      • populateFromQuery
      • populateFromStruct
      • populateFromQueryWithPrefix
      • populateFromJSON
    • Virtual Inheritance
  • Extending WireBox
    • Custom DSL
      • The DSL Builder Interface
      • Registering a Custom DSL
    • Custom Scopes
      • The Scope Interface
      • Scoping Process
      • Registering a Custom Scope
    • WireBox Injector Interface
  • Aspect Oriented Programming
    • AOP Intro
      • Overview
        • AOP Vocabulary
      • Activate The AOP Listener
      • Create Your Aspect
        • MethodInvocation Useful Methods
        • MethodLogger Aspect
      • Aspect Registration
      • Aspect Binding
      • Auto Aspect Binding
        • ClassMatcher Annotation DSL
        • MethodMatcher Annotation DSL
      • Included Aspects
        • CFTransaction
        • HibernateTransaction
        • MethodLogger
      • Summary
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Introduction
  2. Release History

What's New With 7.0.0

Discover the power of WireBox 7.0.0

PreviousWhat's New With 7.1.0NextUpgrading to WireBox 7

Last updated 1 year ago

Was this helpful?

You can read all about this release on our main What's New Page:

Release Notes

The full release notes per library can be found below. Just click on the library tab and explore their release notes:

Improvement

BeanPopulator renamed to ObjectPopulator to be consistent with naming

Bug

WireBox caches Singletons even if their autowired dependencies throw exceptions.

New Feature

Wirebox - add onInjectorMissingDependency event

Ability to remove specific objects from wirebox injector singleton's and request scopes via a `clear( key )` method

Object Delegators

Object Populator is now created by the Injector and it is now a singleton

Object populator now caches orm entity maps, so they are ONLy loaded once and population with orm objects accelerates tremendously

object populator cache relational metadata for faster population of the same objects

New `this.population` marker for controlling mas population of objects. It can include an `include` and and `exclude` list.

Lazy Properties

Property Observers

Transient request cache for injections and delegations

Bug

Improvement

New Feature

New config setting transientInjectionCache to enable or disable globally, default is true

You can now instantiate an Injector with the `binder` argument being the config structure instead of creating a binder

New injection DSL for ColdBox Root Injector `coldbox:rootWireBox`

Injectors can now track the root injector by having a root reference via `getRoot(), hasRoot()` methods

New DSL for wirebox only root injectors: `wirebox:root`

Intermittent Exception from MetadataIndexer

Come up with better default serialization for exception objects on LogEvents

Allow for closure for all logging messages in the logger, this way, we can verify the logging level automatically.

LogEvents in JSON are now prettified

https://coldbox.ortusbooks.com/readme/release-history/whats-new-with-7.0.0
WIREBOX-133
WIREBOX-132
WIREBOX-89
WIREBOX-130
WIREBOX-131
WIREBOX-134
WIREBOX-135
WIREBOX-136
WIREBOX-137
WIREBOX-138
WIREBOX-139
WIREBOX-140
WIREBOX-141
WIREBOX-142
WIREBOX-143
WIREBOX-144
WIREBOX-145
CACHEBOX-83
LOGBOX-67
LOGBOX-61
LOGBOX-69