Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump org.jasig.portal:uPortal-soffit-renderer from 5.13.1 to 5.17.0 #400

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.jasig.portal:uPortal-soffit-renderer [>= 5.16.a, < 5.17]
org.jasig.portal:uPortal-soffit-renderer [>= 5.15.a, < 5.16]

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.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-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 30, 2024
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.

0 participants