Skip to content

Commit

Permalink
Apply new changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
ycedres authored and mcalmer committed Oct 24, 2023
1 parent b50aa95 commit a6fe4be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions java/buildconf/ivy/ivy-suse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,10 @@
<dependency org="strutstest" name="strutstest" rev="0.0.1" transitive="false">
<artifact name="strutstestcase" type="jar" url="https://github.com/hustodemon/strutstestcase-uyuni/releases/download/v.0.0.1-alpha/strutstest-uyuni-0.0.1.jar"/>
</dependency>
<dependency org="org.mockito" name="mockito-core" rev="5.3.1" transitive="false" />
<dependency org="org.mockito" name="mockito-inline" rev="5.2.0" transitive="false" />
<dependency org="net.bytebuddy" name="byte-buddy" rev="1.14.4" transitive="false" />
<dependency org="org.objenesis" name="objenesis" rev="3.3" transitive="false" />
<dependency org="net.bytebuddy" name="byte-buddy-agent" rev="1.14.4" transitive="false" />
</dependencies>
</ivy-module>
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import org.cobbler.CobblerConnection;
import org.cobbler.Profile;

import javax.annotation.Nullable;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
Expand Down Expand Up @@ -1459,8 +1458,8 @@ public String getDefaultVirtBridge() {
* taskomatic.
* @return the Profile associated to this ks data
*/
@Nullable
public Profile getCobblerObject(@Nullable User user) {

public Profile getCobblerObject(User user) {
if (StringUtils.isBlank(getCobblerId())) {
return null;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixes createSystemRecord XML-RPC API call so the Cobbler UID is persisted

0 comments on commit a6fe4be

Please sign in to comment.