Steinar Bang
|
f025eac380
Upgrade parent to get frontend build with vite, frontend-maven-plugin 1.15.1, node.js 20.18.0
|
1 month ago |
Steinar Bang
|
c1f3b80fb7
Use npm transient dependency micromatch 4.0.8
|
1 month ago |
Steinar Bang
|
fd68ebe229
Use npm dependency axios 1.7.7
|
1 month ago |
Steinar Bang
|
df6832046b
Load application CSS file from path provided by vite (outside of index.js)
|
1 month ago |
Steinar Bang
|
0caac9d948
Allow anon access to assets directory created by vite build
|
1 month ago |
Steinar Bang
|
6f39571443
Change webpack to "npx vite install" in frontend-maven-plugin config
|
1 month ago |
Steinar Bang
|
ee3a0cbd3e
Use assets directory instead of bundle.js file as basis for webapp baseUrl
|
1 month ago |
Steinar Bang
|
1eccd963a7
Change name and path of .js file index.html refers to from bundle.js to assets/index.js
|
1 month ago |
Steinar Bang
|
9bdef16acc
Add eslint config file
|
1 month ago |
Steinar Bang
|
ce8899c515
Add vite config file
|
1 month ago |
Steinar Bang
|
ec95c6d867
Add vite npm devDependency and vite peer devDependencies
|
1 month ago |
Steinar Bang
|
d236bfed65
Remove webpack config and all webpack npm devDependencies
|
1 month ago |
Steinar Bang
|
1a340d5e21
Upgrade parent to get junit jupiter 5.11.0, mockito 5.13.0 and all maven plugins as current latest stable version
|
2 months ago |
Steinar Bang
|
c64f10a668
Use npm dependency axios 1.7.3
|
3 months ago |
Steinar Bang
|
f75943fa00
Upgrade parent to get jersey 2.44 and jackson 2.17.2
|
3 months ago |
Steinar Bang
|
0933b871f9
Upgrade parent version to use liquibase 4.29.0
|
3 months ago |
Steinar Bang
|
24c9e37a45
Remove use of deprecated class ThreadLocalScopeManager that is no longer needed because liquibase scopes are thread local
|
4 months ago |
Steinar Bang
|
c05a8f788c
Remove Require-Capability header for liquibase SPI services from handlereg.db.liquibase
|
4 months ago |
Steinar Bang
|
8fd84f6686
Use LiquibaseClassPathChangeLogRunner to run liquibase change lists
|
5 months ago |
Steinar Bang
|
3017e8ca58
Upgrade parent version to use liquibase 4.28.0
|
5 months ago |
Steinar Bang
|
a8a4307de6
Simplify use of liquibase Java API to create handlereg database schema
|
5 months ago |
Steinar Bang
|
275c813521
Use npm transitive dependency braces 3.0.3
|
5 months ago |
Steinar Bang
|
8e15cf9d6c
Import package containing PassThruAuthenticationFilter and set class loader so that shiro INI parser can instantiate PassThruAuthenticationFilter
|
5 months ago |
Steinar Bang
|
512d992954
Revert "Manually create PassThruAuthenticationFilter because the shiro 2.x INI parser can't find and create it when running in OSGi"
|
5 months ago |
Steinar Bang
|
e693696098
Replace "select *" with selects of list of explicit column names
|
5 months ago |
Steinar Bang
|
99fe0b7fec
Refer to result set columns with column name instead of colum number when unpacking JDBC results
|
5 months ago |
Steinar Bang
|
509fe8fa20
Make sonarqube stop nagging me about parameterizing tests
|
5 months ago |
Steinar Bang
|
553c7cf8ab
Replace lambda with method reference
|
5 months ago |
Steinar Bang
|
465743ac4c
Remove sonarqube complaint about not using constructor dependency injection, since HK2 in jersey can't do constructor dependency injection
|
5 months ago |
Steinar Bang
|
8a3893f4c4
Remove sonarcube override caused by the Immutable beans after the move to records
|
5 months ago |