Git client for ABAP
Go to file
Jakub Filak 75d01344d8 serialization: revive CLAS_NEW (#1311)
For some reason, we are using experimental features of abapGit.

Some time ago, all class were re-serialized with the serializer
LCL_OBJECT_CLASS_NEW.

After upgrade to 1.60, we started getting an error telling that CLAS
is not supported.

The CLASS NEW serializer became standard and the class has been renamed.

Unfortunately, our xml files still includes reference to the CLASS NEW.

I would just use a sed script, if knew all the affected repositories -
we have plenty of repositories versioned by abapGit.

This patch revives the CLASS NEW. It reports itself as the standard
class, so the CLASS NEW can be removed in year or two when all files
are re-serialized.

See commit 21d22d93f2
2018-04-14 09:59:30 +02:00
docs docs: XINX+ECVO supported, thanks @christianguenter2 2018-04-13 14:46:38 +02:00
src serialization: revive CLAS_NEW (#1311) 2018-04-14 09:59:30 +02:00
.abapgit.xml ignore code of conduct 2017-10-25 04:52:53 +00:00
.gitignore run abapmerge as part of test 2018-01-14 13:09:22 +00:00
.travis.yml use node 8 2017-06-10 13:42:14 +02:00
changelog.txt v1.63.0 2018-04-03 16:27:28 +02:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2017-10-16 17:31:46 -02:00
CONTRIBUTING.md contribution guidelines: pretty printer settings 2018-03-16 16:34:18 +01:00
LICENSE Create LICENSE 2014-07-08 15:07:58 +02:00
package.json set abaplint to 702 2018-03-30 11:30:17 +00:00
README.md readme: add AWS 2018-03-25 08:30:17 +02:00
travis.sh move builds, #1136 2018-01-14 13:24:39 +00:00

Build Status abaplint Slack

abapGit

Git client for ABAP

Works with: GitHub, GitLab, Assembla, Bitbucket, abapGitServer, SCP, AWS, TFS and more

ABAP Version: 702 or higher

Latest build: zabapgit.abap

Design Goals

  • Easy installation
  • Easy upgrade
  • Small system footprint
  • Code readable in git repository

Documentation/Guides

http://docs.abapgit.org

Projects using abapGit

See dotabap.org

FAQ

For questions/comments/bugs/feature requests/wishes please create an issue

abapgit