Skip to content

Commit 2f0d4a7

Browse files
committed
bugfix
1 parent 8a13596 commit 2f0d4a7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
apply plugin: 'maven-publish'
1717
apply plugin: 'com.jfrog.bintray'
1818

19-
version = '1.1.0'
19+
version = '1.1.1'
2020

2121
//version += '-SNAPSHOT'
2222

xtraplatform-ogc-wfs-proxy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = '1.1.0'
1+
version = '1.1.1'
22
//version += '-SNAPSHOT'
33

44
dependencies {

xtraplatform-ogc-wfs-proxy/src/main/java/de/ii/ogc/wfs/proxy/WfsProxyFeatureType.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
*/
1111
package de.ii.ogc.wfs.proxy;
1212

13+
import com.fasterxml.jackson.annotation.JsonIgnore;
14+
1315
import java.util.List;
1416

1517
/**
@@ -63,6 +65,7 @@ public void setMappings(WfsProxyFeatureTypeMapping mappings) {
6365
this.mappings = mappings;
6466
}
6567

68+
@JsonIgnore
6669
public boolean isEnabled() {
6770
List<TargetMapping> baseMapping = mappings.findMappings(namespace + ":" + name, TargetMapping.BASE_TYPE);
6871

0 commit comments

Comments
 (0)