uPortal 5.1.2
ChristianMurphy
released this
03 Jul 01:30
·
2729 commits
to master
since this release
Changelog
Fixes
- Beans are now loaded from properties/ContextOverrides during Gradle *init tasks (#1207)
- The
post-content
layout region has been restored to working order (#1216)
Refactor
- Rendering thread pool now uses commons pool version 2 (#1228)
- SmartLDAP has been cleaned up and refactored (#1198)
- Commons collections is now purely transitive through spring (#1224)
- Jline has been dropped as a dependency (#1235)
Documentation
- Clarify use of Android Open Source Code Style (#1182)
- Reflect that uPortal 5 has been released (#1188)
- Correct typo in soffit documentation (#1199)
Style
- Annotate Java with
@Overrides
(#1192)
Test
- Leverage
assertTrue
(#1189)