1.1.1

Across

ConversionService

AcrossContext now creates its own conversionService bean and attaches it to the Environment of both the AcrossContext itself and its AcrossModule children.  Across will reuse an existing ConversionService bean with the right name.  AcrossWebModule additionally creates a mvcConversionService bean that is used for formatting and web databinding.  Unless a separate FormattingConversionService with that name has been defined, the default conversionService bean will be used for web controllers as well.

In most applications it should no longer be necessary to create a ConversionService manually.

Issue list

key summary type created updated due assignee reporter priority status resolution
Loading...
Refresh

Across standard modules

JPA repositories

The AcrossHibernateJpaModule now supports the use of the custom @EnableAcrossJpaRepositories annotation as a replacement for standard Spring data @EnableJpaRepositories.  The custom annotations provides common boiler plate code like support for entity intercepting and using the right transaction manager.  Modules migrating to the new annotation can usually remove the transactionManagerRef = HibernateJpaConfiguration.TRANSACTION_MANAGER.

Issue list

key summary type created updated due assignee reporter priority status resolution
Loading...
Refresh