30af495b7ea7718b3e5ea7d3aa0928cd4d3b9e2c
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationImportTest.java
| ... | ... | @@ -1,11 +1,9 @@ |
| 1 | 1 | package com.sap.sailing.declination.test; |
| 2 | 2 | |
| 3 | 3 | import org.junit.jupiter.api.BeforeEach; |
| 4 | -import org.junit.jupiter.api.Disabled; |
|
| 5 | 4 | |
| 6 | 5 | import com.sap.sailing.declination.impl.NOAAImporterForTesting; |
| 7 | 6 | |
| 8 | -@Disabled("US Government Shutdown around 2026-02-04") |
|
| 9 | 7 | public class NOAADeclinationImportTest extends DeclinationImportTest<NOAAImporterForTesting> { |
| 10 | 8 | @BeforeEach |
| 11 | 9 | public void setUp() { |
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationServiceTest.java
| ... | ... | @@ -1,11 +1,9 @@ |
| 1 | 1 | package com.sap.sailing.declination.test; |
| 2 | 2 | |
| 3 | 3 | import org.junit.jupiter.api.BeforeEach; |
| 4 | -import org.junit.jupiter.api.Disabled; |
|
| 5 | 4 | |
| 6 | 5 | import com.sap.sailing.declination.impl.NOAAImporter; |
| 7 | 6 | |
| 8 | -@Disabled("US Government Shutdown around 2026-02-04") |
|
| 9 | 7 | public class NOAADeclinationServiceTest extends DeclinationServiceTest<NOAAImporter> { |
| 10 | 8 | @Override |
| 11 | 9 | @BeforeEach |
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAADeclinationStoreTest.java
| ... | ... | @@ -1,11 +1,9 @@ |
| 1 | 1 | package com.sap.sailing.declination.test; |
| 2 | 2 | |
| 3 | 3 | import org.junit.jupiter.api.BeforeEach; |
| 4 | -import org.junit.jupiter.api.Disabled; |
|
| 5 | 4 | |
| 6 | 5 | import com.sap.sailing.declination.impl.NOAAImporter; |
| 7 | 6 | |
| 8 | -@Disabled("US Government Shutdown around 2026-02-04") |
|
| 9 | 7 | public class NOAADeclinationStoreTest extends DeclinationStoreTest<NOAAImporter> { |
| 10 | 8 | @Override |
| 11 | 9 | @BeforeEach |
java/com.sap.sailing.declination.test/src/com/sap/sailing/declination/test/NOAASimpleDeclinationTest.java
| ... | ... | @@ -1,11 +1,9 @@ |
| 1 | 1 | package com.sap.sailing.declination.test; |
| 2 | 2 | |
| 3 | 3 | import org.junit.jupiter.api.BeforeEach; |
| 4 | -import org.junit.jupiter.api.Disabled; |
|
| 5 | 4 | |
| 6 | 5 | import com.sap.sailing.declination.impl.NOAAImporter; |
| 7 | 6 | |
| 8 | -@Disabled("US Government Shutdown around 2026-02-04") |
|
| 9 | 7 | public class NOAASimpleDeclinationTest extends SimpleDeclinationTest<NOAAImporter> { |
| 10 | 8 | @BeforeEach |
| 11 | 9 | public void setUp() { |
java/com.sap.sse.landscape.aws/src/com/sap/sse/landscape/aws/impl/ApacheReverseProxy.java
| ... | ... | @@ -69,10 +69,10 @@ implements com.sap.sse.landscape.Process<RotatingFileBasedLog, MetricsT> { |
| 69 | 69 | * the proxy's configuration. |
| 70 | 70 | */ |
| 71 | 71 | private static final String CONFIG_FILE_EXTENSION = ".conf"; |
| 72 | - private static final String HOME_REDIRECT_MACRO = "Home-SSL"; |
|
| 73 | - private static final String PLAIN_REDIRECT_MACRO = "Plain-SSL"; |
|
| 74 | - private static final String EVENT_REDIRECT_MACRO = "Event-SSL"; |
|
| 75 | - private static final String SERIES_REDIRECT_MACRO = "Series-SSL"; |
|
| 72 | + private static final String HOME_REDIRECT_MACRO = "Home"; |
|
| 73 | + private static final String PLAIN_REDIRECT_MACRO = "Plain"; |
|
| 74 | + private static final String EVENT_REDIRECT_MACRO = "Event"; |
|
| 75 | + private static final String SERIES_REDIRECT_MACRO = "Series"; |
|
| 76 | 76 | private static final String HOME_ARCHIVE_REDIRECT_MACRO = "Home-ARCHIVE"; |
| 77 | 77 | private static final String EVENT_ARCHIVE_REDIRECT_MACRO = "Event-ARCHIVE"; |
| 78 | 78 | private static final String SERIES_ARCHIVE_REDIRECT_MACRO = "Series-ARCHIVE"; |