Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/io.projectreactor-reactor-t…
Browse files Browse the repository at this point in the history
…est-3.6.8
  • Loading branch information
kuntzed authored Aug 21, 2024
2 parents 9791fc2 + 568262d commit ffb44f4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ updates:
time: "10:00"
timezone: Etc/UCT
reviewers:
- "liga-oz"
- "kuntzed"
- "finkmanAtSap"
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
<!-- make sure that spring core and spring boot versions are compatible-->
<spring.boot.version>3.3.2</spring.boot.version>
<spring.core.version>6.1.11</spring.core.version>
<spring.core.version>6.1.12</spring.core.version>
<spring.security.version>6.3.1</spring.security.version>
<spring.security.oauth2.version>2.5.2.RELEASE</spring.security.oauth2.version>
<spring.security.jwt.version>1.1.1.RELEASE</spring.security.jwt.version>
Expand Down Expand Up @@ -488,7 +488,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
6 changes: 3 additions & 3 deletions samples/sap-java-buildpack-api-usage/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Description
:warning: Please note that the SAP Java Buildpack has not yet incorporated the Tomcat 10 runtime, which is required for the `java-security` library and with that this sample is not functional. Stay updated on SAP Java Buildpack releases for future compatibility.
In the meantime, you can utilize the `java-security` library with the [Community Cloud Foundry Java Buildpack](https://github.com/cloudfoundry/java-buildpack), as showcased in the [java-security-usage](/samples/java-security-usage) sample.

This sample is a Java Back-End application that demonstrates usage of [SAP Java Buildpack](https://help.sap.com/docs/btp/sap-business-technology-platform/developing-java-in-cloud-foundry-environment).
SAP Java Buildpack bundles the [Java Security](/java-security/) client library to authenticate JWT tokens issued by the `Xsuaa` service.
It inspects incoming requests to determine if the user has the appropriate authorization by using the [`XsuaaTokenAuthenticator`](/java-security/src/main/java/com/sap/cloud/security/servlet/XsuaaTokenAuthenticator.java).

:warning: Please note that this sample is based on the `java-security` library, which requires the Tomcat 10 runtime.
Therefore, it needs to be deployed using the [SAP Java Buildpack 2](https://help.sap.com/docs/btp/sap-business-technology-platform/sap-jakarta-buildpack) (sap_java_buildpack_jakarta).

In a typical UI5 application, the application router server HTML files and REST data would be provided by a back-end application. To focus on the security part, UI5 has been omitted.

> :bulb: This application manages your SAP Java buildpack dependencies using [Bill of Materials](https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/6c6936e8e4ea40c9a9a69f6783b1e978.html). Check [SJB BoM on Maven Repository](https://mvnrepository.com/artifact/com.sap.cloud.sjb.cf/sap-java-buildpack-bom) to see which versions are provided.
Expand Down
2 changes: 1 addition & 1 deletion samples/sap-java-buildpack-api-usage/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ applications:
services:
- xsuaa-buildpack
buildpacks:
- sap_java_buildpack
- sap_java_buildpack_jakarta
env:
JBP_CONFIG_OPEN_JDK_JRE: '{jre: { version: 17.0.+ }}'
SET_LOGGING_LEVEL: '{com.sap.xs.security: DEBUG, com.sap.cloud.security: DEBUG}'
Expand Down
2 changes: 1 addition & 1 deletion samples/spring-security-basic-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<plugin>
<groupId>org.owasp</groupId> <!--scans for vulnerabilities-->
<artifactId>dependency-check-maven</artifactId>
<version>9.0.2</version>
<version>9.0.6</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit ffb44f4

Please sign in to comment.