47 Commits (fe0ffec8b93305a78274e3fc9f78edc584187141)

Author SHA1 Message Date
Chris Beams 88913f2b23 Convert CRLF (dos) to LF (unix) 13 years ago
Chris Beams d4123d0637 Support use of @Scheduled against JDK proxies 13 years ago
Chris Beams 4f3cbb45f4 Introduce @EnableCaching 13 years ago
Chris Beams 1533822b0a Update proxyTargetClass-related Javadoc; add tests 13 years ago
Chris Beams 3bb01ee68b Revert "Introduce (Annotation)SessionFactoryBuilder types" 13 years ago
Chris Beams 1a8531b401 Revert "Automatically close SessionFactory objects" 13 years ago
Chris Beams b82d5ae8da Revert "Implement SessionFactoryImplementor in SF proxies" 13 years ago
Chris Beams 363e08df22 Revert "Auto-unwrap SessionFactoryBuilder-created proxies" 13 years ago
Chris Beams d122ecb42e Move AdviceMode from .config to .annotation package 13 years ago
Chris Beams 9fce69849a Move misplaced integration test to proper location 13 years ago
Chris Beams 9f4a46e24c Auto-unwrap SessionFactoryBuilder-created proxies 13 years ago
Juergen Hoeller 5d2a84f39a fixed test 13 years ago
Chris Beams 431e935011 Fix APC registration for @EnableTransactionManagement 13 years ago
Chris Beams d8d9e3fc27 Revert "Fix APC registration for @EnableTransactionManagement" 13 years ago
Chris Beams f1ef3e4dcd Fix APC registration for @EnableTransactionManagement 13 years ago
Chris Beams 5aa24af126 Implement SessionFactoryImplementor in SF proxies 13 years ago
Chris Beams e0ad6500be Rename TransactionManagementConfigurer callback 14 years ago
Chris Beams c481d2e9fb Rename {Default=>Standard}PortletEnvironment 14 years ago
Chris Beams f893b62a9b Rename {DefaultWeb=>StandardServlet}Environment 14 years ago
Chris Beams c06752ef72 Rename {Default=>Standard}Environment 14 years ago
Chris Beams 80f0eabbd9 Add MockEnvironment to .integration-tests 14 years ago
Chris Beams 404f798048 Support 'required properties' precondition 14 years ago
Chris Beams 01e5120a26 Introduce @EnableTransactionManagement 14 years ago
Chris Beams 111fb71fe1 Remove "Feature" support introduced in 3.1 M1 14 years ago
Chris Beams 5c27a04210 Automatically close SessionFactory objects 14 years ago
Chris Beams f5768fe00b Introduce (Annotation)SessionFactoryBuilder types 14 years ago
Chris Beams b50ac7489b Resolve or eliminate Environment-related TODOs 14 years ago
Juergen Hoeller cd584afe93 removed ConversionService/TypeConverter convenience methods in order to restore 3.0's SPI (for backwards compatibility with implementers) 14 years ago
Chris Beams 9cc125531b Fix STS compatibility issues; other improvements 14 years ago
Chris Beams 2f7c2230f0 Include license.txt and notice.txt in module JARs 14 years ago
Chris Beams 906b50ef51 Add FeatureMethodErrorTests 14 years ago
Chris Beams b4fea47d5c Introduce FeatureSpecification support 14 years ago
Keith Donald 71e60f4551 Favor convertValue(Object, TypeDescriptor) where possible and TypedValue(Object); check with Andy on Selection and Projection TypedValue usage 14 years ago
Chris Beams bc41cb2f27 Polish (Mutable)PropertySources 14 years ago
Chris Beams 2b99cf6d29 Refactor Environment and PropertySource 14 years ago
Chris Beams b3ff9be78f M1 cut of environment, profiles and property work (SPR-7508) 14 years ago
Chris Beams f480333d31 Merge 3.1.0 development branch into trunk 14 years ago
Chris Beams 99f7142e3f Add @Ignored repro test for SPR-7538 14 years ago
Chris Beams c13e5f9f5b SPR-7009, SPR-6972: backed out unintentionally committed tests 15 years ago
Chris Beams 706a09c49e SPR-7009: TransactionInterceptor now extracts ultimate target class before evaluating @Transactional metadata to accommodate double-proxying cases 15 years ago
Costin Leau e8a4ddd3e0 + fix test by disabling autowiring 15 years ago
Juergen Hoeller abdc35c893 component-scan's scoped-proxy attribute applies to scope-annotated singleton beans as well (SPR-6683) 15 years ago
Juergen Hoeller ad1269622b @Scope annotations not sufficient for scanning anymore 15 years ago
Juergen Hoeller e1a3e44485 initial JSR-330 injection support 15 years ago
Juergen Hoeller 266a65982d Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now 16 years ago
Juergen Hoeller 58a458986f polishing 16 years ago
Chris Beams 07c15ce746 renamed .testsuite -> .integration-tests 16 years ago