You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by GitBox <gi...@apache.org> on 2022/12/22 23:56:09 UTC

[GitHub] [shiro] bdemers opened a new pull request, #595: update spring boot

bdemers opened a new pull request, #595:
URL: https://github.com/apache/shiro/pull/595

   - Mark `SecurityUtils.securityManager` as volatile
   - [SHIRO-610] Allways create resolver for non-empty IniWebEnvironment
   - [SHIRO-780] NOTICE files of shiro components don't match NOTICE in source code repository
   - Create 1.6.x branch
   - Update Spring/Spring Boot Versions
   - Add a feature to allow for global filters
   - [maven-release-plugin] prepare release shiro-root-1.6.0
   - [maven-release-plugin] prepare for next development iteration
   - [SHIRO-767] Fixed issue where org.apache.shiro.util.ClassUtil cannot load the array of Primitive DataType when use undertown as web container
   - Add Jenkins file
   - (no-issue) fix importing junit5 packages
   - Add name to ShiroFilter's @ConditionalOnMissingBean
   - Update AbstractContainerIT to allow for HTTPS connections
   - deleteMe cookie should use the defined "sameSite"
   - [SHIRO-789] Add SameSite option to AbstractShiroWebConfiguration.buildCookie
   - [CI] Update maven and jdk labels
   - Update versions to 1.7.0
   - Update Jenkinsfiles with 1.7 branch
   - Add ShiroUrlHelper and related Spring configuration
   - Adds configuration to toggle the normalization of backslashes
   - Disable jsessionid URL rewriting by default
   - SslFilter with HTTP Strict Transport Security (HSTS)
   - Added SslFilterTest Naming of variables
   - Test cases with EasyMock
   - [maven-release-plugin] prepare release shiro-root-1.7.0
   - [maven-release-plugin] prepare for next development iteration
   - hotfix springboot spring.factories
   - Add basic tests to assert no whitespace in spring.factories fiels
   - Add missing license headers to new tests
   - (test) convert EnvironmentLoaderServiceTest partly to integration test.
   - Improving tests for path matching logic
   - [maven-release-plugin] prepare release shiro-root-1.7.1
   - [maven-release-plugin] prepare for next development iteration
   - (doc) Committer Update
   - Update PMC Chair
   - [SHIRO-812] Key value separator in config is broken with escape char
   - Update release-notes
   - [SHIRO-812] Remove splitKeyValue test
   - Set version to 1.8.0-SNAPSHOT
   - Set previous version for japicmp to 1.7.1
   - Correct project version used by invoker plugin
   - Using separate maven local repo for Jenkins builds
   - ITs need to use local repo in CI
   - Correct padding of streaming cipher for Java 14
   - Update invoker plugin to 3.2.2
   - Jenkins file cleanup for 1.8
   - Use Jenkins matrix build config from main
   - Reduce jenkins matrix build to previously run JDK configs
   - Remove snapshot updates from jenkins.groovy
   - Replace Java 14 with 16 in the 1.8 branch build
   - Reverted Java 16 build back to 14
   - Combine Spring Boot starters (web and non-web) into single module
   - Configure japicmp to work with new single spring boot starter
   - Backport SHIRO-825
   - [bugfix]: beanPostProcessor and FactoryBean cause spring aop to fail in the same Configuration
   - [SHIRO-678] only query parameters for sessionID if found
   - Add @Documented to Shiro annotations
   - [maven-release-plugin] prepare release shiro-root-1.8.0
   - [maven-release-plugin] prepare for next development iteration
   - Set version to 1.9.0-SNAPSHOT.
   - README update: CI/build status.
   - [SHIRO-836] delete not used jsecurity-sample.jks file
   - [BUILD] github actions from main (copied).
   - [SHIRO-828] update aspectj-maven-plugin
   - [SHIRO-828] update java runtimes.
   - [SHIRO-838] create sha512 and sha3-512 hashes.
   - [SHIRO-843] update maven-project-info-reports-plugin
   - [SHIRO-844] update maven-javadoc-plugin.
   - SHIRO-841 - NullPointerException from SessionsSecurityManager.start()
   - Update core/src/main/java/org/apache/shiro/mgt/SessionsSecurityManager.java
   - [SHIRO-845] - Dependencies for test-jars missing
   - [SHIRO-846] - Creation of site takes very long time
   - [SHIRO-848] - Relative Path in pom.xml is not needed
   - [SHIRO-850] - The profile name jdk19-plus is misleading
   - [SHIRO-851] - Handling properties for compile/enconding vs. default configurations of plugins
   - [SHIRO-852] - Configuration for maven-release-plugin prepationGoal should be changed
   - [SHIRO-853] - Versions of maven-surefire/failsafe/report plugin are not in sync
   - [SHIRO-854] - Konfiguration includes/excludes maven-failsafe-plugin can be reduced to default
   - [SHIRO-842] replace log4j1 usages
   - [SHIRO-842] explicitly scope log4j test dependencies
   - [SHIRO-853] - Fix conflicts
   - [SHIRO-860] upgrade to logback 1.2.10
   - [SHIRO-862] Remove google analytics from javadoc
   - [SHIRO-867] skip deployment for ITs/samples.
   - [BUILD] fix hazelcast/powermock reflection in test.
   - [maven-release-plugin] prepare release shiro-root-1.9.0
   - [maven-release-plugin] prepare for next development iteration
   - Revert "[maven-release-plugin] prepare for next development iteration"
   - Revert "[maven-release-plugin] prepare release shiro-root-1.9.0"
   - [SHIRO-838] udpate parent pom for sha512 on source-release
   - Updating NOTICE year
   - Update release notes
   - [maven-release-plugin] prepare release shiro-root-1.9.0
   - [maven-release-plugin] prepare for next development iteration
   - [SHIRO-872] fix Reproducible Builds issues
   - Add branch 1.9.x to GH Actions build
   - Fix sporadic failures of AuthorizationFilterTest
   - Update Spring, jetty, slf4j, and hazelcast dependencies
   - [SHIRO-882] Upgrade to apache pom parent 26
   - fix SHIRO-881
   - Apply principalSuffix only when username does NOT already contain the suffix
   - Add support for case-insensitive matching to RegExPatternMatcher
   - [maven-release-plugin] prepare release shiro-root-1.9.1
   - [maven-release-plugin] prepare for next development iteration
   - [SHIRO-884] use plugin version from parent
   - [SHIRO-885] Use OWASP Java Encoder with OSGi manifest
   - [SHIRO-886] Upgrade to commons configuration 2.8.0
   - [BUILD] set version to 1.10.0-SNAPSHOT
   - [SHIRO-887] do not trim passwords in FormAuthenticationFilter
   - catch SessionException in getRunAsPrincipalsStack Fixes SHIRO-512
   - added comments
   - Fix integration test package versions
   - Update various dependencies:
   - Bump maven-javadoc-plugin from 3.3.1 to 3.4.1
   - Update owasp dependency check
   - Bump build-helper-maven-plugin from 3.0.0 to 3.3.0
   - Bump maven-site-plugin from 3.7.1 to 3.12.1
   - Updating Karaf version
   - Bump exec-maven-plugin from 1.6.0 to 3.1.0
   - Bump maven-assembly-plugin from 3.1.0 to 3.4.2
   - Bump jacoco-maven-plugin from 0.8.4 to 0.8.8
   - Bump maven-jxr-plugin from 3.1.1 to 3.3.0
   - Bump maven-compiler-plugin from 3.8.0 to 3.10.1
   - Bump actions/setup-java from 2 to 3
   - Bump maven-project-info-reports-plugin from 3.1.2 to 3.4.1
   - Bump actions/cache from 2.1.6 to 3.0.10
   - Bump apache from 26 to 27
   - Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13
   - Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7
   - Bump maven-resources-plugin from 3.1.0 to 3.3.0
   - Bump maven-bundle-plugin from 5.1.4 to 5.1.8
   - Bump apache-rat-plugin from 0.13 to 0.15
   - Bump hamcrest-core from 2.1 to 2.2
   - Bump license-maven-plugin from 3.0 to 4.1
   - Bump mockito-core from 1.10.17 to 4.8.0
   - Bump actions/checkout from 2 to 3.1.0
   - Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6
   - Bump resteasy.version from 3.9.0.Final to 3.15.3.Final
   - Bump maven-dependency-plugin from 3.1.1 to 3.3.0
   - Bump japicmp-maven-plugin from 0.14.1 to 0.16.0
   - Bump jsp-api from 2.1 to 2.2
   - Bump maven-pmd-plugin from 3.12.0 to 3.19.0
   - Bump versions-maven-plugin from 2.7 to 2.12.0
   - Bump mrm-maven-plugin from 1.1.0 to 1.4.1
   - Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
   - Bump maven-jar-plugin from 3.2.2 to 3.3.0
   - Bump maven-failsafe-plugin from 3.0.0-M5 to 3.0.0-M7
   - Bump maven-scm-publish-plugin from 3.0.0 to 3.1.0
   - Update guava to 31.1
   - Add optional flag to skip dependency check for integration tets
   - Revert: Bump maven-project-info-reports-plugin from 3.1.2 to 3.4.1
   - [SHIRO-890] Avoid another proxy creator when @EnableAspectJAutoProxy enabled
   - Allow for direct configuration of ShiroFilter through WebEnvironment
   - [maven-release-plugin] prepare release shiro-root-1.10.0
   - [maven-release-plugin] prepare for next development iteration
   - [SHIRO-894] Update EasyMock to 5.0.1
   - [SHIRO-895] Workaround Guice Java17 compat and run tests on 17.
   - Bump versions-maven-plugin from 2.12.0 to 2.13.0
   - Bump easymock from 4.3 to 5.0.1
   - [SHIRO-893] Fix NPE in ShiroFilter.init()
   - [SHIRO-895] hazelcast/powermock/guice Java17 compat
   - [SHIRO-896] update hsqldb to 2.7.1
   - [BUILD] reduce build matrix
   - SHIRO-892 Ensure ShiroWebModules works with explicit bindings in with Guice
   - Bump htmlunit from 2.65.1 to 2.66.0
   - [BUILD] start v1.11.0
   - Bump spring-boot.version from 2.7.4 to 2.7.5
   - Bump gmavenplus-plugin from 1.13.1 to 2.1.0
   - Bump maven-surefire-report-plugin from 3.0.0-M5 to 3.0.0-M7
   - Bump mockito-core from 4.8.0 to 4.9.0
   - Bump hibernate.version from 5.6.12.Final to 5.6.14.Final
   - Bump taglist-maven-plugin from 2.4 to 3.0.0
   - [SHIRO-899] Added HttpSessionContext shim for Jakarta 9+ (Jakarta namespace)
   - [SHIRO-899] moved the HttpSessionContext Jakarta shim into Shiro package and out of jakarta package, to made JPMS work, and avoid split package issues
   - removed extraneous whitespace from pom.xml
   - Bump dependency-check-maven from 7.2.1 to 7.4.1
   - [SHIRO-889] Provide Jakarta jar modules
   - [SHIRO-899] Added HttpSessionContext shim for Jakarta 9+ (Jakarta namespace)
   - [SHIRO-899] moved the HttpSessionContext Jakarta shim into Shiro package and out of jakarta package, to made JPMS work, and avoid split package issues
   - [SHIRO-889] Removed Jakarta Crypto relocation - non-existent module
   - [SHIRO-889] fix samples POM parent version for 1.11, CXF xml merge commit cruft, fixed and converted Jupiter tests back to classic JUnit
   - Bump apache from 27 to 29
   - Bump cxf.version from 3.5.3 to 3.5.5
   - Bump maven-project-info-reports-plugin from 3.1.2 to 3.4.1
   - Bump japicmp-maven-plugin from 0.16.0 to 0.17.1
   - Bump actions/checkout from 3.1.0 to 3.2.0
   - Bump maven-dependency-plugin from 3.3.0 to 3.4.0
   - Bump versions-maven-plugin from 2.13.0 to 2.14.1
   - Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7
   - Bump framework from 4.4.1 to 4.4.2
   - Update Spring Boot version to 2.7.7
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@shiro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shiro] bdemers merged pull request #595: update spring boot

Posted by GitBox <gi...@apache.org>.
bdemers merged PR #595:
URL: https://github.com/apache/shiro/pull/595


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@shiro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org