pekuz
pekuz
As for known alternatives, it is a hard question. The JDK 11 generated HTML has stable id marks at beginning but extracting matched block till end and processing it is...
Actually, what about eliminating JavaDoc intermediate format. The typescript generator could extract the JavaDoc comments using its internal doclet for post JDK 11. I'm assuming that Doclet API will not...
working combinations are: ``` .withDialects(new SMB2Dialect[]{SMB_2_1}) ``` or ``` .withDialects(new SMB2Dialect[]{SMB_3_1_1}) ``` or not setting dialects at all, which defaults to: ``` .withDialects(SMB_3_1_1, SMB_3_0_2, SMB_3_0, SMB_2_1, SMB_2_0_2) ```
Hi Jeroen, signingRequired was default, false. I tried to vary encryptData but to no effect. My initial motivation for selecting the two dialects is to simplify testing. Now, from MS...
FYI, after the speculative change, with failed wait for the ephemeral listening port, the container log started with: ``` /usr/lib/python3.11/site-packages/supervisor/options.py:474: UserWarning: Supervisord is running as root and it is searching...
Next speculative change was to follow https://github.com/NullYing/alpine-samba/commit/d11329ef56854e57a7d890cac1405ee31dcf55fe i.e. changing command to: ``` [program:smbd] /* command=/usr/sbin/smbd -i --daemon --foreground --log-stdout */ command=/usr/sbin/smbd --foreground --configfile=/etc/samba/smb.conf --no-process-group /*redirect_stderr=true*/ ``` and then getting: ```...
The same for Spring Boot 2.3.1.RELEASE. @RestController ResponseEntity<String> methods do not serve JSON body. The plain string instead of JSON string in the response body comes as a bad surprise...
With testcontainers facing: ``` 13:34:21.960 DEBUG [docker-java-stream--505742923] t.localhost/testcontainers/36kg4mfjztahmewr ---> 2e32511ef14e 13:34:21.960 DEBUG [docker-java-stream--505742923] t.localhost/testcontainers/36kg4mfjztahmewr Step 8/17 : COPY --chmod=ugo+x entrypoint.sh /entrypoint.sh 13:34:21.960 DEBUG [docker-java-stream--505742923] t.localhost/testcontainers/36kg4mfjztahmewr 13:34:21.960 ERROR [docker-java-stream--505742923] t.localhost/testcontainers/36kg4mfjztahmewr the...
The image container has started normally: ``` [root@q19 ~ ]$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 43e0fdccad0e .../eesb-monitoring-agent-keep:3.0.1 "sh -c 'java ${JAVA_…" 5 hours ago Up...
Another observation, on the problematic host there are: - 5 docker container - 6 docker-proxy and - 5 containerd-shim processes: ``` ├─docker │ ├─ff23c8be949c3ba2c14de3208b9388a629bec877ddb96645f6c190cddbf58051 │ │ └─14309 java ... -jar...