Steinar Bang
|
12cd8c1976
[maven-release-plugin] prepare release authservice-2.0.2
|
9 months ago |
Steinar Bang
|
7ec1b3ee77
Upgrade parent version to use liquibase 4.29.0
|
9 months ago |
Steinar Bang
|
00f1e10874
Remove use of deprecated class ThreadLocalScopeManager that is no longer needed because liquibase scopes are thread local
|
10 months ago |
Steinar Bang
|
72f0da9bfd
Add version 2.0.1 to the release history of the README and update the version to 2.0.1 in the examples in the README
|
10 months ago |
Steinar Bang
|
73297a1204
[maven-release-plugin] prepare for next development iteration
|
10 months ago |
Steinar Bang
|
17e0ac4a7e
[maven-release-plugin] prepare release authservice-2.0.1
|
10 months ago |
Steinar Bang
|
a7be6473a4
Remove Require-Capability header for liquibase SPI services from authservice.db.liquibase
|
10 months ago |
Steinar Bang
|
77cb18a873
Use LiquibaseClassPathChangeLogRunner to run liquibase change lists
|
10 months ago |
Steinar Bang
|
a3364c2d3c
Upgrade parent version to use liquibase 4.28.0
|
10 months ago |
Steinar Bang
|
b5e55d390b
Simplify use of liquibase Java API to create authservice database schema
|
10 months ago |
steinarb
|
9b2e9ccdea
Merge pull request #27 from steinarb/dependabot/npm_and_yarn/authservice/authservice.web.users.frontend/src/main/frontend/braces-3.0.3
|
10 months ago |
dependabot[bot]
|
cd70a5a1fa
Bump braces
|
10 months ago |
Steinar Bang
|
955fa492d0
Import package containing PassThruAuthenticationFilter and set class loader so that shiro INI parser can instantiate PassThruAuthenticationFilter
|
11 months ago |
Steinar Bang
|
b2bea54670
Revert "Manually create PassThruAuthenticationFilter because the shiro 2.x INI parser can't find and create it when running in OSGi"
|
11 months ago |
Steinar Bang
|
b9bfcf928e
Remove parantheses around single lambda arguments
|
11 months ago |
Steinar Bang
|
2229c3793c
Remove declaration of exceptions that can't be thrown from tests
|
11 months ago |
Steinar Bang
|
93bc595dfb
Replace "select *" with selects of list of explicit column names
|
11 months ago |
Steinar Bang
|
eacae0cd47
Refer to result set columns with column name instead of colum number when unpacking JDBC results
|
11 months ago |
Steinar Bang
|
83e67a8230
Remove sonarqube complaint about not using constructor dependency injection, since HK2 in jersey can't do constructor dependency injection
|
11 months ago |
Steinar Bang
|
69a2478499
Add version 2.0.0 to the release history of the README and update the version to 2.0.0 in the examples in the README
|
11 months ago |
Steinar Bang
|
45d314468e
[maven-release-plugin] prepare for next development iteration
|
11 months ago |
Steinar Bang
|
c3982529c0
[maven-release-plugin] prepare release authservice-2.0.0
|
11 months ago |
Steinar Bang
|
1d49451e53
Manually create PassThruAuthenticationFilter because the shiro 2.x INI parser can't find and create it when running in OSGi
|
11 months ago |
Steinar Bang
|
03075b9084
Use ByteSource.Util package location for shiro 2.0.1
|
11 months ago |
Steinar Bang
|
5717c1042d
Upgrade parent to get shiro 2.0.1 and UserService 2.0.0
|
11 months ago |
Steinar Bang
|
5c03957a0b
Remove java8 source level setting in maven-javadoc-plugin to use native source level (currently java 17)
|
11 months ago |
Steinar Bang
|
b035089927
Remove beans.immutable as compile and runtime dependencies since all beans are now records
|
1 year ago |
Steinar Bang
|
9853d75d4b
Adapt from bean getters to the record methods used in UserService 2.0.0
|
1 year ago |
Steinar Bang
|
d7685569c3
Add blank lines after end curly brace and the following code
|
1 year ago |
Steinar Bang
|
19e60e4674
Use var for local variables
|
1 year ago |