Nicolas
Nicolas
When executing following code: ``` GeoJSONReader geojsonReader = new GeoJSONReader(new SpatialContext(new SpatialContextFactory()), new SpatialContextFactory()); System.out.println("Type first:" + geojsonReader.read("{\"type\":\"LineString\", \"coordinates\":[[2.287563,48.862743],[2.287862,48.862958],[2.288109,48.863045]]}")); System.out.println("Type second:" + geojsonReader.read("{\"coordinates\":[[2.287563,48.862743],[2.287862,48.862958],[2.288109,48.863045]],\"type\":\"LineString\"}")); ``` the following exception is thrown at...
### Describe the bug With old admin console there is the option "Hosted Domain" for google identity provider  With new admin console, I could not found this option ...
Improve helm chart in order to - allow to define extra labels on serviceMonitor - allow toleration configuration (In my case, I want to exclude the master as it is...