Skip to content

Commit

Permalink
bump API version 27 to 28
Browse files Browse the repository at this point in the history
drop of deprecated functions
  • Loading branch information
mcalmer committed Feb 6, 2025
1 parent a571f46 commit af1c4d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,27 +85,6 @@ public List<MgrSyncChannelDto> listChannels(User loggedInUser) {
return csm.listChannels();
}

/**
* @Deprecated
* Synchronize channels between the Customer Center and the #product() database.
* This method is one step of the whole refresh cycle.
*
* @param loggedInUser the currently logged in user
* @param mirrorUrl optional mirror URL
* @return Integer
* @throws ContentSyncException in case of an error
*
* @apidoc.doc (Deprecated) Synchronize channels between the Customer Center
* and the #product() database.
* @apidoc.param #session_key()
* @apidoc.param #param_desc("string", "mirrorUrl", "Sync from mirror temporarily")
* @apidoc.returntype #return_int_success()
*/
public Integer synchronizeChannels(User loggedInUser, String mirrorUrl)
throws ContentSyncException {
return 1;
}

/**
* Synchronize channel families between the Customer Center
* and the #product() database.
Expand Down
2 changes: 1 addition & 1 deletion java/conf/rhn_java.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ java.customer_service_email =
java.development_environment = 0

# the version of API
java.apiversion = 27
java.apiversion = 28

# lifetime for sandboxes, in days
java.sandbox_lifetime = 3
Expand Down
1 change: 1 addition & 0 deletions java/spacewalk-java.changes.mcalmer.issv3-disable-pages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump API version to 28 while removing deprecated functions

0 comments on commit af1c4d9

Please sign in to comment.