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

Klartax prod issues #166

Merged
merged 11 commits into from
Feb 12, 2024
Merged

Klartax prod issues #166

merged 11 commits into from
Feb 12, 2024

Conversation

Mme-adorsys
Copy link
Collaborator

Fixed sequence names
Fixed prod warnings
Removed auto-generated-user
Created configurable cors

@Mme-adorsys Mme-adorsys merged commit 01d8e6a into develop Feb 12, 2024
1 check passed
max402 added a commit that referenced this pull request Feb 12, 2024
* Changed build process to add exec-jar
Added spring-maven dependency execution for fat-jar
Added maven-version plugin
Updated to version 1.1.1

* Changed build process to add exec-jar
Added spring-maven dependency execution for fat-jar
Added maven-version plugin
Updated to version 1.1.1

* Updated profiles to fix profile including error

* Added possible postgres config for example application

* Added possible postgres config for example application
New version 1.1.2

* Added possible postgres config for example application
New version 1.1.2

* Added possible postgres config for example application
New version 1.1.2

* Added possible postgres config for example application
New version 1.1.2
Added missing classifier

* Added possible postgres config for example application
New version 1.1.3
Added missing classifier

* Changed implementation of KeyRotationServiceImpl.java to anonymous implementation because there is an error with the typeresolver due to old java 6 dependency

* Update sts version to 1.1.4

* New version of keymanagement

* New version of keymanagement

* New version of keymanagement

* New version of keymanagement

* Increased release timeout

* Fixed Json parsing Bug in PopController#getPublicKeys

* Increased version to 1.1.8

* Fixed json parser bug because of unneccessary toString();

* Increased version to 1.1.9

* Made CorsFilter Policy configurable because of IllegalStateException due to miss configuration

* Increased version to 1.1.10

* Increased version to 1.1.11

* Made jwk cacheable in AuthServer

* Increased version to 1.1.12

* Increased version of bouncycastle-adapter to 0.0.10

* Increased version to 1.1.13

* Added tests for AuthServer to see if cache is working

* Changed sequence names to 'old names' to prevent errors in legacy databases because of missing sequences in hibernate

* increased version to 1.1.14

* Updated SecurityConfiguration to disabled cors by configuration (default activated)

* increased version to 1.1.15

* Downgraded jupiter-junit to version 5.9.6 because of test errors in AuthServerTest

