Skip to content

Conversation

@dependabot
Copy link

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

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

Release notes

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

v5.17.1

What's Changed

Chores

Dependency Updates

Documentation

New Contributors

Full Changelog: uPortal-Project/uPortal@v5.17.0...v5.17.1

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
  • 6a17377 [Gradle Release Plugin] - pre tag commit: 'v5.17.1'.
  • 652addc Rel 5 17 patches (#2893)
  • 0c46611 chore: add funding manifest
  • 7c4f410 Merge pull request #2879 from uPortal-Project/renovate/jstreeversion
  • 56cc73c Merge pull request #2882 from uPortal-Project/renovate/net.researchgate.relea...
  • c80a5c2 Merge pull request #2881 from uPortal-Project/renovate/prettier-3.x
  • bcc0eea Merge pull request #2873 from uPortal-Project/renovate/eslint-config-prettier...
  • adc8f13 Merge pull request #2876 from uPortal-Project/renovate/jodatimeversion
  • ab290f6 Merge pull request #2877 from uPortal-Project/renovate/commonspoolversion
  • 22629ba Merge pull request #2878 from uPortal-Project/renovate/lombokversion
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.jasig.portal:uPortal-soffit-renderer](https://github.com/uPortal-Project/uPortal) from 5.13.1 to 5.17.1.
- [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.1)

---
updated-dependencies:
- dependency-name: org.jasig.portal:uPortal-soffit-renderer
  dependency-version: 5.17.1
  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 21, 2025
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