Skip to content

Commit

Permalink
Update to package changes in hoist core
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwexler committed Sep 24, 2024
1 parent 6f96610 commit a300d6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ package io.xh.toolbox.admin

import groovy.transform.CompileStatic
import io.xh.hoist.BaseService
import io.xh.hoist.cache.CachedValue
import io.xh.hoist.cache.CachedValueChanged
import io.xh.hoist.cachedvalue.CachedValue
import io.xh.hoist.cachedvalue.CachedValueChanged

import static io.xh.hoist.util.DateTimeUtils.SECONDS
import static io.xh.toolbox.admin.TestUtils.generatePrice
import static io.xh.toolbox.admin.TestUtils.generateResultSet
import static java.lang.Thread.sleep

@CompileStatic
class TestCachedValueService extends BaseService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import com.esotericsoftware.kryo.KryoSerializable
import com.esotericsoftware.kryo.io.Input
import com.esotericsoftware.kryo.io.Output
import io.xh.hoist.BaseService
import io.xh.hoist.cache.CachedValue
import io.xh.hoist.cachedvalue.CachedValue
import io.xh.hoist.log.LogSupport


Expand Down
2 changes: 1 addition & 1 deletion grails-app/services/io/xh/toolbox/app/NewsService.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package io.xh.toolbox.app


import io.xh.hoist.BaseService
import io.xh.hoist.cache.CachedValue
import io.xh.hoist.cachedvalue.CachedValue
import io.xh.hoist.http.JSONClient
import io.xh.toolbox.NewsItem
import org.apache.hc.client5.http.classic.methods.HttpGet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package io.xh.toolbox.portfolio

import com.hazelcast.replicatedmap.ReplicatedMap
import io.xh.hoist.BaseService
import io.xh.hoist.cache.CachedValue
import io.xh.hoist.cachedvalue.CachedValue
import io.xh.hoist.exception.DataNotAvailableException

import java.time.*
Expand Down

0 comments on commit a300d6b

Please sign in to comment.