Skip to content

Commit 3d7cbc7

Browse files
author
Pieter Vandepitte
committed
small code improvements + gradle intro
1 parent 115496c commit 3d7cbc7

File tree

140 files changed

+2226
-3467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+2226
-3467
lines changed

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright ${year} ${name}
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ You can also set a System property with
2828

2929
Implement MyDomainService
3030

31-
import be.dns.core.DomainName;
32-
import be.dns.rdap.DomainController;
33-
import be.dns.rdap.core.Notice;
34-
import be.dns.rdap.core.Status;
35-
import be.dns.rdap.service.DomainService;
36-
import be.dns.rdap.core.Domain;
31+
import be.dnsbelgium.core.DomainName;
32+
import be.dnsbelgium.rdap.DomainController;
33+
import be.dnsbelgium.rdap.core.Notice;
34+
import be.dnsbelgium.rdap.core.Status;
35+
import be.dnsbelgium.rdap.service.DomainService;
36+
import be.dnsbelgium.rdap.core.Domain;
3737
import com.google.common.collect.Lists;
3838

3939
import javax.annotation.Resource;
@@ -62,7 +62,7 @@ Although the standard doesn't allow you, you can get the Accept-Language header
6262

6363
# RDAP Extensions
6464

65-
Simply extend the be.dns.rdap.core objects
65+
Simply extend the be.dnsbelgium.rdap.core objects
6666

6767
Make sure you use the @JsonGenerator annotations in case of immutable objects. E.g. extending Notice
6868

@@ -92,9 +92,9 @@ Make sure you use the @JsonGenerator annotations in case of immutable objects. E
9292
Simply add Properties with custom names. In case of a new type, you must create a serializer for it and register it in the CustomObjectMapper
9393
(extend CustomObjectMapper, add the Serializer in the construc
9494

95-
package be.dns.weirds.spring.rest;
95+
package be.dnsbelgium.weirds.spring.rest;
9696

97-
import be.dns.rdap.jackson.CustomObjectMapper;
97+
import be.dnsbelgium.rdap.jackson.CustomObjectMapper;
9898
import org.codehaus.jackson.JsonGenerator;
9999
import org.codehaus.jackson.map.JsonSerializer;
100100
import org.codehaus.jackson.map.ObjectMapper;

archetype/LICENSE.txt

Lines changed: 0 additions & 201 deletions
This file was deleted.

archetype/pom.xml

Lines changed: 0 additions & 24 deletions
This file was deleted.

archetype/src/main/resources/META-INF/maven/archetype.xml

Lines changed: 0 additions & 31 deletions
This file was deleted.

archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)