Apache Shiro 3.0.1
- [2805] Discard Jenkins build workspace after 30 days by @apupier in https://github.com/apache/shiro/pull/2806
- chore: re-enable API compatibility checks post 3.0 release by @lprimak in https://github.com/apache/shiro/pull/2814
- enh: added replay whitelist and blacklist check before resubmitting a… by @lprimak in https://github.com/apache/shiro/pull/2826
- chore(deps): bump the maven-dependencies group across 1 directory with 18 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2823
- chore(deps): bump the pre-commit-hooks group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2822
- chore(deps): bump the github-actions-dependencies group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2821
- bugfix(test): fix flaky ExecutorServiceSessionValidationSchedulerTest… by @lprimak in https://github.com/apache/shiro/pull/2820
- [CI] Add prek priority levels to allow safe parallel execution of hooks by @jbampton in https://github.com/apache/shiro/pull/2816
- Update markdown-lint configuration add link to rules by @jbampton in https://github.com/apache/shiro/pull/2815
- [#2827] enh: added new constructors to be able to set host and start timestamp by @lprimak in https://github.com/apache/shiro/pull/2830
- chore(deps): bump the maven-dependencies group with 13 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2829
- chore(deps): bump the github-actions-dependencies group with 3 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2828
- chore(jenkins): clean up custom workspace directories by @lprimak in https://github.com/apache/shiro/pull/2810
- [#2804] bugfix: fix login() once again accepts null subject by @lprimak in https://github.com/apache/shiro/pull/2807
- chore(deps): bump the pre-commit-hooks group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2842
- chore(deps): bump the github-actions-dependencies group across 1 directory with 10 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2843
- chore(deps): bump the maven-dependencies group across 1 directory with 32 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2844
- [#2831] - Add optional JEP-290 ObjectInputFilter support to DefaultSerializer, with a conservative resource-limit default on RememberMe deserialization by @Nexory in https://github.com/apache/shiro/pull/2832
- chore(deps): bump the maven-dependencies group with 5 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2849
- chore(deps): bump the github-actions-dependencies group with 6 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2850
- [#2837] Fail closed when getPathWithinApplication() cannot normalize the request path by @xaccefy in https://github.com/apache/shiro/pull/2836
- chore(deps): bump the pre-commit-hooks group with 2 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2851
- chore(deps): bump the maven-dependencies group with 22 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2852
- chore(deps): bump the github-actions-dependencies group with 3 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2853
- bugfix(aop/guice): add support for retrieving annotations from superc… by @lprimak in https://github.com/apache/shiro/pull/2860
- Enhancement: support for remembered principals in session management, check w… by @lprimak in https://github.com/apache/shiro/pull/2859
- Bugfix: improve form resubmit handling by @lprimak in https://github.com/apache/shiro/pull/2858
- Bugfix: default case insensitive filters for programmatic and Spring / Spring Boot configurations by @lprimak in https://github.com/apache/shiro/pull/2857
- [#2818] bugfix(matcher): prevent accidental matches for simulated credentials in… by @lprimak in https://github.com/apache/shiro/pull/2856
- [#2841] Fix Active Directory DN authentication by @abhiramaab in https://github.com/apache/shiro/pull/2854
- bugfix(jakarta-ee): missing cache entry for the check by @lprimak in https://github.com/apache/shiro/pull/2861
- chore: fix reproducibility of AspectJ support module by forcing USA l… by @lprimak in https://github.com/apache/shiro/pull/2862
- chore(deps): bump the github-actions-dependencies group with 4 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2865
- chore(deps): bump the maven-dependencies group with 15 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2864
- chore(deps): bump the pre-commit-hooks group with 3 updates by @dependabot[bot] in https://github.com/apache/shiro/pull/2863
- Various bug fixes by @lprimak in https://github.com/apache/shiro/pull/2866
- [#2868] bugfix: fix security context handling in JAX-RS support for methods i… by @lprimak in https://github.com/apache/shiro/pull/2867
- [#2870] bugfix(aop): added handling for annotations for class with static… by @lprimak in https://github.com/apache/shiro/pull/2869
- @apupier made their first contribution in https://github.com/apache/shiro/pull/2806
- @Nexory made their first contribution in https://github.com/apache/shiro/pull/2832
- @xaccefy made their first contribution in https://github.com/apache/shiro/pull/2836
- @abhiramaab made their first contribution in https://github.com/apache/shiro/pull/2854
Full Changelog: https://github.com/apache/shiro/compare/shiro-root-3.0.0...shiro-root-3.0.1
Nightly
- 3ea6390: [build] record flaky tests on trunk and report weekly offenders to Slack (#17930) (Titus Fortner) #17930
- 62a82fe: [build] ignore .bazelbsp/ IDE-generated directory (#17932) (Diego Molina) #17932
- cf841ff: [adr] Install browser extensions from the driver directly (#17817) (Titus Fortner) #17817
- fadb1e5: [docs] mark ADR 17817 as accepted (Titus Fortner)
- 7eca8c6: [py] generate the internal BiDi protocol layer from the shared binding-neutral schema (#17761) (Titus Fortner) #17761
- 1dd3004: [rb] always reject a missing required inbound BiDi field (#17936) (Titus Fortner) #17936
- 949d4c1: [build] make Java and .NET release reruns pass when already published (#17935) (Titus Fortner) #17935
- 458b8e1: [build] Move dependency updates into a weekly workflow (#17934) (Titus Fortner) #17934
8.1.8
- bugfix: Add rownumber, The extensionelement is missing rownumber. #5024 #5060 by @xzxiaoshan in https://github.com/Activiti/Activiti/pull/5035
- MNT-25496: update the task on every TaskListener (if there are changes) by @vrmoreira in https://github.com/Activiti/Activiti/pull/5260
- MNT-25578: [8.1.x] changed "serial" to "bigserial" column on postgresql database by @andashyland in https://github.com/Activiti/Activiti/pull/5399
- MNT-25678: [8.1.x] Incorrect results in TaskQuery when using variable based conditions by @andashyland in https://github.com/Activiti/Activiti/pull/5497
Full Changelog: https://github.com/Activiti/Activiti/compare/8.1.7...8.1.8
4.0.5
- Bump ch.qos.logback:logback-core from 1.5.34 to 1.5.35 #3838
- Bump ch.qos.logback:logback-core from 1.5.35 to 1.5.36 #3844
- Bump ch.qos.logback:logback-core from 1.5.36 to 1.5.37 #3852
- Bump ch.qos.logback:logback-core from 1.5.37 to 1.5.38 #3864
- Bump com.ibm.db2:jcc from 12.1.4.0 to 12.1.5.0 #3853
- Bump com.oracle.database.jdbc:ojdbc8 from 23.26.2.0.0 to 23.26.3.0.0 #3873
- Bump org.mariadb.jdbc:mariadb-java-client from 3.5.8 to 3.5.9 #3830
- Bump org.mariadb.jdbc:mariadb-java-client from 3.5.9 to 3.5.10 #3876
- Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 #3856
- Bump org.postgresql:postgresql from 42.7.12 to 42.7.13 #3861
- Bump org.springframework.boot:spring-boot-gradle-plugin from 4.0.6 to 4.0.7 #3826
- Upgrade to Spring Framework 7.0.9 #3878
- Upgrade to Spring Security 7.0.7 #3879
4.1.1
-
Bump ch.qos.logback:logback-core from 1.5.34 to 1.5.35 #3836
-
Bump ch.qos.logback:logback-core from 1.5.35 to 1.5.36 #3841
-
Bump ch.qos.logback:logback-core from 1.5.36 to 1.5.37 #3848
-
Bump ch.qos.logback:logback-core from 1.5.37 to 1.5.38 #3866
-
Bump ch.qos.logback:logback-core from 1.5.38 to 1.6.0 #3869
-
Bump ch.qos.logback:logback-core from 1.6.0 to 1.6.1 #3871
-
Bump ch.qos.logback:logback-core from 1.6.1 to 1.6.2 #3890
-
Bump ch.qos.logback:logback-core from 1.6.1 to 1.6.3 #3891
-
Bump com.ibm.db2:jcc from 12.1.4.0 to 12.1.5.0 #3849
-
Bump com.oracle.database.jdbc:ojdbc8 from 23.26.2.0.0 to 23.26.3.0.0 #3872
-
Bump commons-logging:commons-logging from 1.3.6 to 1.4.0 #3831
-
Bump io.spring.nullability:io.spring.nullability.gradle.plugin from 0.0.13 to 0.0.14 #3839
-
Bump org.mariadb.jdbc:mariadb-java-client from 3.5.8 to 3.5.9 #3828
-
Bump org.mariadb.jdbc:mariadb-java-client from 3.5.9 to 3.5.10 #3874
-
Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 #3855
-
Bump org.postgresql:postgresql from 42.7.12 to 42.7.13 #3860
-
Bump org.springframework.boot:spring-boot-gradle-plugin from 4.1.0-SNAPSHOT to 4.1.0 #3825
-
Bump tools.jackson.core:jackson-databind from 3.1.4 to 3.2.1 #3867
-
Bump tools.jackson:jackson-bom from 3.1.4 to 3.2.1 #3868
-
Upgrade to Spring Framework 7.0.9 #3880
-
Upgrade to Spring Security 7.1.1 #3881
7.2.0-M1
- Add Implicit CorsConfigurationSource/PreFlightRequestHandler Detection to
<cors>XML Namespace #19542 - Add Release Announcement Workflows #19573
- Validate account status in OneTimeTokenAuthenticationProvider #17656
- Fix Broken
DefaultLoginPageGeneratingFilterJavadoc Link #19252 - Remove BeanResolver Null Checks #19209
- Remove Unnecessary
AuthorizationDecisionCast #19283 - Update One-Time Token Docs for Renamed APIs #19274
- Find mixed-case names in InMemoryUserDetailsManager#changePassword #19540
- Correct validation logic in CasAuthenticationToken #19372
- Differentiate Forwarded and X-Forwarded headers in proxy docs #19477
- Fix
OAuth2PushedAuthorizationRequestUriparsing #19445 - Update JavaDoc Links in Reference #19199
- Validate Parameter in setPostAuthenticationChecks #19277
- Bump ch.qos.logback:logback-classic from 1.6.1 to 1.6.2 #19555
- Bump ch.qos.logback:logback-classic from 1.6.2 to 1.6.3 #19559
- Bump com.fasterxml.jackson:jackson-bom from 2.22.1 to 2.22.2 #19565
- Bump com.nimbusds:oauth2-oidc-sdk from 11.38.1 to 11.38.2 #19462
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.6.3 to 5.6.4 #19537
- Bump org.seleniumhq.selenium:htmlunit3-driver from 4.43.0 to 4.46.0 #19451
- Bump org.seleniumhq.selenium:selenium-java from 4.43.0 to 4.46.0 #19440
FAILURE: Build failed with an exception.
- Bump tools.jackson:jackson-bom from 3.2.1 to 3.2.2 #19560
- Disable CORS Tests Relying on HandlerMappingIntrospector #19543
- Disable Lowercase HTTP Method Firewall Test #19541
- Prepare for Spring Security 7.2 #19527
- Suppress removal Warnings on RestOperations/RestTemplate Usage #19544
Thank you to all the contributors who worked on this release:
@therepanic