Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 15, 2025

Bumps org.jasig.portal:uPortal-soffit-renderer from 5.13.1 to 5.17.0.

Release notes

Sourced from org.jasig.portal:uPortal-soffit-renderer's releases.

v5.17.0

What's Changed

... (truncated)

Changelog

Sourced from org.jasig.portal:uPortal-soffit-renderer's changelog.

Next Release

v5.15.2

  • new external storage option (Redis) for sessions; see README.md under new uPortal-session submodule

v5.15.0

  • new cache, org.apereo.portal.i18n.RDBMLocaleStore.userLocales in ehcache.xml/ehcache-no-jgroups.xml

         <!--
         | Caches Window State Collection -
         | - Many-to-One join of StyleSheet and Window State
         | - not replicated - represents local file system data
         +-->
        <cache name="org.apereo.portal.portlet.registry.PersistentPortletEntityWrapper.windowStates"
            eternal="false" maxElementsInMemory="50" overflowToDisk="false" diskPersistent="false"
            timeToIdleSeconds="0" timeToLiveSeconds="1800" memoryStoreEvictionPolicy="LRU" statistics="true" />
    &lt;!--
     | Caches search results from findParentGroups() in RDBMEntityGroupStore.
     | - 1 x search criteria
     +--&gt;
    &lt;cache name=&quot;org.apereo.portal.groups.RDBMEntityGroupStore.parentGroupEntity&quot;
        eternal=&quot;false&quot; maxElementsInMemory=&quot;500&quot; overflowToDisk=&quot;false&quot; diskPersistent=&quot;false&quot;
        timeToIdleSeconds=&quot;0&quot; timeToLiveSeconds=&quot;300&quot; memoryStoreEvictionPolicy=&quot;LRU&quot; statistics=&quot;true&quot; &gt;
        &lt;cacheEventListenerFactory class=&quot;org.apereo.portal.utils.cache.SpringCacheEventListenerFactory&quot; properties=&quot;beanName=insufficientSizeCacheEventListener&quot; listenFor=&quot;local&quot; /&gt;
    &lt;/cache&gt;
    &lt;!--
    | Caches search results from findParentGroups() in RDBMEntityGroupStore.
    | - 1 x search criteria
    +--&gt;
    &lt;cache name=&quot;org.apereo.portal.groups.RDBMEntityGroupStore.parentGroupEntityGroup&quot;
    eternal=&quot;false&quot; maxElementsInMemory=&quot;500&quot; overflowToDisk=&quot;false&quot; diskPersistent=&quot;false&quot;
    timeToIdleSeconds=&quot;0&quot; timeToLiveSeconds=&quot;300&quot; memoryStoreEvictionPolicy=&quot;LRU&quot; statistics=&quot;true&quot; &gt;
    &lt;cacheEventListenerFactory class=&quot;org.apereo.portal.utils.cache.SpringCacheEventListenerFactory&quot; properties=&quot;beanName=insufficientSizeCacheEventListener&quot; listenFor=&quot;local&quot; /&gt;
    &lt;/cache&gt;
    &lt;!--
    | Caches person locale
    | - 1 per person
    +--&gt;
    &lt;cache name=&quot;org.apereo.portal.i18n.RDBMLocaleStore.userLocales&quot;
    eternal=&quot;false&quot; maxElementsInMemory=&quot;2000&quot; overflowToDisk=&quot;false&quot; diskPersistent=&quot;false&quot;
    timeToIdleSeconds=&quot;0&quot; timeToLiveSeconds=&quot;600&quot; memoryStoreEvictionPolicy=&quot;LRU&quot; statistics=&quot;true&quot;/&gt;
    

  • new property, org.apereo.portal.rest.search.PortletsSearchStrategy.displayFavoriteFlag in portal.properties

... (truncated)

Commits
  • d8f6116 [Gradle Release Plugin] - pre tag commit: 'v5.17.0'.
  • bed15cb fix(deps): update lucene to v8.11.3 (#2839)
  • f4af51a fix: added fn configureDefaults() to up-ga.js (#2849)
  • b1dc6cd Merge pull request #2853 from uPortal-Project/renovate/commonsioversion
  • c27a81c fix(deps): update dependency commons-io:commons-io to v2.17.0
  • ed6f1df Merge pull request #2852 from uPortal-Project/renovate/jodatimeversion
  • b4d6c48 fix(deps): update dependency joda-time:joda-time to v2.13.0
  • d6bb8f5 chore: update less files for compatibility with less v4 (#2851)
  • be09282 Added filter to getPeopleWithMultivaluedAttributes caching (#2850)
  • 0184f21 Merge pull request #2848 from uPortal-Project/renovate/aws-java-sdk-monorepo
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.jasig.portal:uPortal-soffit-renderer](https://github.com/uPortal-Project/uPortal) from 5.13.1 to 5.17.0.
- [Release notes](https://github.com/uPortal-Project/uPortal/releases)
- [Changelog](https://github.com/uPortal-Project/uPortal/blob/master/docs/CHANGES.md)
- [Commits](uPortal-Project/uPortal@v5.13.1...v5.17.0)

---
updated-dependencies:
- dependency-name: org.jasig.portal:uPortal-soffit-renderer
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 15, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 21, 2025

Superseded by #10.

@dependabot dependabot bot closed this Apr 21, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.jasig.portal-uPortal-soffit-renderer-5.17.0 branch April 21, 2025 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant