3
I Use This!
Inactive

News

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Posted about 12 years ago
The XP Group hereby announces the immediate availability of XP Framework release 5.9.11.Fixed REST marshalling and unmarshalling not working recursively.Fixed unknown token exception for TDS_CURDECLARE* on certain queries with Sybase ASE 15Fixed ... [More] handling of 7bit encoded message parts. $ cd ~/xp $ wget http://xp-framework.net/setup/5.9.11 -O - | php -- -d ~/bin/ [Less]
Posted about 12 years ago
The XP Group hereby announces the immediate availability of XP Framework release 5.9.11.Fixed REST marshalling and unmarshalling not working recursively.Fixed unknown token exception for TDS_CURDECLARE* on certain queries with Sybase ASE 15Fixed ... [More] handling of 7bit encoded message parts. $ cd ~/xp $ wget http://xp-framework.net/setup/5.9.11 -O - | php -- -d ~/bin/ [Less]
Posted about 12 years ago
Fot the upcoming 6.0-SERIES, the XP Runners on Windows need an update to correctly support Unicode on the command line. As the runners are version agnostic, you can already start the upgrade now even with the 5.9-SERIES. It's as easy as typing ... [More] xprt-update.bat:The runners' minimum requirement has been bumped from .NET Framework 3.5 to 4.0. The latter has been around since 2010, so you will most probably have it [Less]
Posted about 12 years ago
The XP Group hereby announces the immediate availability of XP Framework release 5.9.10. This release fixes a bug which renders the REST client unusable for more than one consecutive call. It is recommended to upgrade immediately if you're working ... [More] with 5.9.9, or skip it in your upgrading course completely. $ cd ~/xp $ wget http://xp-framework.net/setup/5.9.10 -O - | php -- -d ~/bin/ [Less]
Posted about 12 years ago
The XP Group hereby announces the immediate availability of XP Framework release 5.9.10. This release fixes a bug which renders the REST client unusable for more than one consecutive call. It is recommended to upgrade immediately if you're working ... [More] with 5.9.9, or skip it in your upgrading course completely. $ cd ~/xp $ wget http://xp-framework.net/setup/5.9.10 -O - | php -- -d ~/bin/ [Less]
Posted about 12 years ago
Scope of ChangeThe newinstance core functionality will be extended and support a map of closures to define the methods in addition to the string sourcecode.RationaleEasier-to-read declarations.Read the full RFC here
Posted about 12 years ago
As announced in our XP6 plans, we've started reorganizing the XP Framework's repository. First of all, we've collapsed the core directory into the repository's root, yielding the following layout there: https://github.com/xp-framework/core |- src ... [More] | |- main/php | `- test/php |- tools | |- lang.base.php | |- class.php | `- web.php |- boot.pth |- ChangeLog.md |- pom.xml |- xpbuild.json |- .travis.yml `- README.mdIn the second step, a bunch of modules has been split off into separate repositories, yielding a much lighter core repository on the one hand and an impressive list of modules on the other. [Less]
Posted about 12 years ago
With the release of 5.9.9, we're heading towards the end of the framework's 5.9-SERIES. We've started a meta-RFC to gather all plans for XP 6.0.0, which you can read through (and comment!) over on GitHub.The essentials:Core only. - the framework's ... [More] filesystem layout will be reorganized into a new repository, and split into minimal piecesNamespaces - All XP classes will be inside namespaces. Only the most commonly-used classes will receive global namespace aliases.Unicode - Support will be added. All strings are to be considered being utf-8.Feedback welcome! [Less]
Posted about 12 years ago
The XP Group is proud to announce the XP Framework release 5.9.9. After three release candidates, this release contains quite an impressive ChangeLog (at least, compared to other 5.9.X releases).The biggest changes areThe responsibilities split in ... [More] the REST APIs: Deserializers read from the stream formats, e.g. XML or JSON, to data structures, while unmarshallers then convert this to the target types, e.g. a value object. See RFC #269; and please note the breaking changes it brings along!The new test actions API, which allows creating reusable test setup and teardown code. See RFC #272.The switch to a more robust implementation of the annotation parser in lang.XPClass. This fixes previously undefined behaviour with class constants, and gives more verbose error messages for malformed annotations, both without having a negative impact on performance or memory usage. See pull request #328.Installation goes as usual: $ cd ~/xp $ wget http://xp-framework.net/setup/5.9.9 -O - | php -- -d ~/bin/ [Less]
Posted about 12 years ago
The XP Group is proud to announce the XP Framework release 5.9.9. After three release candidates, this release contains quite an impressive ChangeLog (at least, compared to other 5.9.X releases).The biggest changes areThe responsibilities split in ... [More] the REST APIs: Deserializers read from the stream formats, e.g. XML or JSON, to data structures, while unmarshallers then convert this to the target types, e.g. a value object. See RFC #269; and please note the breaking changes it brings along!The new test actions API, which allows creating reusable test setup and teardown code. See RFC #272.The switch to a more robust implementation of the annotation parser in lang.XPClass. This fixes previously undefined behaviour with class constants, and gives more verbose error messages for malformed annotations, both without having a negative impact on performance or memory usage. See pull request #328.Installation goes as usual: $ cd ~/xp $ wget http://xp-framework.net/setup/5.9.9 -O - | php -- -d ~/bin/ [Less]