Stephan Fuhrmann

Results 12 issues of Stephan Fuhrmann

This PR shows the last MVN Central repository version in the readme and adds a link to the MVN repository. It makes it easier to find the MVN dependencies for...

##### Issue Type - Bug Report ##### Summary When removing a pipeline from one environment in `/go/admin/environments`, and then opening another environment to add this pipeline to, it is not...

bug
environments
no stalebot

##### SUMMARY Fixes wrong direction of module restconf_get's wrong direction of XML deserialization. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME restconf_get ##### ADDITIONAL INFORMATION The original implementation...

Swagger error: Structural error at paths./config/bgp/profile/{profile_name}.get.responses.200.schema should NOT have additional properties additionalProperty: type, properties

Some Python lines were wrongly indented with tabs, failing with Python 3.9.2: ``` $ python apitest.py File "/home/stephan/git/github/sonic-restapi/test/apitest.py", line 903 routes.append({'cmd':'add', TabError: inconsistent use of tabs and spaces in indentation...

The default.go code is taking vnet_id as a query parameter, but the OpenAPI spec says vnet_id is a path param. Fix it to match the code. Semantic error at paths./config/interface/vlans.get.parameters.0.name...

A docker build with a readily setup environment to simplify starting with the repo. Can be tested with the image provided on docker hub: https://hub.docker.com/r/stephanfuhrmannionos/build_fabric There's also a github action...

I've begun CIPHER implementation in the [CIPHER](https://github.com/sfuhrm/openssl4j/tree/CIPHER) branch. It is just the beginning of the implementation and was moved to a branch after it broke the build (see #6).

enhancement

For JDK 17, the build triggers an int64 problem for platforms of different endianess when executing the file build-helper/OsArch.java and creating the C headers from the Java files. The C...