Nigel Jones
Nigel Jones
I believe the issue is in ensuring our connector docs clarify that connectors should not include egeria libraries that are part of base egeria when deployed. These docs should cater...
I propose we merge and then I will submit a new PR with some additional things I thought of
I've assigned to myself, as I think there is more I could add.
Also add info on debugging ssl -- for example can run the chassis, or a client with ``` -Djavax.net.debug=ssl:handshake:verbose:keymanager:trustmanager ``` This enables the logging built into the standard java ssl...
(Am happy to make these updates - just collating some content and ensuring it's not lost)
``` -Dlogging.level.org.springframework.web.client.RestTemplate=DEBUG -Dserver.tomcat.basedir=/tmp -Dserver.tomcat.accesslog.enabled=true -Dserver.tomcat.accesslog.buffered=false ``` is an example which will produce a simple access log under /tmp/logs ie ``` tail -f access_log.2021-11-29.log [17:53:06] 0:0:0:0:0:0:0:1 - - [29/Nov/2021:17:52:54 +0000] "GET...
Some further hints at https://stackoverflow.com/questions/7952154/spring-resttemplate-how-to-enable-full-debugging-logging-of-requests-responses - but note that by default we are using the jdk http client rather than apache. Enhanced logging may be one reason to move to...
Another good suggestion to debug spring request/response - `-Ddebug` With this added I was able to determine why a particular REST call was failing. Without this only a 400 was...
The build instructions also need to specify the correct version of node/npm to use (x or higher most likely), or point the user back to the source code where that...
@davidradl The meeting was the 'TSC' meeting (just in case you hear the term @adinhtdsibm ) On the UI changes overall I agree. Also the content relating to building --...