-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge develop to main #216
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix #125: Set develop version to 1.3.0-SNAPSHOT
- checkout@v4 - setup-java@v4 - setup-qemu-action@v3 - setup-buildx-action@v3 - login-action@v3 - build-push-action@v5
Update GitHub Actions to JDK 21
Update GitHub Action publish-docker-image
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ork.boot-spring-boot-starter-parent-3.2.4
Downgrade JDK for Coverity GHA to 17
Fix #138: Return ERROR_NOT_FOUND code instead of white label error page
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.77 to 1.78. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…-bcprov-jdk18on-1.78
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.3.0...v2.5.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Disable CodeQL GitHub Action on pull requests
Fix #146: Refactor package and class structure
…ringdoc-openapi-starter-webmvc-ui-2.5.0
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.78 to 1.78.1. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…-bcprov-jdk18on-1.78.1
…ork.boot-spring-boot-starter-parent-3.2.5
Add dependabot configuration for github-actions
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ork.boot-spring-boot-starter-parent-3.3.0
romanstrobl
temporarily deployed
to
internal-publish
August 19, 2024 16:17
— with
GitHub Actions
Inactive
romanstrobl
temporarily deployed
to
docker-publish
August 19, 2024 16:17
— with
GitHub Actions
Inactive
Bumps [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) from 7.4 to 8.0. - [Release notes](https://github.com/logfellow/logstash-logback-encoder/releases) - [Commits](logfellow/logstash-logback-encoder@logstash-logback-encoder-7.4...logstash-logback-encoder-8.0) --- updated-dependencies: - dependency-name: net.logstash.logback:logstash-logback-encoder dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…back-logstash-logback-encoder-8.0
Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ork.boot-spring-boot-starter-parent-3.3.3
Bumps io.swagger.core.v3:swagger-annotations-jakarta from 2.2.22 to 2.2.23. --- updated-dependencies: - dependency-name: io.swagger.core.v3:swagger-annotations-jakarta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…v3-swagger-annotations-jakarta-2.2.23
Fix #212: Add support for OAuth2.0 authentication
banterCZ
temporarily deployed
to
internal-publish
September 11, 2024 13:00
— with
GitHub Actions
Inactive
banterCZ
temporarily deployed
to
docker-publish
September 11, 2024 13:00
— with
GitHub Actions
Inactive
...-server/src/main/java/com/wultra/security/userdatastore/config/WebSecurityConfiguration.java
Dismissed
Show dismissed
Hide dismissed
romanstrobl
temporarily deployed
to
internal-publish
September 21, 2024 02:10
— with
GitHub Actions
Inactive
romanstrobl
temporarily deployed
to
docker-publish
September 21, 2024 02:10
— with
GitHub Actions
Inactive
Fix #174: Add Oracle JDBC driver
romanstrobl
temporarily deployed
to
internal-publish
September 23, 2024 07:47
— with
GitHub Actions
Inactive
romanstrobl
temporarily deployed
to
docker-publish
September 23, 2024 07:47
— with
GitHub Actions
Inactive
Fix #186: Set release version to 1.3.0
romanstrobl
temporarily deployed
to
internal-publish
September 23, 2024 07:47
— with
GitHub Actions
Inactive
romanstrobl
temporarily deployed
to
docker-publish
September 23, 2024 07:47
— with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.