renamed com.whizcontrol java packages into com.telecominfraproject.wlan

This commit is contained in:
DTop
2020-03-02 17:55:28 -05:00
parent 2db070bcc3
commit fdbec12d1f
218 changed files with 449 additions and 374 deletions

View File

@@ -1,7 +1,7 @@
/**
*
*/
package com.whizcontrol.client.exceptions;
package com.telecominfraproject.wlan.client.exceptions;
/**
* Exception with message set to the remote URL the request should be redirect

View File

@@ -1,7 +1,7 @@
/**
*
*/
package com.whizcontrol.client.exceptions;
package com.telecominfraproject.wlan.client.exceptions;
/**
* Remote API Call connection exception

View File

@@ -1,4 +1,4 @@
package com.whizcontrol.datastore.exceptions;
package com.telecominfraproject.wlan.datastore.exceptions;
public class DsConcurrentModificationException extends RuntimeException {

View File

@@ -1,4 +1,4 @@
package com.whizcontrol.datastore.exceptions;
package com.telecominfraproject.wlan.datastore.exceptions;
import java.util.ArrayList;
import java.util.List;

View File

@@ -1,4 +1,4 @@
package com.whizcontrol.datastore.exceptions;
package com.telecominfraproject.wlan.datastore.exceptions;
public class DsDuplicateEntityException extends RuntimeException {

View File

@@ -1,4 +1,4 @@
package com.whizcontrol.datastore.exceptions;
package com.telecominfraproject.wlan.datastore.exceptions;
public class DsEntityNotFoundException extends RuntimeException {

View File

@@ -1,4 +1,4 @@
package com.whizcontrol.datastore.exceptions;
package com.telecominfraproject.wlan.datastore.exceptions;
public class DsForeignKeyViolatedException extends RuntimeException {

View File

@@ -1,4 +1,4 @@
package com.whizcontrol.datastore.exceptions;
package com.telecominfraproject.wlan.datastore.exceptions;
public class DsInvalidNumberEntitiesReturned extends RuntimeException {
private static final long serialVersionUID = -3714845675690578087L;

View File

@@ -1,7 +1,7 @@
/**
*
*/
package com.whizcontrol.models.exceptions;
package com.telecominfraproject.wlan.models.exceptions;
/**
* Unable to instantiate object from class.

View File

@@ -1,4 +1,4 @@
package com.whizcontrol.rules.exceptions;
package com.telecominfraproject.wlan.rules.exceptions;
/**
* @author dtop

View File

@@ -1,4 +1,4 @@
package com.whizcontrol.server.exceptions;
package com.telecominfraproject.wlan.server.exceptions;
/**
* @author dtop

View File

@@ -1,7 +1,7 @@
/**
*
*/
package com.whizcontrol.server.exceptions;
package com.telecominfraproject.wlan.server.exceptions;
/**
* Generic wrapper exception

View File

@@ -1,4 +1,4 @@
package com.whizcontrol.server.exceptions;
package com.telecominfraproject.wlan.server.exceptions;
/**
* @author dtop

View File

@@ -4,6 +4,8 @@ import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.telecominfraproject.wlan.rules.exceptions.RulesCompilationException;
public class RuleCompilationExceptionTests {
private static final Logger LOG = LoggerFactory.getLogger(RuleCompilationExceptionTests.class);

View File

@@ -39,7 +39,7 @@
-->
<logger name="org.springframework" level="WARN"/>
<logger name="org.reflections" level="WARN"/>
<logger name="com.whizcontrol" level="${art2waveLogLevel:-DEBUG}"/>
<logger name="com.telecominfraproject.wlan" level="${art2waveLogLevel:-DEBUG}"/>
<logger name="com.netflix.servo.tag.aws.AwsInjectableTag" level="OFF"/>
<root level="WARN">