* Klartax prod issues (#166)

* Increased version to 1.1.16

* Changed cors configuration to set disabled first to prevent cors configuration exceptions

* Updated version to 1.17

* Replaced deprecated PostgreSQL94Dialect with PostgreSQLDialect

* spring.jpa.open-in-view ist standardmäßig aktiviert: behoben

* Excluded SecurityAutoConfiguration to prevent Spring from creating a default user

* Changed SecurityConfiguration to allow access to swagger

* Changed SecurityConfiguration to allow access to swagger

* Excluded AutoConfiguration for UserDetailsService

* Added RequestMatchers to address warnings for ignored paths

* Increased version to 1.19

* Logs for error analyses (#167)

* Increased version to 1.1.16

* Changed cors configuration to set disabled first to prevent cors configuration exceptions

* Updated version to 1.17

* Replaced deprecated PostgreSQL94Dialect with PostgreSQLDialect

* spring.jpa.open-in-view ist standardmäßig aktiviert: behoben

* Excluded SecurityAutoConfiguration to prevent Spring from creating a default user

* Changed SecurityConfiguration to allow access to swagger

* Changed SecurityConfiguration to allow access to swagger

* Excluded AutoConfiguration for UserDetailsService

* Added RequestMatchers to address warnings for ignored paths

* Increased version to 1.19

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* update workflow to java 17 (#168)

* update workflow to java 17

* Start next iteration with 1.1.20-SNAPSHOT

* update maven plugin versions

* [release] Prepare release 1.1.20

---------

Co-authored-by: marcelmeyer <[email protected]>
Co-authored-by: Mme-adorsys <[email protected]>
max402 added a commit that referenced this pull request Feb 13, 2024
* Changed build process to add exec-jar
Added spring-maven dependency execution for fat-jar
Added maven-version plugin
Updated to version 1.1.1

* Changed build process to add exec-jar
Added spring-maven dependency execution for fat-jar
Added maven-version plugin
Updated to version 1.1.1

* Updated profiles to fix profile including error

* Added possible postgres config for example application

* Added possible postgres config for example application
New version 1.1.2

* Added possible postgres config for example application
New version 1.1.2

* Added possible postgres config for example application
New version 1.1.2

* Added possible postgres config for example application
New version 1.1.2
Added missing classifier

* Added possible postgres config for example application
New version 1.1.3
Added missing classifier

* Changed implementation of KeyRotationServiceImpl.java to anonymous implementation because there is an error with the typeresolver due to old java 6 dependency

* Update sts version to 1.1.4

* New version of keymanagement

* New version of keymanagement

* New version of keymanagement

* New version of keymanagement

* Increased release timeout

* Fixed Json parsing Bug in PopController#getPublicKeys

* Increased version to 1.1.8

* Fixed json parser bug because of unneccessary toString();

* Increased version to 1.1.9

* Made CorsFilter Policy configurable because of IllegalStateException due to miss configuration

* Increased version to 1.1.10

* Increased version to 1.1.11

* Made jwk cacheable in AuthServer

* Increased version to 1.1.12

* Increased version of bouncycastle-adapter to 0.0.10

* Increased version to 1.1.13

* Added tests for AuthServer to see if cache is working

* Changed sequence names to 'old names' to prevent errors in legacy databases because of missing sequences in hibernate

* increased version to 1.1.14

* Updated SecurityConfiguration to disabled cors by configuration (default activated)

* increased version to 1.1.15

* Downgraded jupiter-junit to version 5.9.6 because of test errors in AuthServerTest

* Klartax prod issues (#166)

* Increased version to 1.1.16

* Changed cors configuration to set disabled first to prevent cors configuration exceptions

* Updated version to 1.17

* Replaced deprecated PostgreSQL94Dialect with PostgreSQLDialect

* spring.jpa.open-in-view ist standardmäßig aktiviert: behoben

* Excluded SecurityAutoConfiguration to prevent Spring from creating a default user

* Changed SecurityConfiguration to allow access to swagger

* Changed SecurityConfiguration to allow access to swagger

* Excluded AutoConfiguration for UserDetailsService

* Added RequestMatchers to address warnings for ignored paths

* Increased version to 1.19

* Logs for error analyses (#167)

* Increased version to 1.1.16

* Changed cors configuration to set disabled first to prevent cors configuration exceptions

* Updated version to 1.17

* Replaced deprecated PostgreSQL94Dialect with PostgreSQLDialect

* spring.jpa.open-in-view ist standardmäßig aktiviert: behoben

* Excluded SecurityAutoConfiguration to prevent Spring from creating a default user

* Changed SecurityConfiguration to allow access to swagger

* Changed SecurityConfiguration to allow access to swagger

* Excluded AutoConfiguration for UserDetailsService

* Added RequestMatchers to address warnings for ignored paths

* Increased version to 1.19

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* update workflow to java 17 (#168)

* update workflow to java 17

* Start next iteration with 1.1.20-SNAPSHOT

* update maven plugin versions

* Release to develop (#169)

* [release] Prepare release 1.1.20

* [skip ci] Start next iteration with 1.1.21-SNAPSHOT

* Custom sequence generator not batch compatible (#172)

* Increased version to 1.1.16

* Changed cors configuration to set disabled first to prevent cors configuration exceptions

* Updated version to 1.17

* Replaced deprecated PostgreSQL94Dialect with PostgreSQLDialect

* spring.jpa.open-in-view ist standardmäßig aktiviert: behoben

* Excluded SecurityAutoConfiguration to prevent Spring from creating a default user

* Changed SecurityConfiguration to allow access to swagger

* Changed SecurityConfiguration to allow access to swagger

* Excluded AutoConfiguration for UserDetailsService

* Added RequestMatchers to address warnings for ignored paths

* Increased version to 1.19

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* Added logs for refreshing cache to see if there is a concurrent call to update cache which leads to sequence errors

* Custom Sequence Generator not batch compatible #171

* [release] Prepare release 1.1.21

* [skip ci] Start next iteration with 1.1.22-SNAPSHOT

* Changed the implementation to use the hibernate_sequence generator

* [skip ci] Start next iteration with 1.1.22-SNAPSHOT

* Changed the implementation to use the hibernate_sequence generator

* [release] Prepare release 1.1.22

---------

Co-authored-by: marcelmeyer <[email protected]>
Co-authored-by: Mme-adorsys <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants