Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kifj committed Mar 9, 2024
1 parent 7ea57df commit 5b412a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ if (outcome == success) of /system-property=x1.service.registry.stage:read-resou
end-if
/system-property=x1.service.registry.stage:add(value="kubernetes")

/subsystem=logging/logger=org.reflections:add(level=WARN)
1 change: 1 addition & 0 deletions src/main/java/x1/stomp/model/Share.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import org.eclipse.microprofile.openapi.annotations.media.Schema;

@Entity
@Cacheable
@XmlRootElement(name = "share")
@XmlAccessorType(XmlAccessType.FIELD)
@Table(name = "share", uniqueConstraints = @UniqueConstraint(columnNames = "key"), indexes = {
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="https://jakarta.ee/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_0.xsd"
version="3.0">
xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_2_2.xsd"
version="2.2">
<persistence-unit name="testcontainers">
<class>x1.stomp.model.Share</class>
<properties>
Expand Down

0 comments on commit 5b412a5

Please sign in to comment.