File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
demo-schema/src/main/java/org/apache/servicecomb/demo Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2121import java .util .HashMap ;
2222import java .util .Map ;
2323
24- import org .apache .servicecomb .common .rest .codec .produce .ProduceProcessorManager ;
2524import org .apache .servicecomb .core .Const ;
2625import org .apache .servicecomb .demo .compute .Person ;
2726import org .apache .servicecomb .demo .ignore .InputModelForTestIgnore ;
2827import org .apache .servicecomb .demo .ignore .OutputModelForTestIgnore ;
29- import org .apache .servicecomb .demo .jaxbbean .JAXBJob ;
30- import org .apache .servicecomb .demo .jaxbbean .JAXBPerson ;
3128import org .apache .servicecomb .demo .server .User ;
3229import org .apache .servicecomb .foundation .test .scaffolding .config .ArchaiusUtils ;
3330import org .apache .servicecomb .registry .RegistrationManager ;
3734import org .springframework .http .HttpHeaders ;
3835import org .springframework .http .HttpMethod ;
3936import org .springframework .http .HttpStatusCode ;
40- import org .springframework .http .MediaType ;
4137import org .springframework .http .ResponseEntity ;
4238import org .springframework .web .client .RestTemplate ;
4339
Original file line number Diff line number Diff line change 4242 <name >${project.artifactId} :${project.version} </name >
4343 <alias >${project.artifactId} </alias >
4444 <build >
45- <from >openjdk:17 -alpine</from >
45+ <from >openjdk:21 -alpine</from >
4646 <ports >
4747 <port >7070</port >
4848 <port >8080</port >
You can’t perform that action at this time.
0 commit comments