Remove all improper uses of the Apache Shiro API and replace with the appropriate core Spring Framework API.
For example, usages of org.apache.shiro.util.Assert and org.apache.shiro.util.StringUtils should be replaced with org.springframework.util.Assert and org.springframework.util.StringUtils, respectively.
This commit is contained in:
@@ -18,10 +18,10 @@ package example.app.temp.service;
|
||||
import java.util.Optional;
|
||||
|
||||
import org.apache.geode.cache.query.CqEvent;
|
||||
import org.apache.shiro.util.Assert;
|
||||
import org.springframework.context.ApplicationEventPublisher;
|
||||
import org.springframework.data.gemfire.listener.annotation.ContinuousQuery;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
import example.app.temp.event.BoilingTemperatureEvent;
|
||||
import example.app.temp.event.FreezingTemperatureEvent;
|
||||
|
||||
Reference in New Issue
Block a user