300d3d693f490b510d563d25d4b46b498a982607
docker/Dockerfile_sapjvm
| ... | ... | @@ -1,5 +1,5 @@ |
| 1 | 1 | FROM buildpack-deps:bullseye |
| 2 | -ARG SAPJVM_VERSION=8.1.106 |
|
| 2 | +ARG SAPJVM_VERSION=8.1.107 |
|
| 3 | 3 | LABEL maintainer=axel.uhl@sap.com |
| 4 | 4 | # Download and extract the SAP JVM 8 |
| 5 | 5 | ENV PATH=${PATH}:/opt/sapjvm_8/bin |
java/com.sap.sailing.polars/src/com/sap/sailing/polars/mining/PolarDataMiner.java
| ... | ... | @@ -63,11 +63,14 @@ import com.sap.sse.util.impl.ThreadFactoryWithPriority; |
| 63 | 63 | |
| 64 | 64 | /** |
| 65 | 65 | * Entry point for the aggregation of backend polar data and backend to that data. |
| 66 | + * <p> |
|
| 66 | 67 | * |
| 67 | - * Creates a polar data pipeline upon creation and puts incoming GPS fixes into that pipeline. |
|
| 68 | - * Also holds references to the actual data containers in which the aggregation results lay. |
|
| 68 | + * Creates a polar data pipeline upon creation and puts incoming GPS fixes into that pipeline. Also holds references to |
|
| 69 | + * the actual data containers in which the aggregation results lay. |
|
| 70 | + * <p> |
|
| 69 | 71 | * |
| 70 | - * For more information on polars in SAP Sailing Analytics, please see: http://wiki.sapsailing.com/wiki/howto/misc/polars |
|
| 72 | + * For more information on polars in SAP Sailing Analytics, please see: |
|
| 73 | + * <a href="https://wiki.sapsailing.com/wiki/howto/misc/polars">https://wiki.sapsailing.com/wiki/howto/misc/polars</a> |
|
| 71 | 74 | * |
| 72 | 75 | * @author D054528 (Frederik Petersen) |
| 73 | 76 | * |