GitXplorerGitXplorer
f

spring-utils

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
090693f1463823043750b1572018467817258ae0

Delete commented out code in RegisteringBeanPostProcessor. That's what source control is for!

fflicken committed 14 years ago
Unverified
9e8fe6e4b040958c5dff1a4f5c7da53bd3b913dd

Remove unnecessary log4j.properties.

fflicken committed 14 years ago
Unverified
a1f51d8aecc6fc0b24d3f45218701d8e1327f306

Exclude JUnit 3 from Spring dependencies--this causes testing errors when testing from command line.

fflicken committed 14 years ago
Unverified
a4adb2137c0aef84b497c14f87b2fb9d02046d3f

Updated README.

fflicken committed 14 years ago
Unverified
9b6f89314531a0959bd837013df2afa85834c1b1

Initial import of source files.

fflicken committed 14 years ago
Unverified
da8d796541136ab1711f69f9b807e593eb656d70

first commit

fflicken committed 14 years ago

README

The README file for this repository.

Utilities for manipulating beans in a Spring Context:

  • Collecting, filtering, and removing beans
  • Registering all beans of a given type (with filtering)
  • Preserving the type of a CGLIB/AOP-enhanced bean, to allow injection based on class instead of interface
  • Configuring java.util.Logger