Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Chore: Update Dependencies, Update Copyright File Header (#31)
Browse files Browse the repository at this point in the history
* Update Dependencies

* Update Copyright File Header

* Checkstyle
  • Loading branch information
f11h authored Apr 19, 2022
1 parent 12580e5 commit 1eaa8f8
Show file tree
Hide file tree
Showing 29 changed files with 480 additions and 269 deletions.
464 changes: 227 additions & 237 deletions pom.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-verification
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG, SAP AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/app/coronawarn/logupload/client/ElsVerifyClient.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package app.coronawarn.logupload.client;

import org.springframework.cloud.openfeign.FeignClient;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package app.coronawarn.logupload.client;

import app.coronawarn.logupload.config.ElsVerifyConfig;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package app.coronawarn.logupload.client;

import lombok.AllArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package app.coronawarn.logupload.client;

import lombok.AllArgsConstructor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package app.coronawarn.logupload.config;

import org.keycloak.adapters.springboot.KeycloakSpringBootConfigResolver;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

@Configuration
public class KeycloakConfigResolverConfig {

@Bean
public KeycloakSpringBootConfigResolver keycloakConfigResolver() {
return new KeycloakSpringBootConfigResolver();
}

}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand All @@ -19,8 +19,9 @@
* under the License.
*/

package app.coronawarn.logupload;
package app.coronawarn.logupload.config;

import app.coronawarn.logupload.LogUploadHttpFilter;
import java.util.Collection;
import java.util.concurrent.ConcurrentHashMap;
import javax.servlet.http.HttpServletRequest;
Expand Down Expand Up @@ -78,11 +79,6 @@ public void configureGlobal(AuthenticationManagerBuilder auth) {
auth.authenticationProvider(keycloakAuthenticationProvider);
}

@Bean
public KeycloakSpringBootConfigResolver keycloakConfigResolver() {
return new KeycloakSpringBootConfigResolver();
}

@Bean
@Override
protected SessionAuthenticationStrategy sessionAuthenticationStrategy() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-verification
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG, SAP AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-verification
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG, SAP AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-verification
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG, SAP AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-verification
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG, SAP AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Corona-Warn-App / cwa-verification
*
* (C) 2021, T-Systems International GmbH
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG, SAP AG and all other contributors /
* copyright owners license this file to you under the Apache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package app.coronawarn.logupload.service;

import app.coronawarn.logupload.config.LogUploadConfig;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/app/coronawarn/logupload/service/LogService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package app.coronawarn.logupload.service;

import app.coronawarn.logupload.model.LogEntity;
Expand Down
21 changes: 21 additions & 0 deletions src/main/java/app/coronawarn/logupload/service/OtpService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* Corona-Warn-App / cwa-log-upload
*
* (C) 2021 - 2022, T-Systems International GmbH
*
* Deutsche Telekom AG and all other contributors /
* copyright owners license this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package app.coronawarn.logupload.service;

import app.coronawarn.logupload.client.ElsVerifyClient;
Expand Down
Loading

0 comments on commit 1eaa8f8

Please sign in to comment.